﻿@charset "UTF-8";
.k-common-test-class, .k-theme-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::after, .kendo-pdf-hide-pseudo-elements::before {
	display: none!important
}
script {
	display: none!important
}
.k-block ::selection, .k-breadcrumb ::selection, .k-card ::selection, .k-chart ::selection, .k-chat ::selection, .k-combobox ::selection, .k-dateinput ::selection, .k-datepicker ::selection, .k-datetimepicker ::selection, .k-drawer ::selection, .k-dropdown ::selection, .k-dropdowntree ::selection, .k-flatcolorpicker ::selection, .k-maskedtextbox ::selection, .k-mediaplayer ::selection, .k-multiselect ::selection, .k-notification ::selection, .k-numerictextbox ::selection, .k-pager-wrap ::selection, .k-pane-wrapper ::selection, .k-panel ::selection, .k-panelbar ::selection, .k-pdf-viewer ::selection, .k-progressbar ::selection, .k-rating ::selection, .k-scheduler ::selection, .k-sparkline ::selection, .k-splitter ::selection, .k-spreadsheet ::selection, .k-stockchart ::selection, .k-taskboard ::selection, .k-text-selection ::selection, .k-timepicker ::selection, .k-view ::selection, .k-window ::selection, div.k-scrollview ::selection, kendo-scrollview.k-scrollview ::selection, kendo-scrollview.k-scrollview-wrap ::selection {
	background-color: #ff6358;
	color: #fff
}
.k-block, .k-panel {
	border-radius: 2px;
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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: 2px;
	border-top-right-radius: 2px;
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa;
	margin: -4px -8px 4px;
	padding: 8px 8px
}
.k-content {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-disabled, .k-state-disabled, .k-widget[disabled] {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
.k-disabled .k-button, .k-disabled .k-link, .k-state-disabled .k-button, .k-state-disabled .k-link, .k-widget[disabled] .k-button, .k-widget[disabled] .k-link {
	cursor: default;
	outline: 0
}
.k-disabled .k-state-disabled, .k-disabled [disabled], .k-state-disabled .k-state-disabled, .k-state-disabled [disabled], .k-widget[disabled] .k-state-disabled, .k-widget[disabled] [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,.08);
	display: block;
	float: none;
	clear: both
}
.k-columnset>.k-hr, .k-d-flex-row>.k-hr, .k-hbox>.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-rowset>.k-hr, .k-vbox>.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: #f31700 #f31700 transparent transparent;
	position: absolute;
	top: 0;
	right: 0
}
.k-rtl .k-dirty, [dir=rtl] .k-dirty {
	border-color: transparent transparent #f31700 #f31700;
	right: auto;
	left: 0
}
.k-placeholder-line {
	width: 100%;
	height: 10px;
	background-color: rgba(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-end, .k-drop-hint-start {
	-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: #ff6358
}
.k-drop-hint-h .k-drop-hint-start {
	border-left-width: 6.93px;
	border-left-color: #ff6358;
	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.93px;
	border-right-color: #ff6358;
	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.93px;
	border-top-color: #ff6358;
	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.93px;
	border-bottom-color: #ff6358;
	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-appear, .k-push-right-enter {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}
.k-push-right-appear-active, .k-push-right-enter-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-push-left-appear, .k-push-left-enter {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.k-push-left-appear-active, .k-push-left-enter-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-push-down-appear, .k-push-down-enter {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%)
}
.k-push-down-appear-active, .k-push-down-enter-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-push-up-appear, .k-push-up-enter {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.k-push-up-appear-active, .k-push-up-enter-active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-expand-vertical-appear, .k-expand-vertical-enter {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0)
}
.k-expand-vertical-appear-active, .k-expand-vertical-enter-active {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-expand-horizontal-appear, .k-expand-horizontal-enter {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}
.k-expand-horizontal-appear-active, .k-expand-horizontal-enter-active {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-fade-appear, .k-fade-enter {
	opacity: 0
}
.k-fade-appear-active, .k-fade-enter-active {
	opacity: 1;
	transition: opacity .5s ease-in-out
}
.k-fade-exit {
	opacity: 1
}
.k-fade-exit-active {
	opacity: 0;
	transition: opacity .5s ease-in-out
}
.k-fade-enter-active+.k-fade-enter-active, .k-fade-exit-active+.k-fade-exit-active {
	display: none
}
.k-zoom-in-appear, .k-zoom-in-enter {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
.k-zoom-in-appear-active, .k-zoom-in-enter-active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: opacity .3s ease-in-out, -webkit-transform;
	transition: transform, opacity .3s ease-in-out;
	transition: transform, opacity .3s 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 .3s ease-in-out, -webkit-transform;
	transition: transform, opacity .3s ease-in-out;
	transition: transform, opacity .3s ease-in-out, -webkit-transform
}
.k-zoom-out-appear, .k-zoom-out-enter {
	opacity: 0;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}
.k-zoom-out-appear-active, .k-zoom-out-enter-active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: opacity .3s ease-in-out, -webkit-transform;
	transition: transform, opacity .3s ease-in-out;
	transition: transform, opacity .3s 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 .3s ease-in-out, -webkit-transform;
	transition: transform, opacity .3s ease-in-out;
	transition: transform, opacity .3s 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 .3s cubic-bezier(.2, 1, .2, 1), -webkit-transform .3s cubic-bezier(.2, .6, .4, 1);
	transition: transform .3s cubic-bezier(.2, .6, .4, 1), opacity .3s cubic-bezier(.2, 1, .2, 1);
	transition: transform .3s cubic-bezier(.2, .6, .4, 1), opacity .3s cubic-bezier(.2, 1, .2, 1), -webkit-transform .3s cubic-bezier(.2, .6, .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-appear, .k-slide-down-enter {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.k-slide-down-appear-active, .k-slide-down-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-slide-up-appear, .k-slide-up-enter {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}
.k-slide-up-appear-active, .k-slide-up-enter-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-slide-right-appear, .k-slide-right-enter {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}
.k-slide-right-appear-active, .k-slide-right-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-slide-left-appear, .k-slide-left-enter {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.k-slide-left-appear-active, .k-slide-left-enter-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s 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 .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.k-reveal-vertical-appear, .k-reveal-vertical-enter {
	max-height: 0
}
.k-reveal-vertical-appear-active, .k-reveal-vertical-enter-active {
	transition: max-height .3s ease-in-out
}
.k-reveal-vertical-exit-active {
	max-height: 0!important;
	transition: max-height .3s ease-in-out
}
.k-reveal-horizontal-appear, .k-reveal-horizontal-enter {
	max-width: 0
}
.k-reveal-horizontal-appear-active, .k-reveal-horizontal-enter-active {
	transition: max-width .3s ease-in-out
}
.k-reveal-horizontal-exit-active {
	max-width: 0!important;
	transition: max-width .3s ease-in-out
}
.k-fx-end .k-fx-current, .k-fx-end .k-fx-next {
	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-end .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-start .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-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
	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-footer, .k-fx-slide.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-start .k-fx-next .km-header {
	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-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
	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-footer, .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 .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header {
	will-change: opacity;
	opacity: 1
}
.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 .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header {
	opacity: 1
}
.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 .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header {
	opacity: 0
}
.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 .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header {
	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-left.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.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: 2px;
	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-clue .k-drag-status, .k-drag-status {
	margin: 0;
	margin-right: .4ex
}
.k-drag-clue {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-reorder-cue {
	position: absolute
}
.k-reorder-cue::after, .k-reorder-cue::before {
	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-color, .k-loading-image, .k-loading-mask {
	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::after, .k-i-loading::before, .k-loading-image::after, .k-loading-image::before {
	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::after, .k-icon.k-i-loading::before {
	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::after, .k-loading-image::before {
	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(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes k-loading-animation {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
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-ne, .k-resize-nw, .k-resize-se, .k-resize-sw {
	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: #ff6358;
	border-color: rgba(0,0,0,.08);
	opacity: .6
}
.k-marquee-text {
	color: #fff
}
.k-text-primary {
	color: #ff6358!important
}
.k-text-info {
	color: #0058e9!important
}
.k-text-success {
	color: #37b400!important
}
.k-text-warning {
	color: #ffc000!important
}
.k-text-error {
	color: #f31700!important
}
.k-text-base {
	color: #424242
}
.k-color-inherit {
	color: inherit
}
.k-color-primary, .k-text-primary {
	color: #ff6358!important
}
.k-color-secondary, .k-text-secondary {
	color: #666!important
}
.k-color-tertiary, .k-text-tertiary {
	color: #03a9f4!important
}
.k-color-info, .k-text-info {
	color: #0058e9!important
}
.k-color-success, .k-text-success {
	color: #37b400!important
}
.k-color-warning, .k-text-warning {
	color: #ffc000!important
}
.k-color-error, .k-text-error {
	color: #f31700!important
}
.k-color-dark, .k-text-dark {
	color: #424242!important
}
.k-color-light, .k-text-light {
	color: #ebebeb!important
}
.k-color-inverse, .k-text-inverse {
	color: #424242!important
}
.k-bg-primary {
	background-color: #ff6358!important
}
.k-bg-info {
	background-color: #0058e9!important
}
.k-bg-success {
	background-color: #37b400!important
}
.k-bg-warning {
	background-color: #ffc000!important
}
.k-bg-error {
	background-color: #f31700!important
}
.k-state-primary {
	background-color: #ffe0de;
	color: #85332e;
	border-color: #ffd3d0
}
.k-state-info {
	background-color: #ccdefb;
	color: #002e79;
	border-color: #b8d0f9
}
.k-state-success {
	background-color: #d7f0cc;
	color: #1d5e00;
	border-color: #c7eab8
}
.k-state-warning {
	background-color: #fff2cc;
	color: #856400;
	border-color: #ffedb8
}
.k-state-error {
	background-color: #fdd1cc;
	color: #7e0c00;
	border-color: #fcbeb8
}
.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,.03), inset 0 4px 5px 0 rgba(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: #ff6358!important
}
.k-border-secondary {
	border-color: #666!important
}
.k-border-tertiary {
	border-color: #03a9f4!important
}
.k-border-info {
	border-color: #0058e9!important
}
.k-border-success {
	border-color: #37b400!important
}
.k-border-warning {
	border-color: #ffc000!important
}
.k-border-error {
	border-color: #f31700!important
}
.k-border-dark {
	border-color: #424242!important
}
.k-border-light {
	border-color: #ebebeb!important
}
.k-border-inverse {
	border-color: #424242!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-columnset, .k-d-flex-row, .k-hbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}
.k-d-flex-col, .k-rowset, .k-vbox {
	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, .k-flex-1 {
	-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-pos-static, .k-static {
	position: static!important
}
.k-pos-relative, .k-relative {
	position: relative!important
}
.k-absolute, .k-pos-absolute {
	position: absolute!important
}
.k-fixed, .k-pos-fixed {
	position: fixed!important
}
.k-pos-sticky, .k-sticky {
	position: sticky!important
}
.k-pos-top, .k-top {
	top: 0
}
.k-pos-right, .k-right {
	right: 0
}
.k-bottom, .k-pos-bottom {
	bottom: 0
}
.k-left, .k-pos-left {
	left: 0
}
.k-pos-top-start, .k-top-start {
	top: 0;
	left: 0
}
.k-pos-top-start[dir=rtl], .k-rtl .k-pos-top-start, .k-rtl .k-top-start, .k-top-start[dir=rtl], [dir=rtl] .k-pos-top-start, [dir=rtl] .k-top-start {
	left: auto;
	right: 0
}
.k-pos-top-center, .k-top-center {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.k-pos-top-end, .k-top-end {
	top: 0;
	right: 0
}
.k-pos-top-end[dir=rtl], .k-rtl .k-pos-top-end, .k-rtl .k-top-end, .k-top-end[dir=rtl], [dir=rtl] .k-pos-top-end, [dir=rtl] .k-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-middle-start[dir=rtl], .k-pos-middle-start[dir=rtl], .k-rtl .k-middle-start, .k-rtl .k-pos-middle-start, [dir=rtl] .k-middle-start, [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-middle-end[dir=rtl], .k-pos-middle-end[dir=rtl], .k-rtl .k-middle-end, .k-rtl .k-pos-middle-end, [dir=rtl] .k-middle-end, [dir=rtl] .k-pos-middle-end {
	right: auto;
	left: 0
}
.k-bottom-start, .k-pos-bottom-start {
	bottom: 0;
	left: 0
}
.k-bottom-start[dir=rtl], .k-pos-bottom-start[dir=rtl], .k-rtl .k-bottom-start, .k-rtl .k-pos-bottom-start, [dir=rtl] .k-bottom-start, [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-bottom-end[dir=rtl], .k-pos-bottom-end[dir=rtl], .k-rtl .k-bottom-end, .k-rtl .k-pos-bottom-end, [dir=rtl] .k-bottom-end, [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;
	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: 400;
	src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQhXjLzYAAADMAABH/k9TLzIPEgdLAABIzAAAAGBjbWFwa15oEwAASSwAAADMZ2FzcAAAABAAAEn4AAAACGdseWabm5w0AABKAAABtcBoZWFkHEnteQAB/8AAAAA2aGhlYQfABmAAAf/4AAAAJGhtdHjiA9YoAAIAHAAACnxsb2NhSIK27gACCpgAAAVAbWF4cALeAy4AAg/YAAAAIG5hbWX0BvU7AAIP+AAABOlwb3N0AAMAAAACFOQAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADoAGgByCmIPlhToGEYY0B6oIKoiWCTEJsonMioaLVQtqC36MzQzoDbeO8REdEVORjpG7kdER7oAAQAaAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAlACYCngBIAJIAngC6ANAA6AEIASoBQAFkAXYBjAGkAb4B5gH8AhYCNgJUAnICigKgAsYC8gMcA0YDaAOQA7YD3AP0BBIELgRKBG4EkAS4BN4E/gUYBS4FTAVmBXQFfAWiBcYF2gX2BjYGega4BvoHJAdMB2QHfgeqB9QH7ggWCDwIUghuCJoIxAjeCQoJNAlOCX4JsgnUAOsABQAhABAAFQAbAJEADQAgACAADQAPABQAGQARABoAIAAEAAkACgCQAAoAIAAgAA0ADwAUABkAEQAaACAARwALAB4AHgAbACMAHwAEAB8AIwANABwARQAPAB4AHgAbACMAHwAEAB4AEQAfABUAJgAVABoAEwA4ABAAHgAeABsAIwAfAAQAGgAbAAQADwAUAA0AGgATABEANwAKAB4AHgAbACMAHwAEABcAHAAVAEYAEQAeAB4AGwAjAB8ABAAQABUAGQARABoAHwAVABsAGgAfAD4ACAAeAB4AGwAjAAQAIQAcAEQACgAeAB4AGwAjAAQAHgAbABsAIAA/AAsAHgAeABsAIwAEAB4AFQATABQAIABDAAwAHgAeABsAIwAEABwADQAeABEAGgAgADkAEwAeAB4AGwAjAAQAGwAiABEAHgASABgAGwAjAAQAEAAbACMAGgBBAAoAHgAeABsAIwAEABgAEQASACAALwAMAB4AHgAbACMABAARABoAEAAEACEAHAAwAA8AHgAeABsAIwAEABEAGgAQAAQAHgAVABMAFAAgADIADgAeAB4AGwAjAAQAEQAaABAABAAYABEAEgAgADEADgAeAB4AGwAjAAQAEQAaABAABAAQABsAIwAaAEIACwAeAB4AGwAjAAQAEAAeABUAGAAYAEAACgAeAB4AGwAjAAQAEAAbACMAGgAzABIAHgAeABsAIwAEABAAGwAhAA4AGAARAAQACwAFAAQAIQAcADQAFQAeAB4AGwAjAAQAEAAbACEADgAYABEABAALAAUABAAeABUAEwAUACAANgAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABgAEQASACAANQAUAB4AHgAbACMABAAQABsAIQAOABgAEQAEAAsABQAEABAAGwAjABoAOgAQAB4AHgAbACMABAAPABQAEQAiAB4AGwAaAAQAIQAcADsAEwAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEAB4AFQATABQAIAA9ABIAHgAeABsAIwAEAA8AFAARACIAHgAbABoABAAYABEAEgAgADwAEgAeAB4AGwAjAAQADwAUABEAIgAeABsAGgAEABAAGwAjABoAKwALAB4AHgAbACMABAALAAUABAAhABwALAAOAB4AHgAbACMABAALAAUABAAeABUAEwAUACAALgANAB4AHgAbACMABAALAAUABAAYABEAEgAgAC0ADQAeAB4AGwAjAAQACwAFAAQAEAAbACMAGgAnABEAHgAeABsAIwAEAAkACgAEACEAHAAEAB4AFQATABQAIAAqABAAHgAeABsAIwAEAAkACgAEACEAHAAEABgAEQASACAAKAATAB4AHgAbACMABAAJAAoABAAQABsAIwAaAAQAHgAVABMAFAAgACkAEgAeAB4AGwAjAAQACQAKAAQAEAAbACMAGgAEABgAEQASACAChwAPAB4AEQANAAQAHwAgAA0ADwAXABEAEAAGAAUABQKGAAwAHgARAA0ABAAfACAADQAPABcAEQAQAogACgAeABEADQAEAB4ADQAaABMAEQKFAA4AHgARAA0ABAAPABgAIQAfACAAEQAeABEAEAG4AAwAHAAcABgAJQAEABIAGwAeABkADQAgAccABgAaAA8AFAAbAB4BXgADABgAGAFDABIAGAAVABMAGgAEACAAGwAcAAQAEQAYABEAGQARABoAIAAfAR8AEQAYABUAEwAaAAQAIAAbABwABAARABgAEQAZABEAGgAgAWwACQAYABUAEwAaAAQAIAAbABwBKgANABgAFQATABoABAAgABsABAATAB4AFQAQAUYAHwAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAAHwAEACIAEQAeACAAFQAPAA0AGAFBACEAGAAVABMAGgAEAB8AIAAeABEAIAAPABQABAARABgAEQAZABEAGgAgAB8ABAAUABsAHgAVACYAGwAaACAADQAYAT0AHgAYABUAEwAaAAQAHwAgAB4AEQAgAA8AFAAEABEAGAARABkAEQAaACAABAAiABEAHgAgABUADwANABgBPAAgABgAFQATABoABAAfACAAHgARACAADwAUAAQAEQAYABEAGQARABoAIAAEABQAGwAeABUAJgAbABoAIAANABgBQAAUABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAB8BHgATABgAFQATABoABAAeABUAEwAUACAABAARABgAEQAZABEAGgAgAXEACwAYABUAEwAaAAQAHgAVABMAFAAgAXMADAAYABUAEwAaAAQAHgARABkAGwAiABEBRAAVABgAFQATABoABAAZABUAEAAQABgAEQAEABEAGAARABkAEQAaACAAHwEgABQAGAAVABMAGgAEABkAFQAQABAAGAARAAQAEQAYABEAGQARABoAIAFtAAwAGAAVABMAGgAEABkAFQAQABAAGAARAT4AEwAYABUAEwAaAAQAGAARABIAIAAEABEAGAARABkAEQAaACAAHwEcABIAGAAVABMAGgAEABgAEQASACAABAARABgAEQAZABEAGgAgAW8ACgAYABUAEwAaAAQAGAARABIAIAFyAA0AGAAVABMAGgAEABYAIQAfACAAFQASACUBPwAVABgAFQATABoABAAPABEAGgAgABEAHgAEABEAGAARABkAEQAaACAAHwEdABQAGAAVABMAGgAEAA8AEQAaACAAEQAeAAQAEQAYABEAGQARABoAIAFwAAwAGAAVABMAGgAEAA8AEQAaACAAEQAeAUUAFQAYABUAEwAaAAQADgAbACAAIAAbABkABAARABgAEQAZABEAGgAgAB8BIQAUABgAFQATABoABAAOABsAIAAgABsAGQAEABEAGAARABkAEQAaACABbgAMABgAFQATABoABAAOABsAIAAgABsAGQFHABcAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEACIAEQAeACAAFQAPAA0AGAFCABkAGAAVABMAGgAEAA4ADQAfABEAGAAVABoAEQAEABQAGwAeABUAJgAbABoAIAANABgCOQAQABMAEwAeABEAEwANACAAEQAEABIAFQARABgAEAAfANIADQAPAA8AEQAfAB8AFQAOABUAGAAVACAAJQArAFgAZgB0AIAAqAC+AOIBAgEyAWYBhAGcAbIB1AH6Ah4CRgJgAnoCqgLYAw4DQgNeA3IDigOmA7ADugPSA+ID+gQKBCoEWgR6BIoEqATABNQE8AT4BRoBjwAGACEAIAAgABsAGgKWAAYAIQAOAA4AGAARAQsABQAeACEAHwAUAQ8AEwAeABUAEwAUACAAGgARAB8AHwAEAA8AGwAaACAAHgANAB8AIAB4AAoAGwAkAAQAHwAVACYAFQAaABMBigARABsAHgAQABEAHgAfAAQAHwAUABsAIwAEABQAFQAQABEBgQAPABsAHgAQABEAHgAfAAQAGwAhACAAHwAVABAAEQGEABcAGwAeABAAEQAeAB8ABAAVABoAHwAVABAAEQAEACIAEQAeACAAFQAPAA0AGAGDABkAGwAeABAAEQAeAB8ABAAVABoAHwAVABAAEQAEABQAGwAeABUAJgAbABoAIAANABgBggAOABsAHgAQABEAHgAfAAQAFQAaAB8AFQAQABEBgAALABsAHgAQABEAHgAfAAQADQAYABgBhQAKABsAHgAQABEAHgAEACAAGwAcAG0AEAAbAB4AEAARAB4ABAAfACAAJQAYABEABAAgABsAHABuABIAGwAeABAAEQAeAAQAHwAgACUAGAARAAQAHgAVABMAFAAgAHAAEQAbAB4AEAARAB4ABAAfACAAJQAYABEABAAYABEAEgAgAG8AEwAbAB4AEAARAB4ABAAfACAAJQAYABEABAAOABsAIAAgABsAGQBsAAwAGwAeABAAEQAeAAQAHwAgACUAGAARAYgADAAbAB4AEAARAB4ABAAeABUAEwAUACAAcgAXABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQAIAAbABwABAAeABUAEwAUACAAdQAWABsAHgAQABEAHgAEAB4ADQAQABUAIQAfAAQAIAAbABwABAAYABEAEgAgAHMAGgAbAB4AEAARAB4ABAAeAA0AEAAVACEAHwAEAA4AGwAgACAAGwAZAAQAHgAVABMAFAAgAHQAGQAbAB4AEAARAB4ABAAeAA0AEAAVACEAHwAEAA4AGwAgACAAGwAZAAQAGAARABIAIABxAA0AGwAeABAAEQAeAAQAHgANABAAFQAhAB8BiQAJABsAHgAQABEAHgAEABoAGwGHAAsAGwAeABAAEQAeAAQAGAARABIAIAGGAA0AGwAeABAAEQAeAAQADgAbACAAIAAbABkBUwAEABsAGAAQARQABAAYACEAHgILAAsAGAAbABMAEwARAB4ABAAOABsAJAIKAAcAGAAbABMAEwARAB4CKwALABEAFAANABoADwARAAQADgAbACQCKgAHABEAFAANABoADwARANUADwANAB4ADwAbABAAEQAEAB8ADwANABoAGgARAB4A2QAXAA0AHgAPABsAEAARAAQAHQAeAAQADwAbABAAEQAEAB8ADwANABoAGgARAB4A0wAPAA0AHgAPABsAEAARAAQAGwAhACAAGAAVABoAEQDUAAcADQAeAA8AGwAQABECgwAOAA0AHgAEAB8AIAANAA8AFwARABAABgAFAAUCggALAA0AHgAEAB8AIAANAA8AFwARABAChAAJAA0AHgAEAB4ADQAaABMAEQKBAA0ADQAeAAQADwAYACEAHwAgABEAHgARABACmAADAA0AHgEbABAADQAPABcAIwANAB4AEAAEABEAGAARABkAEQAaACABGQAMAA0ADwAXAAQAEQAYABEAGQARABoAIAA1AGwAdACMAKgAtgDAAMgA1gDcAO4A+AEQARoBPgFiAXYBngG8AcwB3AIAAh4COAJUAnYCkAKcArgC0gLeAuoC/gMMAyIDRANWA3IDjAOYA7gD5gQYBDAEXASMBKIErATGBOQFAAUOBSoFPAGwAAMAIQAgAaIACwAhAB8AIAAbABkABAAVAA8AGwAaAegADQAhAB8AIAAbABkABAASABsAHgAZAA0AIADcAAYAIQAeAB8AGwAeAkoABAAfAB8ACAJNAAMAHwAfAlAABgAfABwAHgAbABYCUgACAB8B7gAIAB4AGwAfAB8AIAANAA4BBAAEAB4AGwAcAboACwAbABwAJQAEABIAGwAeABkADQAgAa8ABAAbABwAJQFZABEAGwAaACIAEQAeACAABAAhABwAHAARAB4ADwANAB8AEQFYABEAGwAaACIAEQAeACAABAAYABsAIwARAB4ADwANAB8AEQDHAAkAGwAaABoAEQAPACAAGwAeAakAEwAbABkAGQARABoAIAAfAAQAHgARABkAGwAiABEABAANABgAGAGoAA4AGwAZABkAEQAaACAABAAeABEAGQAbACIAEQGnAAcAGwAZABkAEQAaACAAVAAHABsAGAAhABkAGgAfAn8AEQAbABgAIQAZABoABAAfACAADQAPABcAEQAQAAYABQAFAn4ADgAbABgAIQAZABoABAAfACAADQAPABcAEQAQAoAADAAbABgAIQAZABoABAAeAA0AGgATABEB3QANABsAGAAhABkAGgAEABIAHgARABEAJgARAn0AEAAbABgAIQAZABoABAAPABgAIQAfACAAEQAeABEAEAGNAAwAGwAQABEABAAfABoAFQAcABwAEQAgAlUABQAYABsAIQAQAJ8ADQAYABsAHwARAAQAGwAhACAAGAAVABoAEQCgAAwAGAAbAB8AEQAEAA8AFQAeAA8AGAARAJ4ABQAYABsAHwARAIoABQAYABsADwAXAbkACQAYABEADQAeAAQADwAfAB8A9wAGABUAHgAPABgAEQKdAAoAFAAbAB4AGwAcABgAEQAgABQA9AAQABQAEQAPABcADgAbACQABAAPABQAEQAPABcAEQAQAPMACAAUABEADwAXAA4AGwAkAJwADQAUABEADwAXAAQAGwAhACAAGAAVABoAEQCdAAwAFAARAA8AFwAEAA8AFQAeAA8AGAARAJsABQAUABEADwAXAZoADwAUAA0AGgATABEABAAZAA0AGgAhAA0AGAAYACUB1wAWABEAGAAYAB8ABAAZABEAHgATABEABAAiABEAHgAgABUADwANABgAGAAlAdYAGAARABgAGAAfAAQAGQARAB4AEwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAYACUB1QALABEAGAAYAB8ABAAZABEAHgATABEB2QAVABEAGAAYAAQAHwAcABgAFQAgAAQAIgARAB4AIAAVAA8ADQAYABgAJQHYABcAEQAYABgABAAfABwAGAAVACAABAAUABsAHgAVACYAGwAaACAADQAYABgAJQBJAAoADQAgABEAEwAbAB4AFQAmABEAxgAEAA0AHgAgApcADAANABoAEAAYABEABAAfACAAFQAPABcAmQAOAA0AGgAPABEAGAAEABsAIQAgABgAFQAaABEAmgANAA0AGgAPABEAGAAEAA8AFQAeAA8AGAARAJgABgANABoADwARABgBkQANAA0AGAARABoAEAANAB4ABAAQAA0AIAARAIsACAANABgAEQAaABAADQAeAMUACgANABgADwAhABgADQAgABsAHgAgAEIAXABuAIoAnACuALwA3gDsAPQBHAE6AVQBcAGaAbABwgHMAeoCCAIkAjgCRgJ6ArIC1AL2AwgDGgMuA0IDVAItAAwAHgAVAA4ADgAOABgAEQAEAA4AGwAkAiwACAAeABUADgAOAA4AGAARAEgADQAeAA0AEwAEAA0AGgAQAAQAEAAeABsAHAC1AAgAGwAjABoAGAAbAA0AEAKQAAgAGwAhABMAFAAaACEAIAHmAAYAGwAYABgADQAeAaEAEAAbAA8AIQAZABEAGgAgAAQAGQANABoADQATABEAHgDRAAYAFQAiABUAEAARAV0AAwAVACIAgAATABUAHwAcABgADQAlAAQAFQAaABgAFQAaABEABAASABgAEQAkAf8ADgAVAB8AHAAYAA0AJQAEABUAGgAYABUAGgARAH8ADAAVAB8AHAAYAA0AJQAEABIAGAARACQAfQANABUAHwAcABgADQAlAAQADgAYABsADwAXAH4AFAAVAB8AHAAYAA0AJQAEAAwAGgAYABUAGgARAAQADgAYABsADwAXATsACgAVABkAEQAaACAAFQAbABoAHwIPAAgAFQATABMABAAOABsAJAIOAAQAFQATABMBowAOABUADwAgABUAGwAaAA0AHgAlAAQADQAQABACXwAOABEAIAANABUAGAAEAB8AEQAPACAAFQAbABoCDQANABEAGAAVAA8AFQAbACEAHwAEAA4AGwAkAgwACQARABgAFQAPABUAGwAhAB8AjwAGABEAGAARACAAEQE1ABkAEQAPAB4AEQANAB8AEQAEACIAEQAeACAAFQAPAA0AGAAEAB8AHAANAA8AFQAaABMBMQAbABEADwAeABEADQAfABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwHpABAAEQAPABUAGQANABgABAAVABoADwAeABEADQAfABEB6gAQABEADwAVABkADQAYAAQAEAARAA8AHgARAA0AHwARAmYACAANACAADQAEACMAEQAOAmUACAANACAADQAEAB8AHQAYAnoACQANACAADQAEAB4AEQAfACACZAAJAA0AIAANAAQAFgAfABsAGgJjAAgADQAgAA0ABAAPAB8AIgJYAAQADQAgAA0ACAASACgANgA+AEoAXgBqAIABNwAKACUAEQAQAB4AGwAcABwAEQAeAfoABgAkABwAGwAeACACTwADACQAEQDNAAUAHQAhAA0AGAIRAAkAGQANABUAGAAEAA4AGwAkAhAABQAZAA0AFQAYAZgACgAQABUAIAAEACAAGwAbABgAHwCOAAQAEAAVACAAOQB0AJYArgDKAOoA+gEQATQBTgFYAXoBjgGmAboB0gHqAgACDgIqAkoCZgKIArAC1gLqAwQDJgNSA2ADagOCA5QDqAO+A94D8AQCBCQESARaBGwEfgSUBLQEygTgBPYFFgUqBTwFVAVmBXwFkAWiBawFxgEnABAAIQAYABgABAAfAA8AHgARABEAGgAEABEAJAAVACABJgALACEAGAAYAAQAHwAPAB4AEQARABoBGAANAB4AGwAaACAABAARABgAEQAZABEAGgAgARoADwAbAB4AIwANAB4AEAAEABEAGAARABkAEQAaACAA5AAHABsAHgAjAA0AHgAQAeMACgAbAB4AGQAhABgADQAEABIAJAHAABEAGwAeABkADQAgAAQADwAbABAAEQAEAA4AGAAbAA8AFwGMAAwAGwAeABkABAARABgAEQAZABEAGgAgAYsABAAbAB4AGQFXABAAGwAeABEAEwAeABsAIQAaABAABAAPABsAGAAbAB4B6wAJABsAGgAgAAQAHwAVACYAEQFWAAsAGwAaACAABAASAA0AGQAVABgAJQI3AAkAGwAYABAAEQAeAAQAIQAcAjUACwAbABgAEAARAB4ABAAbABwAEQAaAjgACwAbABgAEAARAB4ABAAZABsAHgARAjYACgAbABgAEAARAB4ABAANABAAEAI0AAYAGwAYABAAEQAeAQcADQAYABUAHAAEACIAEQAeACAAFQAPAA0AGAEGAA8AGAAVABwABAAUABsAHgAVACYAGwAaACAADQAYAa0ADQAYAA0AHwAUAAQAGQANABoADQATABEAHgGuABAAFQAaABAABAANABoAEAAEAB4AEQAcABgADQAPABEAsAATABUAGAAgABEAHgAEAB8AGwAeACAABAAQABEAHwAPAAQAHwAZAK8AEgAVABgAIAARAB4ABAAfABsAHgAgAAQADQAfAA8ABAAfABkArgAJABUAGAAgABEAHgAEAB8AGQCtAAwAFQAYACAAEQAeAAQADwAYABEADQAeALIAEAAVABgAIAARAB4ABAANABAAEAAEABMAHgAbACEAHACxABUAFQAYACAAEQAeAAQADQAQABAABAARACQAHAAeABEAHwAfABUAGwAaAKwABgAVABgAIAARAB4CSQAEABUAGAAZAnkACwAVABgAEQAfAAQAEQAeAB4AGwAeAkgACAAVABgAEQAEACYAFQAcAj8ACQAVABgAEQAEACMAGwAeABACbwAKABUAGAARAAQAIgAVABAAEQAbAnsADwAVABgAEQAEACAAJQAcABEAHwAPAB4AFQAcACACPAAIABUAGAARAAQAIAAkACACQwAIABUAGAARAAQAHAAfABACdQAQABUAGAARAAQAHAAeABsAEwAeAA0AGQAZABUAGgATAnIAEQAVABgAEQAEABwAHgARAB8AEQAaACAADQAgABUAGwAaAkEACAAVABgAEQAEABwAHAAgAkIACAAVABgAEQAEABwAEAASAkAACAAVABgAEQAEABkAEAAOAnEACgAVABgAEQAEABUAGQANABMAEQJWAA8AFQAYABEABAAUABsAHgAVACYAGwAaACAADQAYAkQACgAVABgAEQAEABIAGAANAB8AFAI+AAoAFQAYABEABAARACQADwARABgCeAAKABUAGAARAAQAEQAeAB4AGwAeAnQADwAVABgAEQAEABAAFQAfAA8ABAAVABkADQATABECcwAJABUAGAARAAQAEAANACAADQI9AAgAFQAYABEABAAPAB8AIgJFAAsAFQAYABEABAAPABsAGgASABUAEwJHAAgAFQAYABEABAAOAA0ADwJwAAoAFQAYABEABAANACEAEAAVABsCRgAJABUAGAARAAQADQAfAA8AJAI7AAgAFQAYABEABAANABAAEAI6AAQAFQAYABECEwAMAA0ADwARAA4AGwAbABcABAAOABsAJAISAAgADQAPABEADgAbABsAFwAVACwASAByAJwAvgDSAN4A9gEAARQBNgFCAWIBegGQAZ4BugHGAdIB3AHsAmEADQAeABsAIQAcAAQAHwARAA8AIAAVABsAGgJbABQAHgAbACEAHAAEABQAEQANABAAEQAeAAQAHwARAA8AIAAVABsAGgJcABQAHgAbACEAHAAEABIAGwAbACAAEQAeAAQAHwARAA8AIAAVABsAGgJnABAAHgAbACEAHAAEAA8AGwAYABgAEQAPACAAFQAbABoBkgAJAB4AGwAhABwABAAOABsAJABMAAUAHgAbACEAHABLAAsAHgAVABAABAAYAA0AJQAbACEAIABKAAQAHgAVABABEwAJAB4AEQAlAB8ADwANABgAEQDQABAAHgARAA0AIAARAB4ABAAbAB4ABAARAB0AIQANABgCfAAFAB4ADQAcABQCFwAPABsAGwATABgAEQAEABwAGAAhAB8ABAAOABsAJAIWAAsAGwAbABMAGAARAAQAHAAYACEAHwIVAAoAGwAbABMAGAARAAQADgAbACQCFAAGABsAGwATABgAEQIBAA0AGAAbAA4AEQAEABsAIQAgABgAFQAaABECAgAFABgAGwAOABEAvgAFABEADQAeAB8AvQAEABEADQAeAIIABwANABwABAAeABsAIwCBAAoADQAcAAQADwAbABgAIQAZABoAFQAsAFAAbgCcAMoA6gEKARYBIAEqATgBVAFgAWYBgAGKAZABlgGcAaIBqAC4ABEAJQAcABEAHgAYABUAGgAXAAQAGwAcABEAGgAEAB8AGQC3AA4AJQAcABEAHgAYABUAGgAXAAQAGwAcABEAGgHDABYAJQAcABEAHgAYABUAGgAXAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMBxQAWACUAHAARAB4AGAAVABoAFwAEABMAGAAbAA4AEQAEAB4AEQAZABsAIgARAcQADwAlABwAEQAeABgAFQAaABcABAATABgAGwAOABEBxgAPACUAHAARAB4AGAAVABoAFwAEABEAGQANABUAGAJLAAUAIAAZABgACgJMAAQAIAAZABgAWwAEABsAGQARAFwABgARABUAEwAUACAA7wANABEADQAeACAABAAbACEAIAAYABUAGgARAPAABQARAA0AHgAgAOgAAgAQAE4ADAANABoAEAAYABEAHgAEABAAHgANABMA2wAEAA0AGgAQAWQAAgALAWMAAgAKAWIAAgAJAWEAAgAIAWAAAgAHAV8AAgAGABUALAA6AFYAagCGAJ4AsgDKAOoBCgE+AXYBggGQAZ4BuAHaAgACGgIwAmABVAAGACAADQAYABUADwERAA0AGgAiABEAHgAgAAQADwAbABgAGwAeAB8BaQAJABoAHwARAB4AIAAEACEAHAFqAA0AGgAfABEAHgAgAAQAGQAVABAAEAAYABEBawALABoAHwARAB4AIAAEABAAGwAjABoCbgAJABoAFAARAB4AFQAgABEAEAD7AAsAGgASABsAHgAZAA0AIAAVABsAGgFnAA8AGgAQABEAGgAgAAQAFQAaAA8AHgARAA0AHwARAWgADwAaABAAEQAaACAABAAQABEADwAeABEADQAfABEBNAAZABoADwAeABEADQAfABEABAAiABEAHgAgABUADwANABgABAAfABwADQAPABUAGgATATAAGwAaAA8AHgARAA0AHwARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMCCQAFABoADgAbACQB+QAGABkAHAAbAB4AIAEpAAYAGQANABMAEQAfAQMADAAZAA0AEwARAAQAHgARAB8AFQAmABEBpgAQABkADQATABEABAAZAA0AHAAEABEAEAAVACAAGwAeAaQAEgAZAA0AEwARAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMBAAAMABkADQATABEABAARACQAHAAbAB4AIAGlAAoAGQANABMAEQAEABEAEAAVACAB7AAXABkADQATABEABAANAA4AHwAbABgAIQAgABEABAAcABsAHwAVACAAFQAbABoA/wAFABkADQATABEACwAYAEYAeACiANABAAE0AWYBnAHMAgABTQAWACEAHwAgABUAEgAlAAQAHwAgAA0AHgAgAAQAIgARAB4AIAAVAA8ADQAYAUgAGAAhAB8AIAAVABIAJQAEAB8AIAANAB4AIAAEABQAGwAeABUAJgAbABoAIAANABgBTwAUACEAHwAgABUAEgAlAAQAEQAaABAABAAiABEAHgAgABUADwANABgBSgAWACEAHwAgABUAEgAlAAQAEQAaABAABAAUABsAHgAVACYAGwAaACAADQAYAU4AFwAhAB8AIAAVABIAJQAEAA8AEQAaACAAEQAeAAQAIgARAB4AIAAVAA8ADQAYAUkAGQAhAB8AIAAVABIAJQAEAA8AEQAaACAAEQAeAAQAFAAbAB4AFQAmABsAGgAgAA0AGAFQABgAIQAfACAAFQASACUABAAOABEAIAAjABEAEQAaAAQAIgARAB4AIAAVAA8ADQAYAUsAGgAhAB8AIAAVABIAJQAEAA4AEQAgACMAEQARABoABAAUABsAHgAVACYAGwAaACAADQAYAVEAFwAhAB8AIAAVABIAJQAEAA0AHgAbACEAGgAQAAQAIgARAB4AIAAVAA8ADQAYAUwAGQAhAB8AIAAVABIAJQAEAA0AHgAbACEAGgAQAAQAFAAbAB4AFQAmABsAGgAgAA0AGAJOAAIAHwADAAgAKABIAMwADwAcABUABAAfACAADQAgACEAHwAEABsAHAARABoAywAPABwAFQAEAB8AIAANACAAIQAfAAQAFAAbABgAEADKAA8AHAAVAAQAHwAgAA0AIAAhAB8ABAAQABEAGgAlABsAOABGAFIAXAB6AJwAugDUAO4BAAEcATwBSAF4AZgBwgHcAfYCDgIYAjICTgJsApQCsALMAtoAtAAGABsAEwAbACEAIACzAAUAGwATABUAGgCWAAQAGwAPABcBZgAOABUAHwAgAAQAIQAaABsAHgAQABEAHgARABAB+AAQABUAHwAgAAQAHgAbABkADQAaAAQAHwAZAA0AGAAYAfcADgAVAB8AIAAEAB4AGwAZAA0AGgAEAA4AFQATAWUADAAVAB8AIAAEABsAHgAQABEAHgARABACGQAMABUAGgAXABEAEAAVABoABAAOABsAJAIYAAgAFQAaABcAEQAQABUAGgCUAA0AFQAaABcABAAiABEAHgAgABUADwANABgAkgAPABUAGgAXAAQAFAAbAB4AFQAmABsAGgAgAA0AGAKJAAUAFQAaABEABgKOABcAFQAaABEABAAfACAADQAPABcAEQAQAAYABQAFAAQAGQANAB4AFwARAB4AHwKLAA8AFQAaABEABAAfACAADQAPABcAEQAQAAYABQAFAo0AFAAVABoAEQAEAB8AIAANAA8AFwARABAABAAZAA0AHgAXABEAHgAfAooADAAVABoAEQAEAB8AIAANAA8AFwARABACjAAMABUAGgARAAQAGQANAB4AFwARAB4AHwIAAAsAFQAaABEABAAUABEAFQATABQAIAEOAAQAFQAaABEB/wAMABEAIAAgABEAHgAEAB8AHAANAA8AEQDPAA0AEQAfAB8ABAAbAB4ABAARAB0AIQANABgAUwAOAA0AJQAbACEAIAAEAB8AIAANAA8AFwARABAAUgATAA0AJQAbACEAIAAEAB8AFQAQABEABAAOACUABAAfABUAEAARAFEADQANACUAGwAhACAABAAHAAQADgAlAAQABwBQAA0ADQAlABsAIQAgAAQABgAEAA4AJQAEAAkATwAGAA0AJQAbACEAIAC5AAYADQAhABoADwAUAB0APABUAGQAgACgAL4AzADeAPoBFAEgATQBSgFUAXABhAGaAboB3gH0AgoCJAI8AlgCZgKeAr4C3AL+AhsACwAlAB8AHAANAA8AEQAEAA4AGwAkAhoABwAlAB8AHAANAA8AEQBYAA0AGwAeABEABAAiABEAHgAgABUADwANABgAWQAPABsAHgARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAHCAA4AGwAQACEAGAARAAQAGQANABoADQATABEAHgEFAAYAFQAeAB4AGwAeAMkACAAVABoAIQAfAAQAHwAZAKUADQAVABoAIQAfAAQAGwAhACAAGAAVABoAEQCmAAwAFQAaACEAHwAEAA8AFQAeAA8AGAARAKQABQAVABoAIQAfAGEACQAVABoABAAjABUAEAAgABQAYAAKABUAGgAEABQAEQAVABMAFAAgAFcABAARABoAIQGrAA0AEQAQABUADQAEABkADQAaAA0AEwARAB4AXwAJAA0AJAAEACMAFQAQACAAFABeAAoADQAkAAQAFAARABUAEwAUACAB+wAPAA0AIAAPABQABAASACEAGAAYAAQAIwAbAB4AEAIEABEADQAeABcAEQAeAAQAHAAVABoABAAgAA0AHgATABEAIAIDAAoADQAeABcAEQAeAAQAHAAVABoAYwAKAA0AHgATABUAGgAEACAAGwAcAGQADAANAB4AEwAVABoABAAeABUAEwAUACAAZgALAA0AHgATABUAGgAEABgAEQASACAAZQANAA0AHgATABUAGgAEAA4AGwAgACAAGwAZAGIABgANAB4AEwAVABoBMwAbAA0AFwARAAQAIgARAB4AIAAVAA8ADQAYAAQAHwAcAA0ADwAVABoAEwAEABEAHQAhAA0AGAEtAA8ADQAXABEABAAfAA0AGQARAAQAIwAVABAAIAAUASwADgANABcAEQAEAB8ADQAZABEABAAfABUAJgARAS4AEAANABcAEQAEAB8ADQAZABEABAAUABEAFQATABQAIAEvAB0ADQAXABEABAAUABsAHgAVACYAGwAaACAADQAYAAQAHwAcAA0ADwAVABoAEwAEABEAHQAhAA0AGAADAAgAIgA2APoADAAbACAAFQASABUADwANACAAFQAbABoAzgAJABsAIAAEABEAHQAhAA0AGACHAA4AGwAaAAQAHgARAA8AIQAeAB4AEQAaAA8AEQADAAgAGAA0AFoABwAiABEAHgAYAA0AHAB2AA0AIQAgABgAFQAaABEABAAjABUAEAAgABQAdwAOACEAIAAYABUAGgARAAQAGwASABIAHwARACAAMgBmAHIAggCcALoA1gD2AQYBIAE4AUIBVAFkAW4BigGeAaYBrgHIAdgB6gH2AhgCNgJMAoICogK+AsoC3AMCAy4DRANmA4oDqgPSA/YEEgQqBDIEQgROBG4ElgS+BNYE8gUMBSoAjQAFAB4AFQAaACAAwAAHAB4AEQAiABUAEQAjAHkADAAbAB8AFQAgABUAGwAaAAQAIAAbABwAegAOABsAHwAVACAAFQAbABoABAAeABUAEwAUACAAfAANABsAHwAVACAAFQAbABoABAAYABEAEgAgAHsADwAbAB8AFQAgABUAGwAaAAQADgAbACAAIAAbABkAyAAHABgAIQAfAAQAHwAZAKIADAAYACEAHwAEABsAIQAgABgAFQAaABEAowALABgAIQAfAAQADwAVAB4ADwAYABEAoQAEABgAIQAfAOoACAAYAA0AJQAYABUAHwAgAOwABwAYAA0AJQAEAB8AGQDgAAQAGAANACUCHQANABUAGgAgABEAHgARAB8AIAAEAA4AGwAkAhwACQAVABoAIAARAB4AEQAfACACBQADABUAGgKPAAMAFQARAP4ADAAUABsAIAAbAAQADwANABkAEQAeAA0B5wAHABEAHgAPABEAGgAgAO0ACAANACEAHwARAAQAHwAZAOEABQANACEAHwARAbcAEAANAB8AIAARAAQAHAAYAA0AFQAaAAQAIAARACQAIAG2AA4ADQAfACAAEQAEABkADQAeABcAEAAbACMAGgG1AAoADQAfACAAEQAEABQAIAAZABgBtAAaAA0AHwAgABEABAASAB4AGwAZAAQAIwAbAB4AEAAEAB8AIAAeABUAHAAEABIAFQAYABEBswAPAA0AHwAgABEABAASAB4AGwAZAAQAIwAbAB4AEAGyAA0ADQAfACAAEQAEAA0AHwAEABQAIAAZABgBsQAFAA0AHwAgABEBlgAIAA0AHwAfACMAGwAeABACdwASAA0AHgANABkAEQAgABEAHgAfAAQAIQAaABcAGgAbACMAGgJ2ABUADQAeAA0AGQARACAAEQAeAB8ABAAOACUAIAARAAQADQAeAB4ADQAlAmIACgANAB4ADQAZABEAIAARAB4AHwJsABAADQAeAA0AGQARACAAEQAeAAQAHwAgAB4AFQAaABMCawARAA0AHgANABkAEQAgABEAHgAEABUAGgAgABEAEwARAB4CagAPAA0AHgANABkAEQAgABEAHgAEABIAGAAbAA0AIAJpABMADQAeAA0AGQARACAAEQAeAAQAEAANACAAEQAEACAAFQAZABECaAARAA0AHgANABkAEQAgABEAHgAEAA4AGwAbABgAEQANABoBlwANAA0AHgANABMAHgANABwAFAAEAA0AEAAQAdsACwANABoAEQAEABIAHgARABEAJgARAMQAAwANABoBDAAHAA0AGAARACAAIAARAQ0ABQANABUAGgAgAVIADwANABMAEQAEABwAHgAbABwAEQAeACAAFQARAB8CXQATAA0AEwARAAQAFAARAA0AEAARAB4ABAAfABEADwAgABUAGwAaAl4AEwANABMAEQAEABIAGwAbACAAEQAeAAQAHwARAA8AIAAVABsAGgBoAAsADQAQABAAFQAaABMABAAgABsAHABpAA0ADQAQABAAFQAaABMABAAeABUAEwAUACAAawAMAA0AEAAQABUAGgATAAQAGAARABIAIABqAA4ADQAQABAAFQAaABMABAAOABsAIAAgABsAGQBnAAcADQAQABAAFQAaABMABAAKABwAPABcAPwACAAhABEAHwAgABUAGwAaANgADwAeAAQADwAbABAAEQAEAB8ADwANABoAGgARAB4A1gAPAB4ABAAPABsAEAARAAQAGwAhACAAGAAVABoAEQDXAAcAHgAEAA8AGwAQABEAIABCAGIAcgB6AIQAmgC2ANAA6AD2AQABDgEgATgBRAFwAZwBugHSAeICEgJGAloCaAKOApgCrgK8AuQC/AMYAzIBdQAPACEAGAARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAIvAAcAHwAfAAQADgAbACQCLgADAB8AHwBVAAQAGwAjAB8B3AAKABsAIwAEABIAHgARABEAJgARARcADQAbACEAGgAQAAQADwAbAB4AGgARAB4AHwEJAAwAGwAgAA0AIAARAAQAHgAVABMAFAAgAQoACwAbACAADQAgABEABAAYABEAEgAgAQgABgAbACAADQAgABECnAAEABsAHwARAOMABgARACMAFQAaABAAiAAIABEAHwARACAABAAfABkBKAALABEAHwARACAABAAPABsAGAAbAB4AhQAFABEAHwARACACWQAVABEAHAAbAB4AIAAEABQAEQANABAAEQAeAAQAHwARAA8AIAAVABsAGgJaABUAEQAcABsAHgAgAAQAEgAbABsAIAARAB4ABAAfABEADwAgABUAGwAaAf0ADgARABwAGAANAA8AEQAEAB8AFQAaABMAGAARAf4ACwARABwAGAANAA8AEQAEAA0AGAAYAFYABwARABsAHgAQABEAHgE2ABcAEQAZABsAIgARAAQAIgARAB4AIAAVAA8ADQAYAAQAHwAcAA0ADwAVABoAEwEyABkAEQAZABsAIgARAAQAFAAbAB4AFQAmABsAGgAgAA0AGAAEAB8AHAANAA8AFQAaABMAiQAJABEAGAAbAA0AEAAEAB8AGQCGAAYAEQAYABsADQAQAfwAEgARABMAIQAYAA0AHgAEABEAJAAcAB4AEQAfAB8AFQAbABoAhAAEABEAEAAbAh8ACgARABAAEAAVACAABAAOABsAJAIeAAYAEQAQABAAFQAgAPkAEwANABAAFQAbAA4AIQAgACAAGwAaAAQADwAUABEADwAXABEAEAD4AAsADQAQABUAGwAOACEAIAAgABsAGgKaAA0ADQAQAA0AHgAEABkADQAeABcAEQAeAB8CmwAMAA0AEAANAB4ABAASABUAGAAYABEAEAKZAAUADQAQAA0AHgAtAFwAagCAAIgAnACwAMYA4gEEAR4BSgFyAZoBvAHmAgICEgIcAigCQgJMAmgCggKWAq4CwALkAwgDHAMkAz4DVgNqA3oDhgOSA7oD0APmBCQEUgSMBLYExgTQAeUABgAlABkADgAbABgBXAAKACEAHAAEAB8ADwAeABUAHAAgAeQAAwAhABkA6QAJACEADgAgABUAIAAYABEAHwJXAAkAIQAOAB4AEQAcABsAHgAgAVsACgAhAA4ABAAfAA8AHgAVABwAIAHBAA0AIAAlABgAEQAEAA4AIQAVABgAEAARAB4CIQAQACAAIQAZAA4AGAARAAQAIQAcABsAGgAEAA4AGwAkAiAADAAgACEAGQAOABgAEQAEACEAHAAbABoBvwAVACAAHgAVABwABAAjABsAHgAQAAQAEgAbAB4AGQANACAAIAAVABoAEwG+ABMAIAAeABUAHAAEAB8AHAANABoABAARABgAEQAZABEAGgAgAB8BvQATACAAHgAVABwABAASABsAGgAgAAQAEQAYABEAGQARABoAIAAfAbwAEAAgAB4AFQAcAAQADwAfAB8ABAASABsAHgAZAA0AIAG7ABQAIAAeABUAHAAEAA0AGAAYAAQAEgAbAB4AGQANACAAIAAVABoAEwFaAA0AIAAeABUAFwARACAAFAAeABsAIQATABQA7gAHACAAGwAcAAQAHwAZAOIABAAgABsAHADdAAUAIAAVAA8AFwDxAAwAIAANAB4ABAAbACEAIAAYABUAGgARAPIABAAgAA0AHgHfAA0AHAARABgAGAAEAA8AFAARAA8AFwARAB4AqwAMABsAHgAgAAQAEAARAB8ADwAEAB8AGQCoAAkAGwAeACAABAAQABEAHwAPAKoACwAbAB4AIAAEAA0AHwAPAAQAHwAZAKcACAAbAB4AIAAEAA0AHwAPAToAEQAaAA0AHAAEACAAGwAEAB8AGgANABwAGAAVABoAEQAfATkAEQAaAA0AHAAEACAAGwAEABMAHgAVABAAGAAVABoAEQAfATgACQAaAA0AHAAEABMAHgAVABACVAADABgAGgErAAwAFQAmABEABAAgABsABAATAB4AFQAQAaoACwAVABgAIgARAB4AGAAVABMAFAAgANoACQAVABMAGgANACAAIQAeABEBFQAHABQADQAeABwAEQAaAgcABQAUAA0AHgARARYABQAUAA0AHAARAN8AEwARACAABAAPABsAGAAhABkAGgAEABwAGwAfABUAIAAVABsAGgGQAAoAEQAYABEADwAgAAQADgAbACQBjgAKABEAGAARAA8AIAAEAA0AGAAYApQAHgAPAA0AIAAgABEAHgAEAB8AIAAeAA0AFQATABQAIAAEABgAFQAaABEAHwAEABkADQAeABcAEQAeAB8ClQAWAA8ADQAgACAAEQAeAAQAHwAgAB4ADQAVABMAFAAgAAQAGAAVABoAEQAfApIAHAAPAA0AIAAgABEAHgAEAB8AGQAbABsAIAAUAAQAGAAVABoAEQAfAAQAGQANAB4AFwARAB4AHwKTABQADwANACAAIAARAB4ABAAfABkAGwAbACAAFAAEABgAFQAaABEAHwKRAAcADwANACAAIAARAB4AjAAEAA0AIgARARAACgANACAAIQAeAA0AIAAVABsAGgA7AHgAkACgALYAxADiARIBLAFeAYgBsgHkAg4CKgJGAnYCmgKyAs4C8AMQAzADTgNeA3ADhAOmA8oD5gQCBDAEXgSABKIExATuBRYFQgVoBYIFnAXQBgIGKgZSBn4Goga4Bs4G+gckB1IHeAeqB9oIDghACHAIpAInAAsAIwAVACAAIAARAB4ABAAOABsAJAImAAcAIwAVACAAIAARAB4CJQAKACEAGQAOABgAHgAEAA4AGwAkAiQABgAhABkADgAYAB4A9gAOAB4AFQAEAB8AIAANACAAEQAEABoAIQAYABgA9QAXAB4AFQAEAB8AIAANACAAEQAEABUAGgAQABEAIAARAB4AGQAVABoADQAgABEBEgAMAB4ADQAaAB8AHAARAB4ADQAaAA8AJQGgABgAHgANAA8AFwAEAA8AFAANABoAEwARAB8ABAAeABEAFgARAA8AIAAEAA0AGAAYAZ8AFAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEAB4AEQAWABEADwAgAZwAFAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEABEAGgANAA4AGAARAZ4AGAAeAA0ADwAXAAQADwAUAA0AGgATABEAHwAEAA0ADwAPABEAHAAgAAQADQAYABgBnQAUAB4ADQAPABcABAAPABQADQAaABMAEQAfAAQADQAPAA8AEQAcACABmwANAB4ADQAPABcABAAPABQADQAaABMAEQAfAd4ADQAbABsAGAAOAA0AHgAEABIAGAAbAA0AIAHiABcAGwATABMAGAARAAQAEgAhABgAGAAEAB8ADwAeABEAEQAaAAQAGQAbABAAEQJtABEAGwAPAAQAHwARAA8AIAAVABsAGgAEABgAEQAiABEAGAJgAAsAGwAPAAQAHwARAA8AIAAVABsAGgEiAA0AFAAhABkADgAaAA0AFQAYAB8ABAAhABwBIwAQABQAIQAZAA4AGgANABUAGAAfAAQAHgAVABMAFAAgASUADwAUACEAGQAOABoADQAVABgAHwAEABgAEQASACABJAAPABQAIQAZAA4AGgANABUAGAAfAAQAEAAbACMAGgGVAA4AEQAkACAADgAbACQABAAUABUAEAAQABEAGgGUAAcAEQAkACAADgAbACQBkwAIABEAJAAgAA0AHgARAA0BdAAJABEAJAAgAAQAIwAeAA0AHAGZABAAEQAZABwAGAANACAAEQAEABkADQAaAA0AEwARAB4CIwARABEAGAAYAAQADQAEABIAHgAVABEAGgAQAAQADgAbACQCIgANABEAGAAYAAQADQAEABIAHgAVABEAGgAQAdoADQANAA4AGAARAAQAIQAaABkAEQAeABMAEQHQABYADQAOABgAEQAEAB4AGwAjAAQAFQAaAB8AEQAeACAABAAOABEAGAAbACMBzwAWAA0ADgAYABEABAAeABsAIwAEABUAGgAfABEAHgAgAAQADQAOABsAIgARAfMAEAANAA4AGAARAAQAHgAbACMABAATAB4AGwAhABwAHwHSABAADQAOABgAEQAEAB4AGwAjAAQAEAARABgAEQAgABEBygAQAA0ADgAYABEABAAcAB4AGwAcABEAHgAgABUAEQAfAfYAFAANAA4AGAARAAQAHAAbAB8AFQAgABUAGwAaAAQAHgAVABMAFAAgAfQAEwANAA4AGAARAAQAHAAbAB8AFQAgABUAGwAaAAQAGAARABIAIAH1ABUADQAOABgAEQAEABwAGwAfABUAIAAVABsAGgAEAA8AEQAaACAAEQAeAcgAEgANAA4AGAARAAQAGAAVABMAFAAgAAQAEAAVAA0AGAAbABMB1AAMAA0ADgAYABEABAAQABEAGAARACAAEQHyAAwADQAOABgAEQAEAA8AGwAeABoAEQAeAc4AGQANAA4AGAARAAQADwAbABgAIQAZABoABAAVABoAHwARAB4AIAAEAB4AFQATABQAIAHNABgADQAOABgAEQAEAA8AGwAYACEAGQAaAAQAFQAaAB8AEQAeACAABAAYABEAEgAgAfEAEwANAA4AGAARAAQADwAbABgAIQAZABoABAATAB4AGwAhABwAHwHRABMADQAOABgAEQAEAA8AGwAYACEAGQAaAAQAEAARABgAEQAgABEBzAAVAA0ADgAYABEABAAPABEAGAAYAAQAHAAeABsAHAARAB4AIAAVABEAHwHTABEADQAOABgAEQAEAA8AEQAYABgABAAQABEAGAARACAAEQHLAAoADQAOABgAEQAEAA8AEQAYABgB8AAKAA0ADgAYABEABAAOABsAEAAlAXgAFQANAA4AGAARAAQADQAYABUAEwAaAAQAIAAbABwABAAeABUAEwAUACABdgAUAA0ADgAYABEABAANABgAFQATABoABAAgABsAHAAEABgAEQASACABdwAWAA0ADgAYABEABAANABgAFQATABoABAAgABsAHAAEAA8AEQAaACAAEQAeAX8AEgANAA4AGAARAAQADQAYABUAEwAaAAQAHgARABkAGwAiABEBewAYAA0ADgAYABEABAANABgAFQATABoABAAZABUAEAAQABgAEQAEAB4AFQATABQAIAF5ABcADQAOABgAEQAEAA0AGAAVABMAGgAEABkAFQAQABAAGAARAAQAGAARABIAIAF6ABkADQAOABgAEQAEAA0AGAAVABMAGgAEABkAFQAQABAAGAARAAQADwARABoAIAARAB4BfgAYAA0ADgAYABEABAANABgAFQATABoABAAOABsAIAAgABsAGQAEAB4AFQATABQAIAF8ABcADQAOABgAEQAEAA0AGAAVABMAGgAEAA4AGwAgACAAGwAZAAQAGAARABIAIAF9ABkADQAOABgAEQAEAA0AGAAVABMAGgAEAA4AGwAgACAAGwAZAAQADwARABoAIAARAB4ByQAFAA0ADgAYABEACwAYACIAMABAAE4AWgBoAIgArAC8AMYCCAAEAB8AEQAeALYABgAcABgAGwANABAA3gAHABoAHwAgABUADwAXAKkABgAaAB8AGwAeACACBgAFABoAHAAVABoAlwAGABoAGAAbAA8AFwCVAA8AGgAYABUAGgAXAAQAIgARAB4AIAAVAA8ADQAYAJMAEQAaABgAFQAaABcABAAUABsAHgAVACYAGwAaACAADQAYAE0ABwAaABMAHgAbACEAHACDAAQAGgAQABsBVQAJABoAEAARAB4AGAAVABoAEQAKABYAKgBAAFgAbAB4AJYApACqAMwA5gAJABsAGAAhABkAEQAEACEAHADnAAoAGwAYACEAGQARAAQAGwASABIA5QALABsAGAAhABkAEQAEABAAGwAjABoCMQAJABUAGQARABsABAAOABsAJAIwAAUAFQAZABEAGwGsAA4AFQAQABEAGwAEABEAJAAgABEAHgAaAA0AGAJRAAYADgAcAB4AGwAWAlMAAgAOAeAAEAANABgAFQAQAA0AIAAVABsAGgAEACQAFAAgABkAGAHhAA8ADQAYABUAEAANACAAFQAbABoABAAQAA0AIAANAAgAEgAgADoAWgBqAIoAmACkAL8ABgAeABEAGgAPABQB7QAMABUAJgANAB4AEAAEACAADQAOABgAEQHvAA8AFQAmAA0AHgAQAAQADwAeABsAHwAfACAADQAOALsABwAVABoAEAAbACMAHwC8AA8AFQAaABAAGwAjAAQAGQAVABoAFQAZABUAJgARALoABgAVABoAEAAbACMAXQAFABUAEAAgABQA/QAHAA0AHgAaABUAGgATAAQACgAiADIASAIzAAsAGwAhACAAIQAOABEABAAOABsAJAIyAAcAGwAhACAAIQAOABECKQAKAA0AGQAZABEAHgAEAA4AGwAkAigABgANABkAGQARAB4ABQAMAB4ALgBKAGwAwwAIABsAGwAZAAQAGwAhACAAwgAHABsAGwAZAAQAFQAaAQIADQAbABsAGQAEAA4AEQAfACAABAASABUAIAEBABAAGwAbABkABAANAA8AIAAhAA0AGAAEAB8AFQAmABEAwQAEABsAGwAZAAEABAKdAAICngAAAAMD/wGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6iIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEALAAAAAoACAABAAIAAEAIAAtADYASQB64FvhXOIO4wrkA+VT5qnmr+cF6CzpR+oi//3//wAAAAAAIAAtADAASQBh4ADhAOIA4wDkAOUA5gDmq+cA6ADpAOoA//3//wAB/+P/1//V/8P/rCAnH4Me4B3vHPob/htSG1EbARoHGTQYfAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBQAEAAsACgAACAAABEQECwP6AAoD+gAGAAAABAUABAALAAoAAAgAAASEBAsD+gAGAAQABgAAAAQFAAQACwAKAAAIAAAERAQFAAYABAAGA/oAAAAEBQAEAAsACgAACAAABIQEBQAGA/oACgP6AAAABAQABAAMAAoAAAgAACQEhAgABAP4AAoD+gAAAAQFAAMACwALAAAIAAAkBEQLA/oABwP8AAgAAAAEBAAEAAwACgAACAAAJASECAP8AAgABAAGAAAABAUAAwALAAsAAAgAACQERAUABgAHAAQD+AAAAAgEAAQADAALAAAIABgAACQIRIRUhAQABAAEA/gACAAEAAYD+gAHAQAAAAAACAQAAwALAAsAAAgAGAAAJAiERIxEBAAGA/oABwEACwP8A/wACAP4AAAAAAAIBAAEAAwACwAACAAYAAAkCESE1IQMA/wD/AAIA/gACwP6AAYD+QEAAAAAAAgEAAMACwALAAAIABgAAJQkBIREzEQLA/oABgP5AQMABAAEA/gACAAAAAAACAQAAQAMAA0AAAgAFAAAlCQEJASEBAAEAAQD/AP8AAgBAAYD+gAMA/oAAAAIAgADAA4ACwAACAAUAABMJAQkBEYABgP6AAwD+gALA/wD/AAEAAQD+AAAAAgEAAEADAANAAAIABQAACQIJASEDAP8A/wABAAEA/gADQP6AAYD9AAGAAAACAIAAwAOAAsAAAgAFAAAlCQEJAREDgP6AAYD9AAGAwAEAAQD/AP8AAgAAAAIBAAAAAwADgAACAAYAAAEhAREBIQEBAAIA/wD/AAIA/wABgP6AA4D+gAGAAAAAAAIAAAEAA8ACgAACAAUAAAkCIQEhAgD/AP8AAsD/AAIAAoD+gAGA/oAAAAAAAgEAAQADAAMAAAIABgAACQI1FSE1AwD/AP8AAgACgP6AAYCAQEAAAAEAwAD8A0ACgAAGAAAlNxc3CQEXAQT8/ET+wP7ARPz8/EQBQP7ARAABATwAgALAAwAABgAAARcHFwkBBwE8/PxEAUD+wEQCvPz8RAFAAUBEAAAAAAEAwAEAA0AChAAGAAABBycHCQEnAvz8/EQBQAFARAKE/PxE/sABQEQAAAAAAQFAAIACxAMAAAYAACUnNycJATcCxPz8RP7AAUBExPz8RP7A/sBEAAEBAACAAwADAAAGAAABIxEjESMBAwDAgMABAAGA/wABAAGAAAEAwADAA0ACwAAGAAAlNSE1ITUBAcD/AAEAAYDAwIDA/wAAAAEBAACAAwADAAAHAAABMxEzETMJAQEAwIDA/wD/AAIAAQD/AP6AAYAAAAAAAQDAAMADQALAAAYAAAEVIRUhFQECQAEA/wD+gALAwIDAAQAAAQEAAMADQAKAAAoAAAEVMwsBMzUhNSEVAkCAoKCA/wACQAJAgP8AAQCAQEAAAAAAAQEAAMADQAKAAAgAAAEbASMVIRUhNQEAoKCAAYD+QAGAAQD/AIBAwAAAAAACAMAAwANAAsAACAAMAAABGwEjFSEVITUBIRUhAQCgoIABgP5AAcD9gAKAAYABAP8AgEDAAUBAAAMAAAAABAADgAAGAAoAEQAAATMVIxUtARMzESMBJRUjFTMVAQCAgP8AAQDAgIACQP8AgIABwUGAoKD9wAOA/iCggEF/AAAAAAEAQAAAA8ADgAARAAAlNSEVIzUjNTMRIxsBIxEhNQUCwP5AQICAgKCggAHAAQAAgICAQAHAAQD/AP5AgKAAAAACAMAAAANAA4AABgANAAABIxEjESMTAREjESMbAQIAgECAoAFgQICgoAKA/kABwAEA/YABwP5A/wABAAACAEABAAPAAsAAAgAGAAATDQEBFSE1QAGA/oABwAHAAsDg4AEAQEAABgBAAAADwAOAAAIABQAJAA0AEQAVAAATESUBEQUBFSE1BRUhNQEVITUFFSE1QAFA/sABQAJA/cACQP3AAkD9wAJA/cADgP6AwP1AAYDAAoBAQMBAQP7AQEDAQEAAAAAACQBAAAADwAOAAAMABwALAA8AEwAXABsAHwAjAAATIREhASERIQEhESE1IREhASERIQERIREBIREhJSERIQEhESFAAQD/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/AMAAAAMAQADAA8ACwAADAAcACwAAARUhNR0BITUVIRUhA8D8gAOA/IADgALAgIDAgIDAgAAAAAADAEAAQAPAA4AAAwAHAAsAAAEVITURFSE1ESEVIQPA/IADgPyAA4ADgMDA/sDAwP7AwAAAAwGAAEACQAOAAAsAFwAjAAABMjY1NCYjIgYVFBYXIgYVFBYzMjY1NCYDIgYVFBYzMjY1NCYB4Cg4OCgoODgoKDg4KCg4OCgoODgoKDg4AsA4KCg4OCgoOIA4KCg4OCgoOP7AOCgoODgoKDgAAwBAAYADgAJAAAsAFwAjAAABNCYjIgYVFBYzMjY3FBYzMjY1NCYjIgYFFBYzMjY1NCYjIgYBADgoKDg4KCg4gDgoKDg4KCg4AUA4KCg4OCgoOAHgKDg4KCg4OCgoODgoKDg4KCg4OCgoODgAAgCAAEADgANAAAMACQAAAREhEQEhESMRIQKA/gABAAIAwP7AAUACAP4A/wACAP7AAAAAAAEAQABAA8ADgQA9AAABFAYjIiYnMScRFAYrASImPQEjFRQGKwEiJjURBw4BIyImNTQ2NzEzNDYzATA2NzkBPgEzMhYXATAWMRceAQPAJRsOGAgSJRuAGyWAJRuAGyURCBkOGyUJCAEBAQF+AQEIFw0OFwkBfwEBCAkBwBslCwkR/tsbJSUbwMAbJSUbAScSCgslGw0WCQEBAX8BAQgKCwn+gQEBCRYAAAEBQP/AAoADwAAJAAAFEyMRMwsBMxEjAeCggICgoICAQAEAAgABAP8A/gAAAQAAAUAEAAKAAAkAAAElFSE1DQE1IRUEAP8A/gD/AAEAAgAB4KCAgKCggIAAAAAAAgDA/8IDAAPAAAMAEgAAASEVIREhNyMRMwsBMxEjFyEVIQMA/cACQP7hn4CAoKCAgJ/+4QJAA8BA/IL+AYABAP8A/oD+QAAAAgAAAMAD/gMAAAMAEgAAExEzESERJxUhNQ0BNSEVNxEzEQBAA37+/oD/AAEAAYD+QAMA/cACQP7hn4CAoKCAgJ/+4QJAAAAABQDA/8ADAAPAAAQACAALAA8AFgAAASEVITUVIRUhASEDAzMVIxM1IxUjGwEB4P7gAkD9wAJA/kABQKAgQEBAQICgoAJAQEDAQP8AAQD/AIADgICA/wABAAAAAAAFAAAAwAQAAwAABAAIAAsADwAWAAABETMRIzMRMxEBEQUlMxUjJSMVMxUtAQGAQEDAQAEA/wABAICA/QCAgAEA/wAB4P7gAkD9wAJA/kABQKAgQEBAgKCgAAAAAAQAAAAAA8ADwAAHAA8AFwAfAAATFSMRMxUzFQEVIxUzFTMRASMVIxUhNSMDMzUzNSEVM0BAQMACgMDAQP5AQMABwMBAQMD+QMABwMABwMBAAQDAQMABwP5AwEBAAoDAQEAAAAAEAAAAAAPAA8AABwAPABcAHwAAASM1IRUjFSMBIzUjFSMVIQE1IzUjETM1JRUzFTMRIxUBgIABwIDAAUDAQMABwP5AwEBAAoDAQEADQICAgP2AwMBAAcBAwP5AwEBAwAHAwAAABAAAAAADwAPAAAcADwAXAB8AAAE1MxEjNSM1ATUzNSM1IxEBMzUzNSEVMxMjFSMVITUjA0CAgID9gMDAQAHAQMD+QMBAQMABwMACQID+QIDA/sDAQMD+QAHAwEBA/YDAQEAAAAQAAAAAA8ADwAAHAA8AFwAfAAAlMxUhNTM1MwEzFTM1MzUhARUzFTMRIxUFNSM1IxEzNQJAgP5AgMD+wMBAwP5AAcDAQED9gMBAQICAgIACgMDAQP5AQMABwMBAQMD+QMAAAAAEAAAAAAPAA8AABwAPABcAHwAAExUjETMVMxUBFSMVMxUzEQEjFSMVITUjAzM1MzUhFTOAgICAAoDAwED+QEDAAcDAQEDA/kDAAYCAAcCAwAFAwEDAAcD+QMBAQAKAwEBAAAAABAAAAAADwAPAAAsAFwAjAC8AAAE1IxUjETMVMzUzFQEVIzUjFTM1MxUzEQEzNSMVMxUjFSE1IwMjFTM1IzUzNSEVMwEAwEBAwEACQMBAQMBA/kBAwECAAUCAQEDAQID+wIABgECAAUCAQMABAIBAwECAAUD+gEBAwEBAAoBAQMBAQAAABAAAAAADwAPAAAsAFwAjAC8AAAEzNSM1IRUjFTMVIwEjNTM1IxUzFSMVIQEVMzUjFSM1IxEzNSU1IxUzNTMVMxEjFQGAQIABQIBAwAEAgEDAQIABQP6AQEDAQEACgEBAwEBAAsCAgICAgP4AwEBAwEABwEDAQID+wIBAQMBAgAFAgAAABAAAAAADwAPAAAsAFwAjAC8AAAEVMzUzESM1IxUjNQE1MxUzNSMVIzUjEQEjFTM1IzUzNSEVMxMzNSMVMxUjFSE1IwLAgICAgID+AMBAQMBAAcBAwECA/sCAQEDAQIABQIACQECA/sCAQMD/AIBAwECA/sABgEBAwEBA/YBAQMBAQAAABAAAAAADwAPAAAsAFwAjAC8AAAEjFTMVITUzNSM1MwEzFSMVMzUjNTM1IQE1IxUzNTMVMxEjFQUVMzUjFSM1IxEzNQJAQID+wIBAwP8AgEDAQID+wAGAQEDAQED9gEBAwEBAAQCAgICAgAIAwEBAwED+QEDAQIABQIBAQMBAgP7AgAAABAAAAAADwAPAAAsAFwAjAC8AAAE1IxUjETMVMzUzFQEVIzUjFTM1MxUzEQEzNSMVMxUjFSE1IwMjFTM1IzUzNSEVMwEAgICAgIACAMBAQMBA/kBAwECAAUCAQEDAQID+wIABgECAAUCAQMABAIBAwECAAUD+gEBAwEBAAoBAQMBAQAAABABAAAADwAOAAAMABwALAA8AABMzESMBMxEjASEVIREhFSFAQEADQEBA/UACgP2AAoD9gAMA/YACfv2AAwJA/QBAAAAEAEAAAAPAA4AAAwAHAAsADwAAARUhNQEhFSETETMRIREzEQNA/YACfv2AAoBCQPyAQAOAgID8wEADAP2AAoD9gAKAAAQAQAAAA8ADgAADAAcACwAPAAAlIxEzAREjEQUhFSERIRUhA8CAgPzAQAMA/YACgP2AAoCAAoD9ggKA/YBCQAOAQAAABABAAAADwAOAAAMABwALAA8AADc1IRUBITUhAxEjESERIxHAAoD9ggKA/YBCQAOAQACAgANAQP0AAoD9gAKA/YAAAAAEAEAAAAPAA4AAAwAHAAsADwAAEzMRIwERMxElITUhESE1IUCAgANAQP0AAoD9gAKA/YADAP2AAn79gAKAQkD8gEAAAAQAQAAAA8ADgAAGAAwAEgAYAAATMxUjFSMRASMVIREjAxUzFTMRASMRITUjgMDAQANAwAEAQMDAQPzAQAEAwAOAQMABAPzAQAEAAoBAwAEA/YD/AEAAAAABAQAAwAMAAsAAHQAAATQ2OwEyFx4BFxYdARQGIyImPQE0Jy4BJyYrASImAQATDYBJQEBgGxwTDQ0TFxZPNDQ8gA0TAqANExwbYEBASYANExMNgDw0NE8WFxMAAAEBAADAAwACwAAdAAABMhYdARQHDgEHBisBIiY1NDY7ATI3PgE3Nj0BNDYC4A0THBtgQEBJgA0TEw2APDQ0TxYXEwLAEw2ASUBAYBscEw0NExcWTzQ0PIANEwAAAQEAAMADAALAAB0AACUUBisBIicuAScmPQE0NjMyFh0BFBceARcWOwEyFgMAEw2ASUBAYBscEw0NExcWTzQ0PIANE+ANExwbYEBASYANExMNgDw0NE8WFxMAAAABAQAAwAMAAsAAHQAAJSImPQE0Nz4BNzY7ATIWFRQGKwEiBw4BBwYdARQGASANExwbYEBASYANExMNgDw0NE8WFxPAEw2ASUBAYBscEw0NExcWTzQ0PIANEwAAAAQAQAAAA8ADgAAEAAgADQARAAABIREhEQMhESEBIREhERMhESEDQP0AA4CA/YACgP4AAcD+AEABgP6AA4D8gAOA/QACgP3AAgD+AAHA/oAABABAAAADwAOAAAQACAANABEAAAEhESERAyERIQEVIREhFyERIQOA/MADgED9AAMA/cABgP6AQAEA/wADgPyAA4D8wAMA/gBAAYBA/wAAAAAUAAAAAAPAA8AABAAIAAwAEAAUABgAHAAgACQAKAAsADAANAA4ADwAQABEAEgATABQAAATIxEhEQMhESEHIzUzBSM1MzUjNTMXIzUzFyM1MxcjNTMBIzUzJSM1MxEjNTM1IzUzASM1MwUjNTMFIzUzFyM1MxcjNTMFIzUzJSM1MwUjNTNAQAPAQPzAA0DAQED+AEBAQECAQECAQECAQED+gEBAAoBAQEBAQED9gEBAAgBAQP6AQECAQECAQEABAEBA/YBAQAKAQEADwPxAA8D8gANAwEDAQEBAQEBAQEBA/sBAwED+wEBAQP5AQEBAQEBAQEBAQEBAQEBAAAADAEAAAAPAA4AABAAIAAwAACURIREhJREhEQEhFSEDwPyAA4D8wAMA/UACgP2AQANA/IBAAwD9AALAwAADAEAAAAPAA4AABAAIAAwAADchESEREyERIQEzESOAA0D8gEADAP0AAgDAwAADgPyAA0D9AALA/YAAAAADAEAAAAPAA4AABAAIAAwAABMRIREhBREhERMhFSFAA4D8gANA/QBAAoD9gANA/MADgED9AAMA/gDAAAADAEAAAAPAA4AABAAIAAwAAAEhESERAyERIQUzESMDgPzAA4BA/QADAP1AwMADgPyAA4D8wAMAQP2AAAAEAEAAAAPAA4AAAwAHAAsADwAAEyEVIREhFSE1IREhFyERIUADgPyAA4D8gAOA/ICAAoD9gAOAQP0AQMACAID/AAAAAAQAQAAAA8ADgAADAAcACwAPAAABMxEjATMRIzchESEXIREhA4BAQPzAQECAAoD9gIABgP6AA4D8gAOA/IDAAgCA/wAABABAAAADwAOAAAMABwALAA8AABMRIREDIREhBTMRIwEzESNAA4BA/QADAP2AwMABQMDAA4D8gAOA/MADAID+AAIA/gAAAAAABgBAAAADwAOAAAMABwALAA8AEwAXAAA3IREhFyERIRMzESMBMxEjATMRIwEzESPAAoD9gEACAP4AQICAAQCAgP4AQEADQEBAgAKAQP4AAcD+gAGA/oACgPyAA4D8gAAABABAAAADwAOAAAMABwALAA8AABMRIREDIREhBTMRIwEzESNAA4BA/QADAP1AwMABwMDAA4D8gAOA/MADAED9gAKA/YAAAAAABABA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AQMBAQECBAI1Ly5GFBQBAQEBAQEBAQsXF0IoKC0CAMAZGVc6O0ICAAOA/voMHB1TNDQ6Qjs6VxkZExRFLi83wBQURi4vNS0oKEIXFwsBAQEBAQEBARQURi4vNQIEAgEBAQMBAQEBAQMBAQEEBwQCAQMBAQEBAQMBAQECAwIpJCMzDw4BAEI7OlcZGcAAAQCAAEADgANAAB8AAAEUBw4BBwYjISInLgEnJjURNDc+ATc2MyEyFx4BFxYVA4AUFEYuLzX/ADUvLkYUFBQURi4vNQEANS8uRhQUAUA1Ly5GFBQUFEYuLzUBADUvLkYUFBQURi4vNQADAIAAQAOAA0AABwANABMAABM1MzUhETM1ATMRIREhJRUjFSERwMD/AEABwID+AAFAAQDAAQACwEBA/wBA/kACAP4AgMBAAQAAAAAABQCAAEADgANAAAQACAARABYAGgAAATMRIRE3MxUjATMRIRUjESE1ISMRIREHIzUzAQCA/wBAgIABgMD+wMABQAEAwAEAQICAAkABAP8AwID/AAFAwP7AgP8AAQDAgAAAAgCAAEADgANAAAcADQAAAREhESERIREXIxUjFSEDgP4A/wACAMDAwAGAAkD+AAEAAgD/AEDAwAADAIAAQAOAA0AAAwAHAA0AAAERIREDIREhAyERMxEhAYACAED+gAGAwP4AwAFAAkD+AAIA/kABgAFA/gABQAAABAA/AAADfwOAAAMABwALAA8AABMzESMBIREhBREhEQUhFSE/QEACQP5AAcABAP1AAoD9wAJAA4D8gAMA/wCA/wABAECAAAAAAgB/AAADPwOAABQAGAAAATUzESM1IxUjETMVIREhFTM1IREhBSE1IQH/wMBAwMD+wAFAQAFA/sABAP3AAkABgIABAICA/wCA/wCAgAEAwIAAAAAABACBAAADwQOAAAQACQAOABIAADchESERNyEVITUTIREhESURIxGBAsD9QEACQP3AwAHA/kACQECAAQD/AMCAgAHA/wABAID8gAOAAAQAPwBAA78DgAADAAcACwAQAAATIREhASERITczESMlFSE1Ib8BAP8AAYABAP8AQICA/cADgPyAAwD+QAHA/UBAAkDAQEAAAAIAPwCAA78DQAATABgAAAERIREjNSEVIxUzFSE1MxEhETM1IxEjETMDP/8AgP8AgIABAIABAIDAgIACAAFA/sDAwEDAwP7AAUBA/sACQAAABAA///4DvwM+AAMABwALAA8AACUVITUBIREhKQERIQcjETMDv/yAAYD/AAEAAYD/AAEAQICAPkBAAgD+QALAQP3AAAAEAEAAQAOAA4AAAwAIAAwAEAAAATMVIyUzFSM1ITMVIxUhESECwMDA/sDAwP7AwMADQPzAA4DAwMDAwID+AAAABABAAEADgAOAAAMACAANABEAAAEzFSMRMxUjNREzFSM1KQERIQLAwMDAwMDA/YACAP4AAQDAAf+/vwFBwMD8wAAAAAAEAEAAQAOAA4AAAwAIAAwAEAAAATMVIyUzFSM1ITMVIxEhESECwMDA/sDAwP7AwMADQPzAAQDAwMDAwANA/gAABABAAEADgAOAAAMABwALAA8AABMVMzUzESERARUzNQMVMzVAwIACAPzAwMDAA4DAwPzAA0D+wMDA/sDAwAAAAAQAAAAABAADgAAFAAsAEQAXAAATIRUjFSMTIxEhNSMBFTMVMxEDIxUhESMAAUDAgICAAUDAAkDAgIDAAUCAA4CAwP8A/sCAAwCAwAFA/QCAAUAAAAQAAAAABAADgAAFAAsAEQAXAAABIxUjFSEDMxEhFTMBNSM1IxETMzUhETMBQIDAAUCAgP7AwANAwICAwP7AgAOAwID9wAFAgAGAgMD+wP6AgP7AAAQAQAAAA8ADgAAbACMAOQCNAAAlFw4BIyInLgEnJjU0NjcXDgEVFBceARcWMzI2JzUiJjUjFBYFBwE3FzY3PgE3NjEwFx4BFxYVFAYHJzQnLgEnJicuAScOAQcOAQcOAQcOAQcOAQcUIhUOAQc4ASMBOAExPgE3MDQxNDY1MDQ1PgE1MDYxNDY1PAE1NjQ1NjQ1PAE1NDY1PAE1PAE1NjQ1AnwuJVYvQjs6VxkZFBEyCwwUFEYuLzUiPmA1S0BwAhAt/K0t2iAhIjUQETIyeDIyDg0lCQolGxskHjoWFjoeAgQCAQMBAQEBAQMCAQEEAQEBfwEBAQIBAQEBAQEBAWIuGRsaG1s9PUYqVSkxIDwbODIxShYVEi5ASzVPcVMtA1Mt2S8oKDkREDMyoWRkYiRFH4gjJydVLi4wKEMYGEMoAwUDAgMCAQIBAgQCAQECBQL+gQMFAgECBQIBAQIEAgICBAIBAQECBAEBAgEBBAIBAQECBAIBAQEDBQMABQBAAEADwANAAAsAGwAoADUAQgAAARQGIyImNTQ2MzIWNxEUBiMhIiY1ETQ2MyEyFgc4ATEhOAExETcXNxcTISIGFSERMjY1ETQmNyEiBhUhETI2NRE0JgIAJRsbJSUbGyXAJRv+ABslJRsCABslQP4AlatqVoD+ABslAkAbJSVl/gAbJQJAGyUlAYAbJSUbGyUlZf6AGyUlGwGAGyUlG/7UjKBkUAHsJRv+QCUbAYAbJYAlG/5AJRsBgBslAAAABQAA/8AEAAPAAAMABwALAA8AEwAAASERIQEjETMBIxEzEyEVIREhFSECgP6AAYD+QEBAAsBAQID8AAQA/AAEAAFAAYABAPwABAD8AAOAQP2AQAAABQAA/8AEAAPAAAMABwALAA8AEwAAJSERIQEjETMBIxEzEyEVIREhFSEDAP4AAgD9wEBAAsBAQID8AAQA/AAEAMACAAEA/AAEAPwAA4BA/YBAAAAACQAAAAADwAPAAAMACgARABgAHwAlACwAMgA4AAABFSM1EwczFTM1MwM1IxUjFzcBJxUjFTMVJTUHFzUzNREhETM1MyUjFTMVMxEBNSMRITUlFSMVIRECQMBgYEBBP0BAQGBgAYCAgID9QICAgP8AQMACgMDAQPyAQAEAAoDAAQACQMDAAYCAgID9QICAgIABYGBAQT+AQGBgQEABwP8AwEBAwAEA/IDA/wBAwMBAAQAAAAAABgAAAAADwAOAAAMABwAOABUAGwAhAAABITUhASMVMyUnFSMVMxUlNQcXNTM1BRUjFSERBTUjESE1A8D8QAPA/oDAwAGAgICA/UCAgIACgMABAPyAQAEAAsDA/oDAYGBAQT+AQGBgQEDAwEABAMDA/wBAAAAGAEAAAAPAA8AAAwAHAA4AFQAcACIAAAERIxEBFTM1AwczFTM1MwM1IxUjFzcBIxUzFTMRAxUjFSERAQDAAYDAYGBAQT9AQEBgYAEAwMBAQMABAAPA/EADwP6AwMABgICAgP1AgICAgANAQMABAP1AwEABAAAAAAABAEAAgAPAA0AAEwAAAREjNSMRIxEjFSMRMxUzETMRMzUDwMDAwMCAgMDAwAKA/sCA/sABQMABwMABQP7AgAAAAwBA/8ADwAPAABMAGQAfAAABESM1IxEjESMVIxEzFTMRMxEzNQMHFwcXNyEXNyc3JwPAwMDAwICAwMDAYS1zcy2g/UGgLXJyLQMA/sCA/sABQMABwMABQP7AgP4ALXNzLaCgLXNzLQADAED/wAPAA8AAEwAZAB8AAAERIzUjESMRIxUjETMVMxEzETM1AQcXBxc3Mxc3JzcnA8DAwMDAgIDAwMD93y1zcy2gwaAtcnItAwD+wID+wAFAwAHAwAFA/sCA/gAtc3MtoKAtc3MtAAMAP//BA78DwQATAB8AKwAAAREjNSMRIxEjFSMRMxUzETMRMzUTJwcnBxcHFzcXNyclJwcnBxcHFzcXNycDv8DAwMCAgMDAwIAtc3Mtc3Mtc3Mtc/5zLXNzLXNzLXNzLXMDAf7AgP7AAUDAAcDAAUD+wID90y1zcy1zcy1zcy1zcy1zcy1zcy1zcy1zAAAAAAEAgAAAA0ADgAATAAABFTMVITUzNSE1ITUjNSEVIxUhFQIAwP5AwP7AAUCAAUCAAUABQMCAgMDAwMDAwMAAAAADAAAAAAQAA4AAEwAZAB8AAAEVMxUhNTM1ITUhNSM1IRUjFSEVBScHJwcXEQcXNxc3AYDA/kDA/sABQIABQIABQAFALXNzLaCgLXNzLQFAwICAwMDAwMDAwGAtc3MtoALAoC1yci0AAAP//gAAA/4DgAATABkAHwAAARUzFSE1MzUhNSE1IzUhFSMVIRUVFzcXNycRNycHJwcBfsD+QMD+wAFAgAFAgAFALXNzLaCgLXNzLQFAwICAwMDAwMDAwNMtc3MtoAEmoC1zcy0AAAAAAwAAAAAEAAOAABMAHwArAAABFTMVITUzNSE1ITUjNSEVIxUhFQUnBycHFwcXNxc3JxMnBycHFwcXNxc3JwGAwP5AwP7AAUCAAUCAAUABQC1zcy1zcy1zcy1zcy1zcy1zcy1zcy1zAUDAgIDAwMDAwMDALS1zcy1zcy1zcy1zArMtc3Mtc3Mtc3MtcwACAEAAAAPAA4AAQwBHAAABJy4BIyIGDwEnLgEjIgYPAQ4BFRQWHwEBDgEHFQcUBhUUFjMyNjMxNz4BNwEXHgEzMjY/AT4BNTQmLwE3PgE1NCYnMQEjARcDmgwSLhsaLxF6CAULBwcLBRIFBQUFCP5vDBEFKwETDQIEAqsSHgwBkggFCwcHCwUSBQUFBQh5EhQUEv4mgAEgQANODBIUFBF6CAUFBQUSBQsHBwsFCP5uDB0RAawBBAIOEwErBREMAZEIBQUFBRIFCwcHCwUIehEvGxovEf3yASBAAAAABQAAAAADwAPAACsALwAzADcAOwAAATUjNSMVIzUjFSM1IxUjFTMVIxUzFSMVMxUzNTMVMzUzFTM1MzUjNTM1IzUhMxUjETUzFSEjNTM1IzUzA8DAQMBAwEDAwMDAwMBAwEDAQMDAwMD+AMDAwAEAwMDAwALAQMDAwMDAwEDAQMBAwMDAwMDAQMBAwMD/AMDAwEDAAAoAAABABAADgAAEAAgADAAQABQAGAAcADAANAA4AAABIREhEQEjNTM1IzUzNSM1MwEjNTM1IzUzNSM1MwEUBisBNTMyNjU0JiMxIzUzMhYVJTM1IxEzNSMBQP7AAkD+wMDAwMDAwAEAwMDAwMDAAgBeQkBAKDg4KEBAQl7+wEBAQEADgPzAA0D9AMBAwEDA/UDAQMBAwP6gQl5AOCgoOEBeQmBA/sBAAAUAQAAAA8ADgAAbAB8AMwA3ADsAAAEzNSM1IxUjNSMVIxUzESMVMxUzNTMVMzUhNSErAREzASM1MzI2NTQmIzEjNTMyFhUUBiMDIxUzAzM1IwHAwMBAgECAgICAQIBAAgD+AECAgAGgQEAoODgoQEBCXl5CYEBAQEBAAsBAgICAgED+AECAgICAQAIA/oBAOCgoOEBeQkJeAUBA/wBAAAAGAAD/wAQAA8AABgAKABIAGgAiACoAAAEhESERIREFMxUjEyMVMxUjETMRIxUzFSMRMyU1IxUjNSEVISM1IxUjNSECgP2AAQADAPxAgICAQECAgEBAgIABAECAAUABgIBAgAFAA8D8AAMAAQBAgP3AQIABQAEAQIABQEBAQICAQECAAAAFAD8AAAO/A4AABAAIAA0AEgAWAAATIREhEQMzESMTIREhERchNSEVAREzEb8CgP2AgEBAgAKA/YBAAgD+AAKAQAMA/wABAP0AA4D+AP8AAQDAgIACwPyAA4AAAAUAPwAAA78DgAADAAgADAAQABUAAAERIREDITUhFQERIREXIxEzARUhNSEBv/8AgAOA/IADAP8AwICA/UADgPyAAwD9gAKA/QBAQAMA/YACgED+AALAQEAAAAAAAwA/AAADfwOAAAMABwAMAAABIREhATMRIxMRIREhAn/+QAHA/cBAQIACwP1AAgABAP0AA4D+AP8AAQAAAQB/AAADPwOAABMAACUhFSM1IREhNSMRMzUzFTMRIxUhAz/+wED+wAFAwMBAwMABQICAgAEAgAEAgID/AIAAAAMAgQAAA8EDgAAEAAgADQAAASERIRElETMRASERIREBgQHA/kACAED8wALA/UADAP8AAQCA/IADgP0AAQD/AAAEAD8AAAO/A4AAAwAHAAsAEAAAASERIQEzESMhETMRASERIREDP/2AAoD9AEBAA0BA/QICgP2AAgABAP0AA4D8gAOA/QABAP8AAAAAAwA/AIADvwNAABMAFwAbAAABESERIzUhFSMVMxUhNTMRIREzNQUjNTMBIxEzAz//AID/AICAAQCAAQCA/cCAgAGAgIACAAFA/sDAwEDAwP7AAUBAwID/AAEAAAADAEAAQAPAA4AAAwAHAAsAABMhESEDFSE1ASERIcABAP8AgAOA/oABAP8AAwD+QAJAQED8wALAAAEAPwCAA78DQAATAAABIxEhESMVITUjNTM1IRUzESERMwO/gP8AgP8AgIABAIABAIABwP7AAUDAwEDAwAFA/sAAAAAAAwA///4DvwM+AAMACAAMAAAlIREhARUhNSEBIREhAb//AAEA/oADgPyAAwD/AAEAfgHA/gBAQAMA/UAABAA/AAADvwOAAAMACAANABEAAAERIREDITUhFREVITUhBREhEQG//wCAA4D8gAOA/IACAAEAAwD9gAKA/QBAQAOAQEB+/YACgAAAAAMAfwAAAz8DgAAUABgAHAAAATUzESM1IxUjETMVIREhFTM1IREhByE1IREjNTMB/8DAQMDA/sABQEABQP7AQP8AAQCAgAGAgAEAgID/AID/AICAAQDAgAEAgAAAAwA/AAAC/wOAAAMABwAMAAATIREhBzMRIwURIREhvwEA/wCAQEABwAEA/wADAP2AgAOAfv2AAoAAAAAAAwB/AAADPwOAAAQACAAMAAATIREhEQEzESMXESERfwEA/wABQEBAgAEAAwD9gAKA/QADgH79gAKAAAAAAwEBAAADwQOAAAQACAAMAAABIREhESURMxEBIREhAQEBAP8AAoBA/oABAP8AAwD9gAKAgPyAA4D9AgKAAAAAAAT//wAAA/8DgAAEAAgADAARAAATIREhESURMxEBIREhATMRIxF/AQD/AANAQP6AAQD/AP2AQEADAP2AAoCA/IADgP0CAoD8/gOA/IAAAAAABP//AAAD/wOAAAMABwAL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IREFITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQIBAwEDAQAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEXIRUhByEVIUADgPzAAwDA/oABgID9gAKAgP6AAYAAA8D8QAOA/MADQEBAQEBAQAAAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEVIRUhFSEVIUADgPzAAwBA/oABgP2AAoD+gAGAAAPA/EADgPzAA0BAQEBAQEAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERASE1IRUhNSEVITUhQAOA/MADAP1AAYD+gAKA/YABgP6AAAPA/EADgPzAA0D+wEDAQMBAAAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRchFSEHIRUhQAOA/MADAMD+gAGAgP2AAoCA/oABgAADwPxAA4D8wANA/wBAQEBAQAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRUhFSEVIRUhQAOA/MADAED+gAGA/YACgP6AAYAAA8D8QAOA/MADQP8AQEBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREBITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQP4AQMBAwEAAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFyEVIQchFSFAA4D8wAMAwP6AAYCA/YACgID+gAGAAAPA/EADgPzAA0D+QEBAQEBAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFSEVIRUhFSFAA4D8wAMAQP6AAYD9gAKA/oABgAADwPxAA4D8wANA/kBAQEBAQAAGAEAAAAPAA8AAAwAHAAsADwATACcAABMRIREDIREhARcjNRUzFyMfASE1AzcXIRUhFyEVIRczFSMXMxUjFwdAA4BA/QADAP2HPEN/PLv2PP7OQC0yAeH+WzwBaf7SPPK2O3s/fy0DwPxAA8D8gANA/oBAQIBAQEBAAggtNUBAQEBAQECILQAABQBAAEADgAOAAAMABwALAA8AEwAAExEhEQUhESEZASERKQERITUhESFAA0D9AAFA/sABQAGA/sABQP7AAUADgPzAA0BA/sD+gAFA/sABQEABQAAACwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAAASM1MzMjFTM3IxUzNSMVMzUjFTMRIxUzNSMVMzcjFTM3IxUzExEhEQUhESEBAEBAgEBAgEBAQEBAQEBAQECAQECAQECA/MADAP1AAsABwEBAQEDAQMBA/kBAwEDAQEBAAcD8wANAQP1AAAAVAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFsAABMjNTMVIxUzFSMVMxUjFTMVIxUzASMVMxUjFTMVIxUzFSMVMwEjFTM3IxUzASMVMzcjFTM3IxUzJSMVMzcjFTM3IxUzASMVMzcjFTM3IxUzESERIxEhFSERMxEhgEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQP6AQP6AAYBAAYADQECAQEBAwEBAQAJAQEBAwEBAQALAQEBA/UBAQEBAQEBAQEBAQANAQEBAQED+wAGA/oBA/oABgAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAARUhNRMjFTMVIzUzFSM1MxEjNTMVIzUzASM1MxUjNTMRIzUzFSM1MwEjNTMXIzUzFyM1MxUjNTMVIzUzESM1MxUjNTMVIzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTMXIzUzA4D8wEBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAAgBAQAGAQIBAwED+wEDAQAHAQMBA/sBAwEACQEBAQEBAwEDAQP7AQMBAwEBAQEBAQEBAQAMAQEBAQAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlIxEzBTUjFSM1MxUjNTMVITUzFSM1MxUBNTMVIzUzFSE1MxUjNTMVATUzFQc1MxUHNTMVIzUzFSM1MxUhNTMVIzUzFSM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNSMVFTUzFQc1MxUCAEBAAYBAgEDAQP7AQMBAAcBAwED+wEDAQAJAQEBAQEDAQMBA/sBAwEDAQEBAQEBAQEBAAwBAQEBAQANAQEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAAAEVITUXIxUzFSM1MxUjNTMVIzUzFSM1MwEjNTMVIzUzFSM1MxUjNTMlIzUzFyM1MzcjNTMVIzUzFSM1MxUjNTMVIzUzFSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzNyM1MwOA/MBAQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQAOAQECAQIBAwEDAQMBAAUBAwEDAQMBAwEBAQMBAwEDAQMBAwEDAQEBAQEBAQEBAAYBAQMBAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAA3NSEVJSMVMzUjNTM1IzUzNSM1MzUjNTMBIzUzNSM1MzUjNTM1IzUzASM1MxcjNTMTIzUzNSM1MzUjNTM1IzUzNSM1MzUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MxMjNTNAA0D9AEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQIBAQEBAQEBAQEBAQED+gEBAgEBAgEBAAQBAQIBAQIBAQP8AQECAQECAQEBAQEDAQIBAQEBAQEBA/kBAQEBAQEBA/sBAQED+wEBAQEBAQEBAQEBAQEBAQEBAQED+gEBA/sBAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAEzMRIxM1IxUzNTMVMzUzFTM1MxUzNTMVATUzFTM1MxUzNTMVMzUzFQE1MxUHNTMVBTUzFTM1MxUzNTMVMzUzFTM1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A0D8gAJA/gABgP6AwMAAAAADAEAAAAPAA4AACwAPABMAAAERIxEhESMRIxEhEQERMxEzETMRAoBA/sCAQAOA/YDAwMADgPzAA0D8wANA/IADgPzAAgD+AAFA/sAABABAAAADwAOAAAUACQANABEAACUVIREzEQEjETMTESERJSERIQPA/IBAAYDAwED+wALA/sABQEBAA4D8wAKA/kACAP3AAkCA/kAAAAIAQAAAA8ADgAALAA8AADc1IREhNSERIREhNQEVITWAAUD+wALA/QADgP3A/wBAgAFAQAFA/IBAAYDAwAAAAAADAEAAAAPAA4AACwAPABMAADc1IREhNSERIREhNQEzFSMFFSE1gALA/UACAP3AA4D8wMDAAYD+gECAAUBAAUD8gEADAMDAwMAAAAAAAwBAAAADwAOAAAsADwATAAABESERITUhNSERITUFFSE1ESEVIQPA/IADgPzAA0D8wAIA/gABQP7AAkABQPyAQIABQECAwMABgMAAAAQAQAAAA8ADgAAFAAkADQARAAAlFSERMxEBIRUhExEhEQEhESEDwPyAQAKA/kABwED9wALA/kABwEBAA4D8wAGAwAEA/sABQAGA/sAAAAAAAwBAAAADwAOAAAoADgARAAABJwcnByc1IxEhEQUXByclFwcDK7C3REu1QAOA/sCFhY7+joyMAi+x5ERatOb8gAMAgIW7jnKMpwAAAAIAQAAAA8ADgAAHAA8AAAElAREjESERAwkCNQEXNwKA/wD/AEADgED/AP8A/wABDfz3AnWA/wABi/yAA4D+5v6aAQD+zc4BDH7OAAACAEAAAAPAA4AAAwAJAAATESERBwkCESFAA4BA/wD/AP8AAwADgPyAA4Da/poBAP7NAjMAAQBAAAADwAOAAA0AADcVIRUhETMRAQUBEQEngANA/IBAAQABAAFA/sD+gEBAA4D+QAEAgAFA/oD+wIAAAwBAAAADwQOAAAUAGQAdAAA3IRUhETMBAzUTNycHNTcXNxc3FQcfAScHJzcXNyeAA0D8gEABMfHCUzfe8FfacG9MTAF1paoyeIFWQEADgP49/sNmAQRCRHBMdGyuq4VeXXVrrsrVKJeafwAAAwBAAAADwAOAAAUADQAVAAAlFSERMxEBBSU1BSUFFQEFJTUFJQUVA8D8gEABQAEAAQD/AP8A/wABAAEAAQD/AP8A/wBAQAOA/MABOIDASMCAwEgCALh4SHi4gEgAAAAAAwBAAAADwAOAAAUADQARAAAlFSERMxEBBSU1BSUFFQEhFSEDwPyAQAFAAQABAP8A/wD/AAMA/QADAEBAA4D8wAG4gMBIwIDASAJIQAAAAAAKAAAAAAPAA4AABQCeAKwAugDIANYA5ADyAQABDgAAJRUhETMRJTgBMRQGIyImNTwBNyMnDgEjIiYnMwccARUUBiMiJjU0NjcVJwceARUUBiMiJjU0NjMxNycqASMiJjU0NjMyFhUUBgc1FzcuATU0NjMyFhcxFz4BMzIWFzEzPgEzMhYVFAYjIiYnMSMOASMiJicxJw4BIzEHFzoBMzgBMTIWFzE3PAE1NDYzMhYVHAEHMRc+ATMyFhU4ATkBAxQWMzI2NTQmIzEiBhUhFBYzMjY1NCYjMSIGFSUUFjMyNjU0JiMxIgYVBzQmIyIGFRQWMzEyNjURNCYjIgYVFBYzMTI2NQU0JiMiBhUUFjMxMjY1JTQmIyIGFRQWMzEyNjUFNCYjIgYVFBYzMTI2NQPA/EBAA4AlGxslAQGnBQ0HBw0GAacmGhslBANiLgQFJRsbJSUbPTkBAgEbJSUbGyUEAydpBAUlGxokAp0HEgoSHQiSCB0SGyUlGxIdCJIIHRIZJQKdBxIKeHQBAgEHDQWnJRsaJgGoBQ0HGyVgEw0NExMNDRP/ABMNDRMTDQ0T/wATDQ0TEw0NE8ATDQ0TEw0NExMNDRMTDQ0TAQATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TQEADgPzAwBslJRsCBAJ9AgMDAn0CBAIbJSUbCA4HAZNPBxAJGyUlGxoma1UlGxslJRsIDgcBO7cHEAkbJSMZTwUGEg4OEiUbGyURDw4SIxlPBQbSrgMCfQIEAhslJRsCBAJ9AgMlGwGADRMTDQ0TEw0NExMNDRMTDYANExMNDRMTDYANExMNDRMTDf7ADRMTDQ0TEw1ADRMTDQ0TEw3ADRMTDQ0TEw3ADRMTDQ0TEw0ACwAAAAADwAOAAAUATgBcAGoAeACGANkA5wD1AQMBEQAAJRUhETMRARQGIyImJzMHOAExFAYjIiY1NDY3MScOASMiJiczBxQGIyImNTQ2MzIWFyM3OAExNDYzMhYVFAYHMRc+ATMyFhcjNzQ2MzIWFQU0JiMiBhUUFjMxMjY1JTQmIyIGFRQWMzEyNjUFNCYjIgYVFBYzMTI2NSU0JiMiBhUUFjMxMjY1ExQGIyImJxUHHgEVFAYjIiY1OAE5AScOASMiJicVBx4BFRQGIyImNTQ2MzIWFzU3LgE1NDYzMhYVOAE5ARc+ATMyFhc1Ny4BNTQ2MzIWFTgBOQEBNCYjIgYVFBYzMTI2NSU0JiMiBhUUFjMxMjY1BTQmIyIGFRQWMzEyNjUlNCYjIgYVFBYzMTI2NQPA/EBAA4AlGwsUCAGaJRsbJQEBogcQCQsUCAGaJRsbJSUbCxQIAZolGxslAQGiBxAJCxQIAZolGxsl/OATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TAQATDQ0TEw0NEyAlGwkQB6IBASUbGyWaCBMLCRAHogEBJRsbJSUbCRAHogEBJRsbJZoIEwsJEAeiAQElGxsl/OATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TAQATDQ0TEw0NE0BAA4D8wAKAGyUHBk0bJSUbBAgDeQQEBwZNGyUlGxslBwZNGyUlGwQIA3kEBAcGTRslJRtADRMTDQ0TEw2ADRMTDQ0TEw3ADRMTDQ0TEw2ADRMTDQ0TEw3/ABslBAUBeQQHBBslJRtNBgcEBQF5BAcEGyUlGxomBAUBeQQHBBslJRtNBgcEBQF5BAcEGyUlG/8ADRMTDQ0TEw3ADRMTDQ0TEw2ADRMTDQ0TEw3ADRMTDQ0TEw0AAAAACwAAAAADwAOAAAUAWABmAHQAggCQAM4A3ADqAPgBBgAAJRUhETMRARQGIyImJxUHHgEVFAYjIiY1OAE5AScOASMiJicVBx4BFRQGIyImNTQ2MzIWFzU3LgE1NDYzMhYVOAE5ARc+ATMyFhc1Ny4BNTQ2MzIWFTgBOQEBNCYjIgYVFBYzMTI2NSU0JiMiBhUUFjMxMjY1BTQmIyIGFRQWMzEyNjUlNCYjIgYVFBYzMTI2NRMUBiMiJicxIw4BIyImJzEjDgEjIiYnMSMOASMiJjU0NjMyFhcxMz4BMzIWFzEzPgEzMhYXMTM+ATMyFhUxITQmIyIGFRQWMzEyNjUhNCYjIgYVFBYzMTI2NSE0JiMiBhUUFjMxMjY1ITQmIyIGFRQWMzEyNjUDwPxAQAOAJRsJEAeiAQElGxslmggTCwkQB6IBASUbGyUlGwkQB6IBASUbGyWaCBMLCRAHogEBJRsbJfzgEw0NExMNDRMBABMNDRMTDQ0TAQATDQ0TEw0NEwEAEw0NExMNDRMgJRsSHQiSCB0SEh0IkggdEhIdCJIIHRIbJSUbEh0IkggdEhIdCJIIHRISHQiSCB0SGyX84BMNDRMTDQ0TAQATDQ0TEw0NEwEAEw0NExMNDRMBABMNDRMTDQ0TQEADgPzAAYAbJQQFAXkEBwQbJSUbTQYHBAUBeQQHBBslJRsaJgQFAXkEBwQbJSUbTQYHBAUBeQQHBBslJRv/AA0TEw0NExMNwA0TEw0NExMNgA0TEw0NExMNwA0TEw0NExMNAYAbJREPDhIRDw4SEQ8OEiUbGyURDw4SEQ8OEhEPDhIlGw0TEw0NExMNDRMTDQ0TEw0NExMNDRMTDQ0TEw0NExMNAAIAQAAAA8ADgABjAH8AAAE0Njc1NjcwNDkBPgE3NDAxNDY9ATQ2NTwBNTwBNzwBNTwBNTgBNTQmJxcmJy4BJxcuAScXJicmJyYnJicmJy4BLwEmJyYnJicmJyoBIyIHDgEHBhUUFx4BFxYzMjc+ATc2NzEHDgEjIicuAScmNTQ2NzU+ATMwMjkBEQUOAQcxA7MCAQEBAgIBAQEBFRQBBAUHDggBCBAJAQQDCAcICAgIDQ0dRCQDEBELCwsLEREDBgNdUVJ6IyMjI3pSUV1PR0dyKSgTozWNUFBGRmgeHj01NIxPAQF1DjQjAVMDBwMBBgYBBg4GAQMGAwMDBAMBAgECBQIBAgEDBwMBMV8qAwoKDhcLAgwWCgEEBAgIBwgHBwoJFSELAQUDAgICAQEBIyN6UlFdXVFSeiMjGhlbPj5JozU9Hh5oRkZQUI00ATQ8/oBdNVokAAAABgBAAAADwAOAAGMAcQCXAJ4ArQC8AAABNDY3NTY3MDQ5AT4BNzQwMTQ2PQE0NjU8ATU8ATc8ATU8ATU4ATU0JicXJicuAScXLgEnFyYnJicmJyYnJicuAS8BJicmJyYnJicqASMiBw4BBwYVFBceARcWMzI3PgE3NjcxJRQGIyImNTQ2MzEyFhUTDgEjIicuAScmNTQ2NzU+ATMwMjkBFSIGFRQWMzI2NzUXDgEHMQMUMBU0MDUHMBQxOAE5ATgBMTA0OQEHOAExOAE5ATgBMTgBOQEDswIBAQECAgEBAQEVFAEEBQcOCAEIEAkBBAMIBwgICAgNDR1EJAMQEQsLCwsREQMGA11RUnojIyMjelJRXU9HR3IpKBP+zUs1NUtLNTVLkDWNUFBGRmgeHj01NIxPAVBwcU9DZxC7DjQjUAECAVMDBwMBBgYBBg4GAQMGAwMDBAMBAgECBQIBAgEDBwMBMV8qAwoKDhcLAgwWCgEEBAgIBwgHBwoJFSELAQUDAgICAQEBIyN6UlFdXVFSeiMjGhlbPj5JbTVLSzU1S0s1/vA1PR4eaEZGUFCNNAE0PMBwUFBwUj4BLjVaJAEFAQEBAQwBAQwACQBAAAADwAOAAAUAEwAhAC8APQBLAFkAZwB1AAAlFSERMxETFAYjIiY1NDYzMTIWFSM0JiMiBhUUFjMxMjY1ExQGIyImNTQ2MzEyFhUjNCYjIgYVFBYzMTI2NRMUBiMiJjU0NjMxMhYVIzQmIyIGFRQWMzEyNjUTFAYjIiY1NDYzMTIWFSM0JiMiBhUUFjMxMjY1A8D8gEDAJRsbJSUbGyUgEw0NExMNDRPgJRsbJSUbGyUgEw0NExMNDRPgJRsbJSUbGyUgEw0NExMNDRPgJRsbJSUbGyUgEw0NExMNDRNAQAOA/MACwBslJRsbJSUbDRMTDQ0TEw3+gBslJRsbJSUbDRMTDQ0TEw0BABslJRsbJSUbDRMTDQ0TEw3+gBslJRsbJSUbDRMTDQ0TEw0AAAYAQAAAA8ADgAAFAIQAkgCgAK4AvAAAJRUhETMRARQGIyImJzEuAQcOAQcOAQceARUUBgcxHgEXHgEXHgEXHgEVFAYHIw4BBw4BByMqASMqASMiJiczDgEjIiY1NDYzMhYXMR4BMzoBMzE+ATcHPgE3LgE1NDY3MS4BJy4BJy4BJy4BNTQ2NzE+ATcxPgE3PgE3NhYXPgEzMhYVMQU0JiMiBhUUFjMxMjY1AzQmIyIGFRQWMzEyNjUlFBYzMjY1NCYjMSIGFQE0JiMiBhUUFjMxMjY1A8D8gEADQCUbGCMEDicZNWstHUkTCQoLCQ09MB8/GhMbCBMZGBMBEFNAKV4yAQYMBQEBAQ8cDQEIEwsaJiYaGCQDCBIJBQkELVQnAx1MEwoLCwkOPDEfPxoTGwgTGBkTCBUNFjwlMnY6IjQTCBULGyX94BMNDRMTDQ0TgBMNDRMTDQ0TAYATDQ0TEw0NEwEAEw0NExMNDRNAQAOA/MADABslHhcCAQEEGBMMLSEJGA0OGAkUFAoGEBALHxIHIRUVIQcsShoSFgMCAwYHJRsbJR8XAQEDFBABDDEmCRgODRgJFBUJBxAPDB8TBiEVFSEHER0NFiUQFRsDAwMEBwclG8ANExMNDRMTDf5ADRMTDQ0TEw3ADRMTDQ0TEw0BwA0TEw0NExMNAAACAEAAAAPAA4AABQBOAAAlFSERMxElPgE1LgEnLgEnLgE1Jjc+ATc2Nz4BMyciBw4BBwYHDgEHDgEXFBYXHgEXHgEXHgEVFAYHDgEHDgEjKgEnMwcyFjMyNz4BNzY3A8D8gEACICAgASAhGj4fRUABGBhGKCggXZ0BBAIXF0kuLjE6XSEwLwEhIRo+Hxw0ExERFhYkhFocPyAOHA4DBAIeGCc4OHk5OShAQAOA/MCwHUorKT0TEA8GDiMvHxkYJg0OCBcQQAICCQgIDA4lFR5IKSk9ExAPBwUNCwsfGB4xFSItCgMDAUABAwQXFxYmAAAGAEAAAAPAA4AABQBEAFIAYABuAHwAACUVIREzEQEUBiMiJicxBRc+ATMyFhUUBiMiJicxBQ4BIyImNTQ2MzIWFyMlMDY1Jw4BIyImNTQ2MzIWFzElPgEzMhYVMQU0JiMiBhUUFjMxMjY1AzQmIyIGFRQWMzEyNjUlFBYzMjY1NCYjMSIGFQE0JiMiBhUUFjMxMjY1A8D8gEADQCUbDBQJ/mnpBQwGGyUlGwsTCP6mAyUYGyUlGwsTCQEBWgHqBQwGGyUlGwwUCQGYBCMYGib94BMNDRMTDQ0TgBMNDRMTDQ0TAYATDQ0TEw0NEwEAEw0NExMNDRNAQAOA/MADABslCAeZugICJRsbJQcGlRggJRsbJQcGlQEBugICJRsbJQgHmhYfJhrADRMTDQ0TEw3+QA0TEw0NExMNwA0TEw0NExMNAcANExMNDRMTDQAAAAACAEAAAAPAA4AABQANAAAlFSERMxEBLQE1BQEFFQPA/IBAAnv+wgHD/cMBQv57QEADgPzAATr+yED4/v7GQAAABwBAAAADwAOAAAUAEwAhAC8APQBLAFkAACUVIREzEQEiBhUUFjMyNjUxNCYjNTIWFRQGIyImNTE0NjMFIgYVFBYzMjY1MTQmIzUyFhUUBiMiJjUxNDYzAyIGFRQWMzI2NTE0JiMlIgYVFBYzMjY1MTQmIwPA/IBAAQA1S0s1NUtLNVBwcFBQcHBQAcAbJSUbGyUlGzVLSzU1S0s1YEJeXkJCXl5C/oAoODgoKDg4KEBAA4D8wAGASzU1S0s1NUtAcFBQcHBQUHDAJRsbJSUbGyVASzU1S0s1NUsBgF5CQl5eQkJeQDgoKDg4KCg4AAAABABAAAADwAOAAAUAEQAVACEAACUVIREzESUjFSM1IxEzNTMVMwcjETMBIxEjESMRMxUzNTMDwPyAQAHAgECAgECAQMDAAcCAQICAQIBAQAOA/MDAgIACAICAQP6AAQABAP8A/wCAgAADAEAAAAPAA4AABQARAB0AACUVIREzEQERIxUjFTMRMzUzNQE1IxEjFTMVMxEzNQPA/IBAAUBAgIBAgAEAQICAQIBAQAOA/MABAAHAQED+AIBAAcCA/sBAwAGAQAAAAAAGAED//wO/A4AAFAAXABsAHgAiACYAAAEjFQUnBxcTBxc3BRc3JxM3JwcnNQMnNxc1FwcHJxcXJzcHByc3FwIgQP7BUg9Von40hgE9YzReUoQPlvpA7u5AsbHAd+3ijss9Pd1iewOAWO8UPhX+16wmuTGIJoABRx4/I/pg/mw5s+zasSnh2zrDwy/yGSKIqgALAEL//wO+A4AATgBRAF8AagB4AIYAlACXAKUArAC6AAABBy4BIyIGBzMnNCYnPQEjFQ4BBzEFOAExIgYHIycHFx4BFzEXDgEVFBYXMQcXNzI2NzEXHgEzOAE5ATI2MzEXNyc+ATU0JicxNz4BNzE3Jwc1JzIWFRQGIyImNTE0NjMHHgEXMxUnLgEnFQciJjU0NjMyFhUxFAYjEyImNTQ2MzIWFTEUBiM3LgEjMSIGIzEnPgE3Fwc3FxciJjU0NjMyFhUxFAYjLwE3HgEXMTciJjU0NjMyFhUxFAYjA7BnCBUMBw4GAcYSDkALDwP+/Q0YCAFBD0AEFQ56AQIFBHA0dQ0XCPQGIhYDBgNHNEsCAgcHPxEZBF/tsSANExMNDRMTDSoCBQIB4wEBAToNExMNDRMTDaANExMNDRMTDQ4DBwQDBgJqAQIB5zhie0UNExMNDRMTDQiOwwEDAi0NExMNDRMTDQJJGAcIAwPGEh0IAUhJBhMMwgoJED4QDxYG3wUKBgkRB5omoQsJJhQaAWImZgQLBgsVCPoFGxIWCynaWhMNDRMTDQ0TUAIEAd03AwQCATsTDQ0TEw0NE/7QEw0NExMNDRNeAQEBwgECATi7iKpQEw0NExMNDRNpwy4CBAENEw0NExMNDRMAAAABAED//wO/A4AAEwAAJRcHLwEHJzcvATcXJTUzFRc3FwcCxYI0ltq2NLSGpw+EAQ1AxsoOxdizJs4s+ib3yik+IL2WoMYvPy4AAAAABQBAAEADwAOAAAgADgAVACIALwAAAQUuATU0NjcHHwE1DgEHAScXPgE/AQUWFx4BFxYzMjY3BwMTEQU+ATUxNCcuAScmAcT+lQwNLSkBi8A5YiUBz8E3L0gSAf3RFyIhUi8vMxIjEQNYOAGZAwQgIXBMTAHJnCFKKEqGNwEioPoFMCX+wDC/FEovAmcqIyMyDQ4DBAEBNgIE/llmEicVWU9OeCYlAAAACABAAAADwAOAAAMABwAOABcAJQAuADUAPQAAAREhESUhESEDFQcVFzMRAxcHFzcRIRUXBxcHFzUnNycjJzUjBxcXDwEXFQchNTclNyMnNyMRFzcHFTM1NzUDgP0AA0D8gAOAwIAapqV/PyVA/wAamkAv70BAQEBAQIBAQEBAQEABAGX+4CA/gH+lJUxxQEADQP0AAwBA/IABgBqASxsBLwERgEAvKwEEJRuAQC85KEBAQEBAgECsFEBAQECAZXsggID+sXFLHO8bQAsAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAbMzFAEB7F8PPPUACwQAAAAAANyV+uQAAAAA3JX65P/+/8AEAAPBAAAACAACAAAAAAAAAAEAAAPA/8AAAAQA//4AAAQAAAEAAAAAAAAAAAAAAAAAAAKfBAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAABQAQAAUAEAAFABAABQAQAAQAEAAFABAABAAQAAUAEAAEABAABAAQAAQAEAAEABAABAAQAAIAEAAEABAAAgAQAAQAEAAAABAABAAQAAMAEAAE8BAAAwAQAAUAEAAEABAAAwAQAAQAEAADABAABAAQAAQAEAADABAAAAAQAAEAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAYAEAABABAAAgAQAAEAEAAFABAAAAAQAAMAEAAAABAAAwAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAABAAQAAQAEAAEABAABAAQAAEAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAMAEAADABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAABAAQAAFMEAAAABAAAAAQAAQAEAAAABAAAwAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAQAQAAEAEAADABAAAwAQAAEAEAAEABAABAAQAAIAEAACABAABAAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAwAQAAIAEAADABAAAWgQAAEMEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAQAQAAIAEAAFABAABQAQAAEAEAABABAAAQAQAAMAEAADABAABAAQAAQAEAAEABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAUQQAAQAEAACABAAAQAQAAEAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAADABAAAwAQAAMAEAABQBAAAUAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAQAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAEAEAAAABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAAwEAADABAAAQAQAAEAEAABABAAAQAQAAIAEAAAABAABAAQAAQAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAAA/BAAAfwQAAIEEAAA/BAAAPwQAAD8EAABABAAAQAQAAEAEAABABAAAAAQAAAAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAPwQAAIAEAAAABAD//gQAAAAEAABABAAAAAQAAAAEAABABAAAAAQAAD8EAAA/BAAAPwQAAH8EAACBBAAAPwQAAD8EAABABAAAPwQAAD8EAAA/BAAAfwQAAD8EAAB/BAABAQQA//8EAP//BAAAPwQAAD8EAAA/BAAAPwQAAD8EAACABAABAAQAAQAEAAEABAABAAQAAMAEAABABAAAQAQAAAAEAACABAAAgAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAMAEAADABAAAAAQAAEAEAABABAAAAAQAAIAEAABABAAAAAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAAAABAAAQAQAAAAEAABABAAAQAQAAAAEAAAABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAFMEAAAABAAAAAQAAAAEAABABAAAQAQAAMAEAABABAABAAQAAIAEAABABAAAgAQAAIAEAABABAAAAAQAAAAEAABABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAIAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACgBAAAoAQAAMAEAACABAAAQAQAAIAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAEABAAAQAQAAMAEAABABAAAQAQAAEAEAACABAAAQAQAAEAEAABABAAAgAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAABABAAAQgQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAQAQAAIAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAQAQAAEAEAACABAAAQAQAAEAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQgQAAEAEAABABAAAQAAAAAAAAAAAAAoAFAAeACgAMgA8AEYAUABaAGQAbgB4AIIAjACWAKAAqgC0AL4AyADSANwA5gDwAPoBBAEOARgBIgEsATYBQAFKAVQBXgFoAXIBfAGKAZgBpgG0AcIB0AHeAewCAgIYAi4CRAJaAnAChgKcArQCygLeAvIDCAMeAzIDRANWA2wDfgOWA6wDyAPsBAwEKgQ+BG4EugToBQwFMgVGBXYFoAXGBeYGEAYqBkQGXgZ4Bq4G5Ab+B1IHaAeAB6QHyAf2CCQIVgiICLoI7AkeCWAJognkCiYKaAqKCqwKzgrwCxILPgtsC5oLyAv2DB4MRgzEDOINAA0eDTwNXg2ADaQN1A34DhwOQA5mDrYPCA90D8QQFhB2ELwQ8BFGEXIRuBIGEmYSzhNmE84UZhSqFOwVTBXEFkIWVha6FvYXEBd6F7wX1Bg6GHgYhhjkGRoZNBlOGXQZiBmcGbIZ1hnqGggaJhpcGpwathrQGuobBBsoG0obbBuCG6IbsBw6HUYdmB4SHnIe4B9IH2wfnh/eIAwgIiAwIEAgTiB+IJIgtCDOIOog+iEmIXAhtCIwIywkiiVCJcYmLCbSJuYnLieOJ84n3CfyKAAoFCgoKFIorijUKVIp8iokKlQqYip2KoQq6CsiK1IrbCuCK6IrwCwCLDIsiizyLTItmi4aLnwu1i8UL1ovsDACMCwwWjCEMJ4wuDFqMZAxtjIgMuozVDNkNCA0cjSgNMQ1sjXgNfY2rjbiNwg3ODdUN3Q3mDfCN+g4DDg0OFY4djiYOLg42DkCOSw56jpKOnQ6njr4OzI7bjuOO8I79jw+PF48kjzGPQw9ej3EPhg+aD6qPtg/Bj8kP0Q/ZD+KP7g/1D/2QBRAOkBoQIZApEDEQOxBEkEyQVJBckGaQcJCLkKqQsRDAEMSQzBDkEPyRShFrkYyRwhH5kimSXxKhEsiTABM+E3iTi5OaE6gTsJO5E8GTyJPPk9aT4hPtk/kUBJQWlCQULhQ4FEKUTJRXFGGUa5R2FICUipSblKYUt5TZlQAVJpVMlXKVmRW/Fe0V/ZYglk+WeJaqFrWWx5b3F1cXvZftmDsYTphZmGoYrRjOmPKZDBklmUQZX5mAGaCZuZnKmd0Z9xoQmhqaKBo9GlEabZp7GpMarBq6GuKa8ZsGGxybMRtHm10bchuCG5SbrJvEnDmcTpyLHJ+csZzEHZadtB3sniCeSJ5dnnAegB6VnqSevB7KHtee5Z7znwqfIR8wH0KfUJ9en2wffp+RH6Gfs5/Fn9cf7aA+oImgrCC9oQohEiEqoWUhhSG6Iduh/SIIoiMiUyJkIpSipaK3Isgi2SLoIvajBSMho1QjYaN1I6ijtSPCo9Kj3SPnpBQkNSRKpGQkbaR3JIoklyShJLmk1yTcpOck9yUOJR6lNKU9pUwlo6YAplumvKbLpt8m9qcTpzSnWCgIqL6o2aj6KRmpO6lOqWcpgamfqcYp8SohKlYqiirAqtSq66sFKyKrOytZK2OrcquBK44rpCu4q8GrzSvcrBUsIywyrECsV6yRLMss3S0GrRYtIS05LVAtXC1pLXOtqi3FrdquDa48rlmudS5+rowulS6vrtSu4y7xrvuvBa8ULyIvM69Cr0yvbC/SMEQwv7EBsRAxITE4MVWxeTGosbixwTHtMgCyFjI0MkiycDKEsp4yq7K7Ms+zOLNKM1WzXbNnM3CzejOCM4uzlTOfM6izsjO4s8AzzbPZs+O0NrSMNN21CLVBtWe1pzXFNe819zYVNiI2LjZANn22hzacNrW2uAAAQAAAp8DLAA+AAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAABoBPgABAAAAAAAAABsBEQABAAAAAAABABIAAAABAAAAAAACAAcDYAABAAAAAAADABIC9AABAAAAAAAEABIDdQABAAAAAAAFAAsC0wABAAAAAAAGABIDKgABAAAAAAAJABsBYgABAAAAAAAKADMAeAABAAAAAAALABYANgABAAAAAAAMABYBswABAAAAAAANABsB9QABAAAAAAAOAC8CRgADAAEECQAAADYBLAADAAEECQABACQAEgADAAEECQACAA4DZwADAAEECQADACQDBgADAAEECQAEACQDhwADAAEECQAFABYC3gADAAEECQAGACQDPAADAAEECQAJADYBfQADAAEECQAKAGYAqwADAAEECQALACwATAADAAEECQAMACwByQADAAEECQANADYCEAADAAEECQAOAF4CdVdlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac2h0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbVdlYiBDb21wb25lbnRzIEljb24gRm9udApGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBXAGUAYgAgAEMAbwBtAHAAbwBuAGUAbgB0AHMAIABJAGMAbwBuACAARgBvAG4AdAAKAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeVRlbGVyaWssIEEgUHJvZ3Jlc3MgQ29tcGFueQBUAGUAbABlAHIAaQBrACwAIABBACAAUAByAG8AZwByAGUAcwBzACAAQwBvAG0AcABhAG4AeWh0dHA6Ly93d3cudGVsZXJpay5jb20AaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHQAZQBsAGUAcgBpAGsALgBjAG8AbUFwYWNoZSBMaWNlbnNlLCBWZXJzaW9uIDIuMABBAHAAYQBjAGgAZQAgAEwAaQBjAGUAbgBzAGUALAAgAFYAZQByAHMAaQBvAG4AIAAyAC4AMGh0dHA6Ly93d3cuYXBhY2hlLm9yZy9saWNlbnNlcy9MSUNFTlNFLTIuMC5odG1sAGgAdAB0AHAAOgAvAC8AdwB3AHcALgBhAHAAYQBjAGgAZQAuAG8AcgBnAC8AbABpAGMAZQBuAHMAZQBzAC8ATABJAEMARQBOAFMARQAtADIALgAwAC4AaAB0AG0AbFZlcnNpb24gMS43AFYAZQByAHMAaQBvAG4AIAAxAC4AN1dlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1dlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcldlYkNvbXBvbmVudHNJY29ucwBXAGUAYgBDAG8AbQBwAG8AbgBlAG4AdABzAEkAYwBvAG4AcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype")
}
.k-icon {
	width: 1em;
	height: 1em;
	outline: 0;
	font-size: 16px;
	font-family: WebComponentsIcons;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	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:focus, .k-icon:hover {
	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-h.k-flip-v, .k-svg-icon.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-collapse, .k-widget .k-icon.k-i-expand {
	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-height::before {
	content: "\e035"
}
.k-i-width::before {
	content: "\e036"
}
.k-i-max-height::before {
	content: "\e037"
}
.k-i-max-width::before {
	content: "\e038"
}
.k-i-min-height::before {
	content: "\e039"
}
.k-i-min-width::before {
	content: "\e03a"
}
.k-i-margin::before {
	content: "\e03b"
}
.k-i-margin-top::before {
	content: "\e03c"
}
.k-i-margin-right::before {
	content: "\e03d"
}
.k-i-margin-bottom::before {
	content: "\e03e"
}
.k-i-margin-left::before {
	content: "\e03f"
}
.k-i-padding::before {
	content: "\e040"
}
.k-i-padding-top::before {
	content: "\e041"
}
.k-i-padding-right::before {
	content: "\e042"
}
.k-i-padding-bottom::before {
	content: "\e043"
}
.k-i-padding-left::before {
	content: "\e044"
}
.k-i-border-style::before {
	content: "\e045"
}
.k-i-border-style-top::before {
	content: "\e046"
}
.k-i-border-style-right::before {
	content: "\e047"
}
.k-i-border-style-bottom::before {
	content: "\e048"
}
.k-i-border-style-left::before {
	content: "\e049"
}
.k-i-border-radius::before {
	content: "\e04a"
}
.k-i-border-radius-top-right::before {
	content: "\e04b"
}
.k-i-border-radius-bottom-right::before {
	content: "\e04c"
}
.k-i-border-radius-bottom-left::before {
	content: "\e04d"
}
.k-i-border-radius-top-left::before {
	content: "\e04e"
}
.k-i-outline-width::before {
	content: "\e04f"
}
.k-i-outline-offset::before {
	content: "\e050"
}
.k-i-box-sizing::before {
	content: "\e051"
}
.k-i-position-top::before {
	content: "\e052"
}
.k-i-position-right::before {
	content: "\e053"
}
.k-i-position-bottom::before {
	content: "\e054"
}
.k-i-position-left::before {
	content: "\e055"
}
.k-i-display-block::before {
	content: "\e056"
}
.k-i-display-inline-block::before {
	content: "\e057"
}
.k-i-display-flex::before {
	content: "\e058"
}
.k-i-display-inline-flex::before {
	content: "\e059"
}
.k-i-gap-column::before {
	content: "\e05a"
}
.k-i-gap-row::before {
	content: "\e05b"
}
.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: "\e6a2"
}
.k-i-table-position-left::before {
	content: "\e6a2"
}
.k-i-table-position-center::before {
	content: "\e6a3"
}
.k-i-table-position-end::before {
	content: "\e6a4"
}
.k-i-table-position-right::before {
	content: "\e6a4"
}
.k-i-list-roman-upper::before {
	content: "\e6a5"
}
.k-i-list-roman-lower::before {
	content: "\e6a6"
}
.k-i-import::before {
	content: "\e6a7"
}
.k-i-export::before {
	content: "\e6a8"
}
.k-i-match-full-word::before {
	content: "\e6a9"
}
.k-i-regular-expression::before {
	content: "\e6ab"
}
.k-i-replace-single::before {
	content: "\e6ac"
}
.k-i-replace-all::before {
	content: "\e6ad"
}
.k-i-letter-space::before {
	content: "\e6ae"
}
.k-i-line-height::before {
	content: "\e6af"
}
.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-collapse, .k-rtl .k-i-expand, .k-rtl .k-i-indent-decrease, .k-rtl .k-i-indent-increase, [dir=rtl] .k-i-collapse, [dir=rtl] .k-i-expand {
	-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-initials, .k-avatar-text {
	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: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-avatar-solid.k-avatar-secondary {
	border-color: #666;
	color: #fff;
	background-color: #666
}
.k-avatar-solid.k-avatar-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}
.k-avatar-solid.k-avatar-info {
	border-color: #0058e9;
	color: #fff;
	background-color: #0058e9
}
.k-avatar-solid.k-avatar-success {
	border-color: #37b400;
	color: #fff;
	background-color: #37b400
}
.k-avatar-solid.k-avatar-warning {
	border-color: #ffc000;
	color: #000;
	background-color: #ffc000
}
.k-avatar-solid.k-avatar-error {
	border-color: #f31700;
	color: #fff;
	background-color: #f31700
}
.k-avatar-solid.k-avatar-dark {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-avatar-solid.k-avatar-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}
.k-avatar-solid.k-avatar-inverse {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-avatar-outline {
	border-color: currentColor
}
.k-avatar-outline.k-avatar-primary {
	color: #ff6358
}
.k-avatar-outline.k-avatar-secondary {
	color: #666
}
.k-avatar-outline.k-avatar-tertiary {
	color: #03a9f4
}
.k-avatar-outline.k-avatar-info {
	color: #0058e9
}
.k-avatar-outline.k-avatar-success {
	color: #37b400
}
.k-avatar-outline.k-avatar-warning {
	color: #ffc000
}
.k-avatar-outline.k-avatar-error {
	color: #f31700
}
.k-avatar-outline.k-avatar-dark {
	color: #424242
}
.k-avatar-outline.k-avatar-light {
	color: #ebebeb
}
.k-avatar-outline.k-avatar-inverse {
	color: #424242
}
.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
}
.k-badge>a, a.k-badge {
	text-decoration: none
}
.k-badge>a:hover, a.k-badge: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: 1px
}
.k-badge-rounded.k-badge-md {
	border-radius: 2px
}
.k-badge-rounded.k-badge-lg {
	border-radius: 4px
}
.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: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-badge-solid.k-badge-secondary {
	border-color: #666;
	color: #fff;
	background-color: #666
}
.k-badge-solid.k-badge-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}
.k-badge-solid.k-badge-info {
	border-color: #0058e9;
	color: #fff;
	background-color: #0058e9
}
.k-badge-solid.k-badge-success {
	border-color: #37b400;
	color: #fff;
	background-color: #37b400
}
.k-badge-solid.k-badge-warning {
	border-color: #ffc000;
	color: #000;
	background-color: #ffc000
}
.k-badge-solid.k-badge-error {
	border-color: #f31700;
	color: #fff;
	background-color: #f31700
}
.k-badge-solid.k-badge-dark {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-badge-solid.k-badge-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}
.k-badge-solid.k-badge-inverse {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-badge-outline {
	border-color: currentColor;
	background-color: #fff
}
.k-badge-outline.k-badge-primary {
	color: #ff6358
}
.k-badge-outline.k-badge-secondary {
	color: #666
}
.k-badge-outline.k-badge-tertiary {
	color: #03a9f4
}
.k-badge-outline.k-badge-info {
	color: #0058e9
}
.k-badge-outline.k-badge-success {
	color: #37b400
}
.k-badge-outline.k-badge-warning {
	color: #ffc000
}
.k-badge-outline.k-badge-error {
	color: #f31700
}
.k-badge-outline.k-badge-dark {
	color: #424242
}
.k-badge-outline.k-badge-light {
	color: #ebebeb
}
.k-badge-outline.k-badge-inverse {
	color: #424242
}
.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: #ff6358
}
.k-overlay-secondary {
	background-color: #666
}
.k-overlay-tertiary {
	background-color: #03a9f4
}
.k-overlay-info {
	background-color: #0058e9
}
.k-overlay-success {
	background-color: #37b400
}
.k-overlay-warning {
	background-color: #ffc000
}
.k-overlay-error {
	background-color: #f31700
}
.k-overlay-dark {
	background-color: #424242
}
.k-overlay-light {
	background-color: #ebebeb
}
.k-overlay-inverse {
	background-color: #424242
}
.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: -.6666666667s;
	animation-delay: -.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.86px
}
.k-loader-spinner-3.k-loader-md .k-loader-canvas {
	margin: 4px;
	width: 24px;
	height: 19.71px
}
.k-loader-spinner-3.k-loader-lg .k-loader-canvas {
	margin: 8px;
	width: 48px;
	height: 39.43px
}
@-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: 2px
}
.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: #ff6358
}
.k-loader-secondary {
	color: #656565
}
.k-loader-tertiary {
	color: #03a9f4
}
.k-loader-info {
	color: #0058e9
}
.k-loader-success {
	color: #37b400
}
.k-loader-warning {
	color: #ffc000
}
.k-loader-error {
	color: #f31700
}
.k-loader-dark {
	color: #424242
}
.k-loader-light {
	color: #ebebeb
}
.k-loader-inverse {
	color: #424242
}
.k-loader-container-panel {
	background-color: #fff;
	border-color: rgba(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 0;
	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.k-chip-focus, .k-chip:focus {
	outline: 0
}
.k-chip.k-chip-disabled {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.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(255,99,88,.2);
	color: #ff6358;
	background-color: rgba(255,99,88,.08)
}
.k-selection-single .k-chip-selected.k-chip-outline {
	border-color: rgba(255,99,88,.2);
	color: #ff6358;
	background-color: transparent
}
.k-selection-multiple>.k-chip-has-icon.k-chip-selected .k-selected-icon-wrapper {
	color: #fff;
	background-color: rgba(0,0,0,.44)
}
.k-chip-filled {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #ebebeb
}
.k-chip-filled.k-chip-hover, .k-chip-filled:hover {
	background-color: #e2e2e2
}
.k-chip-filled.k-chip-focused, .k-chip-filled:focus {
	background-color: #ebebeb;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.06)
}
.k-chip-filled.k-chip-selected {
	background-color: #d8d8d8
}
.k-chip-filled.k-chip-success {
	border-color: rgba(55,180,0,.3);
	color: #37b400;
	background-color: rgba(55,180,0,.12)
}
.k-chip-filled.k-chip-warning {
	border-color: rgba(255,192,0,.3);
	color: #ffc000;
	background-color: rgba(255,192,0,.12)
}
.k-chip-filled.k-chip-error {
	border-color: rgba(243,23,0,.3);
	color: #f31700;
	background-color: rgba(243,23,0,.12)
}
.k-chip-filled.k-chip-info {
	border-color: rgba(0,88,233,.3);
	color: #0058e9;
	background-color: rgba(0,88,233,.12)
}
.k-chip-outline {
	border-color: #424242;
	color: #424242;
	background-color: transparent
}
.k-chip-outline.k-chip-hover, .k-chip-outline:hover {
	border-color: rgba(0,0,0,.08);
	color: #fff;
	background-color: #424242
}
.k-chip-outline.k-chip-focused, .k-chip-outline:focus {
	border-color: #424242;
	color: #424242;
	background-color: transparent;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.4)
}
.k-chip-outline.k-chip-selected {
	color: #fff;
	background-color: #424242
}
.k-chip-outline.k-chip-success {
	border-color: rgba(55,180,0,.54);
	color: #37b400;
	background-color: transparent
}
.k-chip-outline.k-chip-warning {
	border-color: rgba(255,192,0,.54);
	color: #ffc000;
	background-color: transparent
}
.k-chip-outline.k-chip-error {
	border-color: rgba(243,23,0,.54);
	color: #f31700;
	background-color: transparent
}
.k-chip-outline.k-chip-info {
	border-color: rgba(0,88,233,.54);
	color: #0058e9;
	background-color: transparent
}
.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 {
	border-radius: 2px;
	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;
	gap: 4px;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	position: relative
}
.k-button.k-state-disabled, .k-button:disabled {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
.k-button::-moz-focus-inner {
padding:0;
border:0;
outline:0
}
.k-button:focus, .k-button:hover {
	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 .k-button-icon {
	color: inherit;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative
}
.k-text-button>.k-button-icon, .k-text-button>.k-icon {
	display: none
}
.k-button.k-button-icon, .k-icon-button {
	padding: 4px;
	width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px);
	gap: 0
}
.k-button.k-button-icon>.k-button-text, .k-button.k-button-icon>.k-text, .k-icon-button>.k-button-text, .k-icon-button>.k-text {
	display: none
}
.k-button.k-button-icon .k-button-icon, .k-icon-button .k-button-icon {
	margin: 0
}
.k-button.k-button-icon {
	padding: 4px;
	width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px)
}
.k-dropdown-button, .k-menu-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: transparent
}
.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.k-state-active, .k-button-group .k-button.k-state-focus, .k-button-group .k-button.k-state-hover, .k-button-group .k-button.k-state-selected, .k-button-group .k-button:active, .k-button-group .k-button:focus, .k-button-group .k-button:hover {
	z-index: 2
}
.k-button-group .k-button:first-child, .k-button-group .k-group-start {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.k-button-group .k-button:last-child, .k-button-group .k-group-end {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.k-button-group .k-button:first-child:last-child, .k-button-group .k-group-start.k-group-end {
	border-radius: 2px
}
.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: 2px;
	border-bottom-left-radius: 2px
}
.k-split-button>.k-button:last-child, .k-split-button>.k-split-button-arrow {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-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: 2px;
	border-bottom-right-radius: 2px
}
.k-split-button[dir=rtl]>.k-button:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.k-button-flat, .k-button.k-bare, .k-button.k-flat, .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: 0 0!important;
	box-shadow: none!important;
	transition: color .2s ease-in-out
}
.k-button-flat.k-state-active, .k-button-flat.k-state-focus, .k-button-flat.k-state-hover, .k-button-flat:active, .k-button-flat:focus, .k-button-flat:hover, .k-button.k-bare:active, .k-button.k-bare:focus, .k-button.k-bare:hover, .k-button.k-flat:active, .k-button.k-flat:focus, .k-button.k-flat:hover, .k-calendar-header .k-button:active, .k-calendar-header .k-button:focus, .k-calendar-header .k-button:hover, .k-calendar-header .k-state-active.k-button, .k-calendar-header .k-state-focus.k-button, .k-calendar-header .k-state-hover.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:active, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:focus, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:hover, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-active.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-focus.k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-hover.k-button, .k-state-active.k-button.k-bare, .k-state-active.k-button.k-flat, .k-state-focus.k-button.k-bare, .k-state-focus.k-button.k-flat, .k-state-hover.k-button.k-bare, .k-state-hover.k-button.k-flat {
	color: inherit
}
.k-button-flat::before, .k-button.k-bare::before, .k-button.k-flat::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: 0 0
}
.k-button-clear {
	border-color: transparent!important;
	color: inherit;
	background: 0 0!important;
	box-shadow: none!important
}
.k-rtl .k-button-group .k-button {
	border-radius: 0
}
.k-rtl .k-button-group .k-button:first-child, .k-rtl .k-button-group .k-group-start {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.k-rtl .k-button-group .k-button:last-child, .k-rtl .k-button-group .k-group-end {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.k-rtl .k-button-group .k-button:first-child:last-child, .k-rtl .k-button-group .k-group-start.k-group-end {
	border-radius: 2px
}
.k-rtl .k-split-button .k-button {
	border-radius: 0
}
.k-rtl .k-split-button>.k-button:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.k-rtl .k-split-button>.k-button:last-child, .k-rtl .k-split-button>.k-split-button-arrow {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.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.k-state-hover::before, .k-button:hover::before {
	opacity: .04
}
.k-button.k-no-focus:not(.k-state-hover)::before, .k-button.k-no-focus:not(:hover)::before {
	opacity: 0
}
.k-button.k-state-active::before, .k-button:active::before {
	opacity: .16
}
.k-button.k-state-selected::before {
	opacity: .2
}
.k-button::after {
	border-radius: 2px;
	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-ie10 .k-button.k-state-disabled:focus, .k-ie10 .k-button.k-state-disabled:hover, .k-ie10 .k-button[disabled]:focus, .k-ie10 .k-button[disabled]:hover, .k-ie9 .k-button.k-state-disabled:focus, .k-ie9 .k-button.k-state-disabled:hover, .k-ie9 .k-button[disabled]:focus, .k-ie9 .k-button[disabled]:hover {
	outline: 0;
	cursor: default;
	opacity: .6;
	box-shadow: none
}
.k-ie .k-button, .k-ie .k-button-group {
	display: inline-block;
	overflow: visible
}
.k-ie .k-button-icontext .k-icon, .k-ie .k-button-icontext .k-image, .k-ie .k-button-icontext .k-sprite {
	margin: 0 4px 0 0
}
.k-ie .k-button-icontext.k-rtl .k-icon, .k-ie .k-button-icontext.k-rtl .k-image, .k-ie .k-button-icontext.k-rtl .k-sprite, .k-ie .k-button-icontext[dir=rtl] .k-icon, .k-ie .k-button-icontext[dir=rtl] .k-image, .k-ie .k-button-icontext[dir=rtl] .k-sprite, .k-rtl .k-ie .k-button-icontext .k-icon, .k-rtl .k-ie .k-button-icontext .k-image, .k-rtl .k-ie .k-button-icontext .k-sprite, [dir=rtl] .k-ie .k-button-icontext .k-icon, [dir=rtl] .k-ie .k-button-icontext .k-image, [dir=rtl] .k-ie .k-button-icontext .k-sprite {
	margin: 0 0 0 4px
}
.k-button, .k-button-secondary {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-button-secondary.k-state-hover, .k-button-secondary:hover, .k-button.k-state-hover, .k-button:hover {
	background-color: #ebebeb
}
.k-button-secondary.k-state-focus, .k-button-secondary.k-state-focused, .k-button-secondary:focus, .k-button.k-state-focus, .k-button.k-state-focused, .k-button:focus {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-button-secondary.k-state-active, .k-button-secondary:active, .k-button.k-state-active, .k-button:active {
	background-color: #e1e1e1
}
.k-button-secondary.k-state-selected, .k-button.k-state-selected {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-button-primary, .k-button.k-primary {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.04))
}
.k-button-primary.k-state-hover, .k-button-primary:hover, .k-button.k-primary:hover, .k-state-hover.k-button.k-primary {
	border-color: #f55f54;
	background-color: #f55f54
}
.k-button-primary.k-state-focus, .k-button-primary.k-state-focused, .k-button-primary:focus, .k-button.k-primary:focus, .k-state-focus.k-button.k-primary, .k-state-focused.k-button.k-primary {
	box-shadow: 0 0 0 2px rgba(255,99,88,.3)
}
.k-button-primary.k-state-active, .k-button-primary:active, .k-button.k-primary:active, .k-state-active.k-button.k-primary {
	border-color: #e0574d;
	background-color: #e0574d
}
.k-button-primary.k-state-selected, .k-state-selected.k-button.k-primary {
	border-color: #e0574d;
	background-color: #e0574d
}
.k-button-group .k-button.k-state-focus, .k-button-group .k-button.k-state-focused, .k-button-group .k-button:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.16)
}
.k-split-button.k-state-focus, .k-split-button.k-state-focused, .k-split-button:focus {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-button-outline, .k-button.k-outline {
	box-shadow: none;
	border-color: currentColor;
	color: #424242;
	background: 0 0
}
.k-button-outline.k-state-hover, .k-button-outline:hover, .k-button.k-outline:hover, .k-state-hover.k-button.k-outline {
	border-color: #424242;
	color: #fff;
	background-color: #424242;
	background-image: none
}
.k-button-outline.k-state-focus, .k-button-outline.k-state-focused, .k-button-outline:focus, .k-button.k-outline:focus, .k-state-focus.k-button.k-outline, .k-state-focused.k-button.k-outline {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-button-outline.k-state-active, .k-button-outline:active, .k-button.k-outline:active, .k-state-active.k-button.k-outline {
	border-color: #424242;
	color: #fff;
	background-color: #424242;
	background-image: none
}
.k-button-outline.k-state-selected, .k-state-selected.k-button.k-outline {
	border-color: #424242;
	color: #fff;
	background-color: #424242;
	background-image: none
}
.k-button-outline.k-primary, .k-primary.k-button.k-outline {
	border-color: currentColor;
	color: #ff6358;
	background: 0 0;
	box-shadow: none
}
.k-button-outline.k-primary.k-state-hover, .k-button-outline.k-primary:hover, .k-primary.k-button.k-outline:hover, .k-primary.k-state-hover.k-button.k-outline {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358;
	background-image: none
}
.k-button-outline.k-primary.k-state-focus, .k-button-outline.k-primary.k-state-focused, .k-button-outline.k-primary:focus, .k-primary.k-button.k-outline:focus, .k-primary.k-state-focus.k-button.k-outline, .k-primary.k-state-focused.k-button.k-outline {
	box-shadow: 0 0 0 2px rgba(255,99,88,.3)
}
.k-button-outline.k-primary.k-state-active, .k-button-outline.k-primary:active, .k-primary.k-button.k-outline:active, .k-primary.k-state-active.k-button.k-outline {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358;
	background-image: none;
	box-shadow: none
}
.k-button-outline.k-primary.k-state-selected, .k-primary.k-state-selected.k-button.k-outline {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358;
	background-image: none;
	box-shadow: none
}
.k-button-flat, .k-button-group .k-button-flat, .k-button-group .k-button.k-bare, .k-button-group .k-button.k-flat, .k-button-group .k-calendar-header .k-button, .k-button-group .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button, .k-button.k-bare, .k-button.k-flat, .k-calendar-header .k-button, .k-calendar-header .k-button-group .k-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button {
	color: inherit;
	background: 0 0
}
.k-button-flat::after, .k-button.k-bare::after, .k-button.k-flat::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.k-state-focus::after, .k-button-flat.k-state-focused::after, .k-button-flat:focus::after, .k-button.k-bare:focus::after, .k-button.k-flat:focus::after, .k-calendar-header .k-button:focus::after, .k-calendar-header .k-state-focus.k-button::after, .k-calendar-header .k-state-focused.k-button::after, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button:focus::after, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-focus.k-button::after, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-state-focused.k-button::after, .k-state-focus.k-button.k-bare::after, .k-state-focus.k-button.k-flat::after, .k-state-focused.k-button.k-bare::after, .k-state-focused.k-button.k-flat::after {
	box-shadow: inset 0 0 0 2px currentColor;
	opacity: .12
}
.k-button-flat.k-primary, .k-button-flat.k-primary.k-state-hover, .k-button-flat.k-primary:hover, .k-button-group .k-button-flat.k-primary, .k-button-group .k-calendar-header .k-primary.k-button, .k-button-group .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-button, .k-button-group .k-primary.k-button.k-bare, .k-button-group .k-primary.k-button.k-flat, .k-calendar-header .k-button-group .k-primary.k-button, .k-calendar-header .k-primary.k-button, .k-calendar-header .k-primary.k-button:hover, .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-button, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-button:hover, .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-primary.k-state-hover.k-button, .k-primary.k-button.k-bare, .k-primary.k-button.k-bare:hover, .k-primary.k-button.k-flat, .k-primary.k-button.k-flat:hover, .k-primary.k-state-hover.k-button.k-bare, .k-primary.k-state-hover.k-button.k-flat {
	color: #ff6358;
	background: 0 0
}
.k-button-clear {
	color: #424242
}
.k-button-clear.k-state-active, .k-button-clear.k-state-focus, .k-button-clear.k-state-focused, .k-button-clear.k-state-hover, .k-button-clear.k-state-selected, .k-button-clear:active, .k-button-clear:focus, .k-button-clear:hover {
	color: #3d3d3d
}
.k-button-clear.k-state-focus::after, .k-button-clear.k-state-focused::after, .k-button-clear.k-state-focused:active::after, .k-button-clear:focus::after {
	background-color: #424242;
	opacity: .1;
	display: block
}
.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: 0 0;
	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:#666;
opacity:1;
-webkit-user-select:none;
user-select:none
}
.k-input:-ms-input-placeholder {
color:#666;
opacity:1;
-ms-user-select:none;
user-select:none
}
.k-input::-ms-input-placeholder {
color:#666;
opacity:1;
-ms-user-select:none;
user-select:none
}
.k-input::placeholder {
color:#666;
opacity:1;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none
}
.k-input:-ms-input-placeholder {
color:#666
}
.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.k-state-hover, .k-clear-value: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: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
.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: #666
}
.k-input-prefix .k-clear-value, .k-input-suffix .k-clear-value {
	color: #424242
}
.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: #424242;
	opacity: .2
}
.k-input-separator {
	border-color: #424242;
	opacity: .5
}
.k-popup {
	background-clip: padding-box;
	margin: 0;
	padding: 0 0;
	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: 0
}
.k-popup .k-rtl .k-list-optionlabel, [dir=rtl] .k-popup .k-list-optionlabel {
	text-align: right
}
.k-animation-container {
	border-radius: 0 0 2px 2px
}
.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 .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid
}
.k-popup>.k-group-header {
	margin-top: 0
}
.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: 10px;
	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: .2s;
	transition-timing-function: ease
}
.k-list-optionlabel {
	cursor: pointer;
	outline: 0
}
.k-list-filter {
	display: block;
	position: relative;
	padding: 8px;
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	flex: 0 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-dropdown-button .k-list .k-item:focus, .k-split-button .k-list .k-item:focus {
	outline: 0
}
.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-ie11 .k-list-container .k-button {
	display: -ms-flexbox;
	display: flex
}
.k-ie11 .k-list-container .k-button .k-icon {
	margin: 0 4px 0 0
}
.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,.03), 0 4px 5px 0 rgba(0,0,0,.04)
}
.k-popup {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-popup>kendo-list>.k-first {
	border-bottom-color: rgba(0,0,0,.08)
}
.k-popup .k-outer-group-header.k-first, .k-popup>.k-group-header, .k-popup>.k-virtual-wrap>.k-group-header {
	border-bottom-color: rgba(0,0,0,.08);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.06)
}
.k-popup .k-outer-group-header {
	border-bottom-color: rgba(0,0,0,.08)
}
.k-popup .k-list .k-item>.k-group {
	color: #fff;
	background: #424242
}
.k-popup .k-list .k-item>.k-group::before {
	border-color: #424242 #424242 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: #424242 transparent transparent #424242
}
.k-group-header+div>.k-list>.k-item.k-first::before {
	border-color: rgba(0,0,0,.08)
}
.k-list>.k-outer-group-header {
	border-color: rgba(0,0,0,.08)
}
.k-popup>.k-colorpalette, .k-popup>.k-flatcolorpicker {
	background: 0 0
}
.k-list .k-item.k-state-hover, .k-list .k-item:hover, .k-list-optionlabel.k-state-hover, .k-list-optionlabel:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-list .k-item.k-state-hover.k-state-selected, .k-list .k-item:hover.k-state-selected, .k-list-optionlabel.k-state-hover.k-state-selected, .k-list-optionlabel:hover.k-state-selected {
	color: #fff;
	background-color: #eb5b51
}
.k-list .k-item.k-state-focused, .k-list .k-item:focus, .k-list-optionlabel.k-state-focused, .k-list-optionlabel:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-list .k-item.k-state-selected, .k-list-optionlabel.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-animation-container {
	border-radius: 0 0 2px 2px
}
.k-animation-container-shown, .k-animation-container>.k-popup {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.03), 0 4px 5px 0 rgba(0,0,0,.04)
}
.k-animation-container-fixed>.k-popup {
	box-shadow: none
}
.k-list-container .k-button {
	box-shadow: none
}
.k-list-container .k-button.k-state-hover, .k-list-container .k-button:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-list-container .k-button.k-state-active, .k-list-container .k-button:active {
	color: inherit;
	background-color: inherit
}
.k-list-container .k-button.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-list-container .k-button.k-state-focus, .k-list-container .k-button.k-state-focused, .k-list-container .k-button:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-list-container .k-button.k-state-disabled {
	background: 0 0
}
.k-list-container .k-nodata {
	color: rgba(66,66,66,.5)
}
.k-list-container .k-nodata .k-button {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.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: transparent
}
.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-rtl .k-toolbar .k-overflow-anchor, .k-toolbar.k-rtl .k-overflow-anchor, .k-toolbar[dir=rtl] .k-overflow-anchor, [dir=rtl] .k-toolbar .k-overflow-anchor {
	margin: 0;
	right: auto;
	left: 0
}
.editorToolbarWindow.k-window-content, .k-floating-toolbar {
	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
}
.editorToolbarWindow.k-window-content .k-toolbar, .k-floating-toolbar .k-toolbar {
	padding: 0;
	border-width: 0;
	color: inherit;
	background: 0 0
}
.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,.08);
	color: #424242;
	background-color: #fafafa
}
.k-toolbar .k-overflow-anchor {
	color: inherit;
	background: 0 0
}
.k-toolbar .k-separator {
	border-color: inherit
}
.k-toolbar .k-button.k-state-disabled::after {
	opacity: 0
}
.editorToolbarWindow.k-window-content, .k-floating-toolbar {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.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.k-rtl, .k-input-label:dir(rtl), .k-input-label[dir=rtl], .k-rtl .k-input-label, [dir=rtl] .k-input-label {
margin-right:0;
margin-left:10px
}
.k-form {
	border: 0
}
.k-form .k-form-label, .k-form .k-label, .k-form kendo-label {
	margin-bottom: 0;
	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: 0;
	border: 0
}
.k-form .k-form-fieldset>:first-child {
	margin-top: 0
}
.k-form .k-form-legend {
	margin: 0 0 1rem;
	padding: 0;
	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-daterangepicker .k-textbox-container, .k-form .k-form-buttons, .k-form .k-form-field {
	margin-top: 1rem
}
.k-form .k-daterangepicker .k-textbox-container:first-child, .k-form>: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-form-label, .k-form .k-form-field-disabled .k-label {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.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-autocomplete, .k-form .k-combobox, .k-form .k-dateinput, .k-form .k-datepicker, .k-form .k-daterangepicker-wrap, .k-form .k-datetimepicker, .k-form .k-dropdown, .k-form .k-dropdowntree, .k-form .k-floating-label-container, .k-form .k-maskedtextbox, .k-form .k-multiselect, .k-form .k-numerictextbox, .k-form .k-textarea, .k-form .k-textbox, .k-form .k-textbox-container, .k-form .k-timepicker {
	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-error, .k-form-hint {
	margin-top: 4px;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-style: italic
}
.k-buttons-start, .k-text-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.k-buttons-end, .k-text-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-form-label, .k-form-horizontal .k-form-field>.k-label, .k-form-horizontal .k-form-field>kendo-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-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-form-horizontal [dir=rtl].k-form-field>.k-label, .k-form-horizontal [dir=rtl].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, .k-rtl .k-form-horizontal.k-form-field>.k-label, .k-rtl .k-form-horizontal.k-form-field>kendo-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-edit-form-container .k-action-buttons, .k-popup-edit-form>.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-textarea, .k-edit-field>.k-textbox, .k-edit-field>.k-widget {
	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-checkbox-label, .k-edit-field .k-radio-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-maskedtextbox.form-control .k-textbox, .k-textbox.form-control, .k-widget.form-control {
	width: 100%
}
.form-control.k-dropdowntree, .k-multiselect.form-control {
	height: auto
}
.input-group .k-dateinput-wrap, .input-group .k-dropdown-wrap, .input-group .k-maskedtextbox .k-textbox, .input-group .k-multiselect-wrap, .input-group .k-numeric-wrap, .input-group .k-picker-wrap {
	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-maskedtextbox .k-textbox .k-select, .input-group .k-multiselect-wrap .k-select, .input-group .k-numeric-wrap .k-select, .input-group .k-picker-wrap .k-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.input-group .k-maskedtextbox.form-control .k-textbox, .input-group .k-textbox.form-control, .input-group .k-widget.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: 2px;
	border-bottom-right-radius: 2px
}
.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: #424242
}
.k-form fieldset legend, .k-form-inline fieldset legend {
	color: #373737
}
.k-form .k-form-legend, .k-form-inline .k-form-legend {
	border-color: rgba(0,0,0,.08)
}
.k-form .k-field-info, .k-form-inline .k-field-info {
	color: #666
}
.k-form .k-alert-error, .k-form-inline .k-alert-error {
	color: #f31700
}
.k-form-error, .k-form-field-error .k-label, .k-text-error {
	color: #f31700
}
.k-form-separator {
	border-color: rgba(0,0,0,.08)
}
.k-listgroup {
	border-radius: 2px;
	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 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 select, .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-item>.k-link, .k-noflexbox .k-listgroup>ul .k-listgroup-item {
	display: block
}
.k-listgroup {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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%;
	content: "";
	font-family: WebComponentsIcons, monospace
}
.k-checkbox.k-state-hover, .k-checkbox:hover {
	cursor: pointer
}
.k-checkbox.k-checked::before, .k-checkbox: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.k-indeterminate::before, .k-checkbox.k-state-indeterminate::before, .k-checkbox: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.k-disabled, .k-checkbox.k-disabled+.k-checkbox-label, .k-checkbox:disabled, .k-checkbox:disabled+.k-checkbox-label {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.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: 0;
	padding: 0;
	list-style: none
}
.k-checkbox-list .k-checkbox-item {
	padding: 4px 0
}
.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.k-disabled::after, .k-ripple-container .k-checkbox: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,.08);
	color: transparent;
	background-color: #fff
}
.k-checkbox:hover .k-checkbox.k-state-hover {
	border-color: rgba(0,0,0,.08)
}
.k-checkbox.k-state-focus, .k-checkbox:focus {
	border-color: rgba(0,0,0,.08);
	box-shadow: 0 0 0 2px rgba(0,0,0,.06)
}
.k-checkbox.k-indeterminate, .k-checkbox.k-state-indeterminate, .k-checkbox:indeterminate {
	border-color: rgba(0,0,0,.08);
	color: #ff6358;
	background-color: #fff
}
.k-checkbox.k-checked, .k-checkbox:checked {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-checkbox.k-checked.k-state-focus, .k-checkbox:checked:focus {
	border-color: #ff6358;
	box-shadow: 0 0 0 2px rgba(255,99,88,.3)
}
.k-checkbox.k-invalid, .k-checkbox.k-state-invalid, .k-checkbox.ng-invalid.ng-dirty, .k-checkbox.ng-invalid.ng-touched {
	border-color: rgba(243,23,0,.5)
}
.k-checkbox.k-invalid+.k-checkbox-label, .k-checkbox.k-state-invalid+.k-checkbox-label, .k-checkbox.ng-invalid.ng-dirty+.k-checkbox-label, .k-checkbox.ng-invalid.ng-touched+.k-checkbox-label {
	color: #f31700
}
.k-ripple-container .k-checkbox::after {
	background: #ff6358;
	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.k-state-hover, .k-radio:hover {
	cursor: pointer
}
.k-radio.k-checked::before, .k-radio: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.k-disabled, .k-radio.k-disabled+.k-radio-label, .k-radio:disabled, .k-radio:disabled+.k-radio-label {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.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-label+.k-radio, .k-radio+.k-radio-label, .k-radio-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: 0;
	padding: 0;
	list-style: none
}
.k-radio-list .k-radio-item {
	padding: 4px 0
}
.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-label+.k-radio, .k-rtl .k-radio+.k-radio-label, .k-rtl .k-radio-label+.k-radio, [dir=rtl] .k-label+.k-radio, [dir=rtl] .k-radio+.k-radio-label, [dir=rtl] .k-radio-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.k-disabled::after, .k-ripple-container .k-radio: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,.08);
	color: transparent;
	background-color: #fff
}
.k-radio.k-state-hover, .k-radio:hover {
	border-color: rgba(0,0,0,.08)
}
.k-radio.k-state-focus, .k-radio:focus {
	border-color: rgba(0,0,0,.08);
	box-shadow: 0 0 0 2px rgba(0,0,0,.06)
}
.k-radio.k-invalid, .k-radio.k-state-invalid, .k-radio.ng-invalid.ng-dirty, .k-radio.ng-invalid.ng-touched {
	border-color: rgba(243,23,0,.5)
}
.k-radio.k-invalid+.k-radio-label, .k-radio.k-state-invalid+.k-radio-label, .k-radio.ng-invalid.ng-dirty+.k-radio-label, .k-radio.ng-invalid.ng-touched+.k-radio-label {
	color: #f31700
}
.k-radio.k-checked, .k-radio:checked {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-radio.k-checked.k-state-focus, .k-radio:checked:focus {
	border-color: #ff6358;
	box-shadow: 0 0 0 2px rgba(255,99,88,.3)
}
.k-ripple-container .k-radio::after {
	background: #ff6358;
	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: transparent
}
.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: 0 0;
	width: 60px;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	outline: 0;
	transition: background-color .2s ease-out 0s
}
.k-switch-handle {
	border-radius: 9999px;
	background-clip: padding-box;
	width: 30px;
	height: 30px;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 0;
	transition: left .2s ease-out 0s
}
.k-switch-handle .k-ie11 {
	background-clip: border-box
}
.k-switch-on .k-switch-handle {
	left: calc(100% - 30px)
}
.k-switch-off .k-switch-handle {
	left: 0
}
.k-switch-label-off, .k-switch-label-on {
	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: 0
}
.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.k-state-hover .k-switch-container, .k-switch:hover .k-switch-container {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08)
}
.k-switch.k-state-focused .k-switch-container, .k-switch:focus .k-switch-container {
	outline: 0;
	box-shadow: inset 0 0 0 3px rgba(0,0,0,.06)
}
.k-switch-container {
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08)
}
.k-switch-on .k-switch-container {
	color: #fff;
	background-color: #ff6358
}
.k-switch-on .k-switch-handle {
	border-color: rgba(0,0,0,.08);
	color: #fff;
	background-color: #f2f2f2
}
.k-switch-on.k-state-hover .k-switch-container, .k-switch-on:hover .k-switch-container {
	color: #fff;
	background-color: #eb5b51
}
.k-switch-on.k-state-hover .k-switch-handle, .k-switch-on:hover .k-switch-handle {
	border-color: rgba(0,0,0,.08);
	color: #fff;
	background-color: #ededed
}
.k-switch-on .k-switch-label-off {
	color: transparent
}
.k-switch-off .k-switch-container {
	color: #424242;
	background-color: #fff
}
.k-switch-off .k-switch-handle {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f2f2f2
}
.k-switch-off.k-state-hover .k-switch-container, .k-switch-off:hover .k-switch-container {
	color: #424242;
	background-color: #fff
}
.k-switch-off.k-state-hover .k-switch-handle, .k-switch-off:hover .k-switch-handle {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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: transparent
}
.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: transparent
}
.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: 400
}
.k-pane-wrapper .k-grid-column-menu .k-content, .k-pane-wrapper .k-grid-edit-form .k-content, .k-pane-wrapper .k-grid-filter-menu .k-content, .k-pane-wrapper .k-popup-edit-form .k-content {
	overflow-y: auto
}
.k-pane-wrapper .k-grid-column-menu .k-content>.k-scroll-container, .k-pane-wrapper .k-grid-edit-form .k-content>.k-scroll-container, .k-pane-wrapper .k-grid-filter-menu .k-content>.k-scroll-container, .k-pane-wrapper .k-popup-edit-form .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: 400
}
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container, .k-pane-wrapper .k-grid-edit-form .k-popup-edit-form {
	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: 400
}
.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;
	gap: 0
}
.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-period, .k-scheduler-mobile .k-time-text {
	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-agenda .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn {
	vertical-align: top
}
.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, .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 {
	-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-column-menu>.k-header, .k-pane-wrapper .k-grid-edit-form>.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-column-menu>.k-header .k-header-cancel, .k-pane-wrapper .k-grid-column-menu>.k-header .k-header-done, .k-pane-wrapper .k-grid-edit-form>.k-header .k-header-cancel, .k-pane-wrapper .k-grid-edit-form>.k-header .k-header-done, .k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-cancel, .k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-done, .k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-cancel, .k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-done {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}
.k-pane-wrapper .k-grid-column-menu>.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-edit-form>.k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-edit-form>.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-grid-filter-menu>.k-header .k-header-done .k-icon, .k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-done .k-icon {
	font-size: 1.5em
}
.k-pane-wrapper .k-filter-help-text, .k-pane-wrapper .k-list-group-header, .k-pane-wrapper .k-list-title {
	padding: 8px 12px;
	display: block
}
.k-pane-wrapper .k-list-group-header {
	font-weight: 700;
	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-footer, .k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar {
	line-height: 2em
}
.k-ie .k-pane-wrapper .k-grid .k-icon {
	text-indent: 0
}
.k-pane-wrapper[dir=rtl] .k-grid-column-menu>.k-header, .k-pane-wrapper[dir=rtl] .k-grid-edit-form>.k-header, .k-pane-wrapper[dir=rtl] .k-grid-filter-menu>.k-header, .k-pane-wrapper[dir=rtl] .k-scheduler-edit-form>.k-header, .k-rtl .k-pane-wrapper .k-grid-column-menu>.k-header, .k-rtl .k-pane-wrapper .k-grid-edit-form>.k-header, .k-rtl .k-pane-wrapper .k-grid-filter-menu>.k-header, .k-rtl .k-pane-wrapper .k-scheduler-edit-form>.k-header, [dir=rtl] .k-pane-wrapper .k-grid-column-menu>.k-header, [dir=rtl] .k-pane-wrapper .k-grid-edit-form>.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-pane-wrapper[dir=rtl] .k-filter-menu .k-space-right>.k-i-zoom, .k-rtl .k-pane-wrapper .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-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar>ul>li, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar>ul>li, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar>ul>li {
	border: 0
}
.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-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, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-task .k-i-reload, .k-rtl .k-pane-wrapper .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-pane-wrapper[dir=rtl] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-rtl .k-pane-wrapper .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,.08);
	color: #424242;
	background-color: #fff
}
.k-pane-wrapper .k-pane>.k-view>.k-content {
	background-position: 50% 50%;
	background-color: #fafafa
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active+th.k-header {
	border-left-color: #424242
}
.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
	background-color: #fafafa
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
	color: #ff6358
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
	color: inherit
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period {
	color: #666
}
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
	background-color: #fafafa
}
.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-column-menu .k-header, .k-pane-wrapper .k-pane .k-grid-edit-form .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: #ff6358
}
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link, .k-pane-wrapper .k-pane .k-grid-edit-form .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-column-menu .k-item, .k-pane-wrapper .k-pane .k-grid-column-menu .k-link, .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-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: #424242
}
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear, .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-column-menu .k-select-all, .k-pane-wrapper .k-pane .k-grid-edit-form .k-clear, .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-edit-form .k-select-all, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear, .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-grid-filter-menu .k-select-all, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all {
	color: #ff6358
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
	color: #ff6358;
	background: 0 0
}
.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
	color: inherit
}
.k-progressbar {
	border-radius: 2px;
--kendo-progressbar-progress:0;
	border-width: 0;
	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: transparent
}
.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;
	-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;
	-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-item, .k-progressbar-indeterminate .k-progress-status-wrap, .k-progressbar-indeterminate .k-state-selected {
	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-progressbar[dir=rtl], .k-rtl .k-progressbar {
	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,.08);
	color: #424242;
	background-color: #ebebeb
}
.k-progressbar .k-state-selected {
	border-color: #eb5b51;
	color: #fff;
	background-color: #ff6358
}
.k-progressbar .k-item {
	border-color: #fff
}
.k-progressbar-indeterminate {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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 .1s linear, -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: opacity .1s linear, transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: opacity .1s linear, transform .5s cubic-bezier(.4, 0, .2, 1), -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	opacity: .1;
	background-color: currentColor
}
.k-primary .k-ripple-blob {
	opacity: .2
}
.k-ripple-focus::after {
	visibility: visible;
	-webkit-animation: ripple .6s ease-out;
	animation: ripple .6s 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: #ffd3d0;
	color: #85332e;
	background-color: #ffe0de
}
.k-messagebox-secondary {
	border-color: #d4d4d4;
	color: #353535;
	background-color: #e0e0e0
}
.k-messagebox-tertiary {
	border-color: #b8e7fc;
	color: #02587f;
	background-color: #cdeefd
}
.k-messagebox-info {
	border-color: #b8d0f9;
	color: #002e79;
	background-color: #ccdefb
}
.k-messagebox-success {
	border-color: #c7eab8;
	color: #1d5e00;
	background-color: #d7f0cc
}
.k-messagebox-warning {
	border-color: #ffedb8;
	color: #856400;
	background-color: #fff2cc
}
.k-messagebox-error {
	border-color: #fcbeb8;
	color: #7e0c00;
	background-color: #fdd1cc
}
.k-messagebox-dark {
	border-color: #cacaca;
	color: #222;
	background-color: #d9d9d9
}
.k-messagebox-light {
	border-color: #f9f9f9;
	color: #7a7a7a;
	background-color: #fbfbfb
}
.k-messagebox-inverse {
	border-color: #cacaca;
	color: #222;
	background-color: #d9d9d9
}
.k-action-buttons, .k-actions, .k-columnmenu-actions {
	padding: 8px 8px;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	gap: 8px;
	overflow: hidden;
	clear: both
}
.k-action-buttons .k-button, .k-actions .k-button, .k-columnmenu-actions .k-button {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.k-ie .k-action-buttons .k-button~.k-button, .k-ie .k-actions .k-button~.k-button, .k-ie .k-columnmenu-actions .k-button~.k-button {
	margin-left: 8px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.k-rtl .k-ie .k-action-buttons .k-button~.k-button, .k-rtl .k-ie .k-actions .k-button~.k-button, .k-rtl .k-ie .k-columnmenu-actions .k-button~.k-button, [dir=rtl] .k-ie .k-action-buttons .k-button~.k-button, [dir=rtl] .k-ie .k-actions .k-button~.k-button, [dir=rtl] .k-ie .k-columnmenu-actions .k-button~.k-button {
	margin-left: 0;
	margin-right: 8px
}
.k-popup .k-action-buttons, .k-popup .k-actions, .k-popup .k-columnmenu-actions {
	margin-top: 16px
}
.k-action-buttons, .k-actions, .k-columnmenu-actions {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.k-actions-start.k-action-buttons, .k-actions-start.k-columnmenu-actions, .k-actions.k-actions-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}
.k-actions-center.k-action-buttons, .k-actions-center.k-columnmenu-actions, .k-actions.k-actions-center {
	-ms-flex-pack: center;
	justify-content: center
}
.k-actions-end.k-action-buttons, .k-actions-end.k-columnmenu-actions, .k-actions.k-actions-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.k-actions-stretched.k-action-buttons .k-button, .k-actions-stretched.k-columnmenu-actions .k-button, .k-actions.k-actions-stretched .k-button {
	width: auto!important;
	max-width: 100%;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.k-floating-label-container, .k-textbox-container {
	padding-top: 20px;
	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-floating-label-container>.k-label, .k-textbox-container>.k-label {
	max-width: 90%;
	font-size: 14px;
	line-height: 1.4285714286;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	top: 25px;
	left: 9px;
	overflow: hidden;
	cursor: text;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	transition: color .2s ease-out, top .2s ease-out, left .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, top .2s ease-out, left .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, top .2s ease-out, left .2s ease-out, -webkit-transform .2s ease-out;
	pointer-events: none
}
.k-floating-label-container>.k-textbox, .k-floating-label-container>.k-widget, .k-textbox-container>.k-textbox, .k-textbox-container>.k-widget {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: auto
}
.k-floating-label-container.k-state-empty>.k-label, .k-textbox-container.k-state-empty>.k-label {
	top: 25px;
	left: 9px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.k-floating-label-container.k-state-focused>.k-label, .k-floating-label-container>.k-label, .k-textbox-container.k-state-focused>.k-label, .k-textbox-container>.k-label {
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.k-floating-label-container:focus-within>.k-label, .k-textbox-container:focus-within>.k-label {
top:0;
left:0;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder, .k-textbox-container.k-state-empty:not(.k-state-focused) ::-webkit-input-placeholder {
color:transparent
}
.k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-textbox-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder {
color:transparent
}
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder, .k-textbox-container.k-state-empty:not(.k-state-focused) ::-ms-input-placeholder {
color:transparent
}
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder, .k-textbox-container.k-state-empty:not(.k-state-focused) ::placeholder {
color:transparent
}
.k-floating-label-container[dir=rtl]>.k-label, .k-rtl .k-floating-label-container>.k-label, .k-rtl .k-textbox-container>.k-label, .k-textbox-container[dir=rtl]>.k-label {
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}
.k-floating-label-container[dir=rtl].k-state-empty>.k-label, .k-rtl .k-floating-label-container.k-state-empty>.k-label, .k-rtl .k-textbox-container.k-state-empty>.k-label, .k-textbox-container[dir=rtl].k-state-empty>.k-label {
	left: auto;
	right: 9px
}
.k-floating-label-container[dir=rtl].k-state-focused>.k-label, .k-floating-label-container[dir=rtl]>.k-label, .k-rtl .k-floating-label-container.k-state-focused>.k-label, .k-rtl .k-floating-label-container>.k-label, .k-rtl .k-textbox-container.k-state-focused>.k-label, .k-rtl .k-textbox-container>.k-label, .k-textbox-container[dir=rtl].k-state-focused>.k-label, .k-textbox-container[dir=rtl]>.k-label {
	left: auto;
	right: 0
}
.k-floating-label-container[dir=rtl]:focus-within, .k-rtl .k-floating-label-container:focus-within, .k-rtl .k-textbox-container:focus-within, .k-textbox-container[dir=rtl]:focus-within {
left:auto;
right:0
}
.k-textbox {
	border-radius: 2px;
	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: 0 0;
	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
}
.k-textbox::-ms-clear {
display:none
}
.k-textbox::-webkit-input-placeholder {
color:#666;
opacity:1;
-webkit-user-select:none;
user-select:none
}
.k-textbox:-ms-input-placeholder {
color:#666;
opacity:1;
-ms-user-select:none;
user-select:none
}
.k-textbox::-ms-input-placeholder {
color:#666;
opacity:1;
-ms-user-select:none;
user-select:none
}
.k-textbox::placeholder {
color:#666;
opacity:1;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none
}
.k-textbox:-ms-input-placeholder {
color:#666
}
.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.k-state-disabled, .k-textbox:disabled, .k-textbox[disabled] {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
.k-textbox.k-state-disabled::selection, .k-textbox:disabled::selection, .k-textbox[disabled]::selection {
	color: #424242;
	background-color: transparent
}
input.k-textbox {
	padding: 4px 8px
}
.k-textbox {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-textbox .k-input::selection, .k-textbox::selection {
	color: #fff;
	background-color: #ff6358
}
.k-textbox .k-textbox-separator {
	border-color: #424242;
	opacity: .5
}
.k-textbox.k-state-focus, .k-textbox.k-state-focused, .k-textbox:focus {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-textbox:focus-within {
border-color:rgba(0,0,0,.16);
box-shadow:0 0 0 2px rgba(0,0,0,.08)
}
.k-textbox.k-state-hover, .k-textbox:hover {
	border-color: rgba(0,0,0,.16)
}
.k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-dirty, .k-textbox.ng-invalid.ng-touched {
	border-color: rgba(243,23,0,.5)
}
.k-textarea {
	border-radius: 2px;
	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: 0 0;
	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:#666;
opacity:1;
-webkit-user-select:none;
user-select:none
}
.k-textarea:-ms-input-placeholder {
color:#666;
opacity:1;
-ms-user-select:none;
user-select:none
}
.k-textarea::-ms-input-placeholder {
color:#666;
opacity:1;
-ms-user-select:none;
user-select:none
}
.k-textarea::placeholder {
color:#666;
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.k-state-disabled, .k-textarea:disabled, .k-textarea[disabled] {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
.k-textarea.k-state-disabled::selection, .k-textarea:disabled::selection, .k-textarea[disabled]::selection {
	color: #424242;
	background-color: transparent
}
.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-floating-label-container>.k-textarea, .k-textbox-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:#666
}
.k-textarea {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-textarea .k-input::selection, .k-textarea::selection {
	color: #fff;
	background-color: #ff6358
}
.k-textarea.k-state-hover, .k-textarea:hover {
	border-color: rgba(0,0,0,.16)
}
.k-textarea.k-state-focus, .k-textarea.k-state-focused, .k-textarea:focus {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-textarea:focus-within {
border-color:rgba(0,0,0,.16);
box-shadow:0 0 0 2px rgba(0,0,0,.08)
}
.k-textarea.k-invalid, .k-textarea.k-state-invalid, .k-textarea.ng-invalid.ng-dirty, .k-textarea.ng-invalid.ng-touched {
	border-color: rgba(243,23,0,.5)
}
.k-tooltip {
	border-radius: 2px;
	margin: 0;
	padding: 4px 8px;
	border-width: 0;
	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: transparent
}
.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,.03), 0 4px 5px 0 rgba(0,0,0,.04)
}
.k-tooltip {
	border-color: rgba(0,0,0,.75);
	color: #fff;
	background-color: rgba(0,0,0,.75)
}
.k-tooltip .k-callout {
	color: rgba(0,0,0,.75)
}
.k-tooltip-primary {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-tooltip-primary .k-callout {
	color: #ff6358
}
.k-tooltip-info {
	border-color: #0058e9;
	color: #fff;
	background-color: #0058e9
}
.k-tooltip-info .k-callout {
	color: #0058e9
}
.k-tooltip-success {
	border-color: #37b400;
	color: #fff;
	background-color: #37b400
}
.k-tooltip-success .k-callout {
	color: #37b400
}
.k-tooltip-warning {
	border-color: #ffc000;
	color: #000;
	background-color: #ffc000
}
.k-tooltip-warning .k-callout {
	color: #ffc000
}
.k-tooltip-error {
	border-color: #f31700;
	color: #fff;
	background-color: #f31700
}
.k-tooltip-error .k-callout {
	color: #f31700
}
.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: 0
}
.k-fab:focus {
	outline: 0
}
.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: 4px
}
.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: 0;
	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: 0
}
.k-fab[dir=rtl], .k-rtl .k-fab, [dir=rtl] .k-fab {
	direction: rtl
}
.k-fab[dir=rtl] .k-fab-icon:not(:only-child), .k-rtl .k-fab .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,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2)
}
.k-fab-primary {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-fab-secondary {
	border-color: #666;
	color: #fff;
	background-color: #666
}
.k-fab-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}
.k-fab-info {
	border-color: #0058e9;
	color: #fff;
	background-color: #0058e9
}
.k-fab-success {
	border-color: #37b400;
	color: #fff;
	background-color: #37b400
}
.k-fab-warning {
	border-color: #ffc000;
	color: #000;
	background-color: #ffc000
}
.k-fab-error {
	border-color: #f31700;
	color: #fff;
	background-color: #f31700
}
.k-fab-dark {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-fab-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}
.k-fab-inverse {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-fab-primary:hover, .k-state-hover.k-fab-primary, .k-state-hovered.k-fab-primary {
	border-color: #f55f54;
	background-color: #f55f54
}
.k-fab-secondary:hover, .k-state-hover.k-fab-secondary, .k-state-hovered.k-fab-secondary {
	border-color: #626262;
	background-color: #626262
}
.k-fab-tertiary:hover, .k-state-hover.k-fab-tertiary, .k-state-hovered.k-fab-tertiary {
	border-color: #03a2ea;
	background-color: #03a2ea
}
.k-fab-info:hover, .k-state-hover.k-fab-info, .k-state-hovered.k-fab-info {
	border-color: #0054e0;
	background-color: #0054e0
}
.k-fab-success:hover, .k-state-hover.k-fab-success, .k-state-hovered.k-fab-success {
	border-color: #35ad00;
	background-color: #35ad00
}
.k-fab-warning:hover, .k-state-hover.k-fab-warning, .k-state-hovered.k-fab-warning {
	border-color: #f5b800;
	background-color: #f5b800
}
.k-fab-error:hover, .k-state-hover.k-fab-error, .k-state-hovered.k-fab-error {
	border-color: #e91600;
	background-color: #e91600
}
.k-fab-dark:hover, .k-state-hover.k-fab-dark, .k-state-hovered.k-fab-dark {
	border-color: #3f3f3f;
	background-color: #3f3f3f
}
.k-fab-light:hover, .k-state-hover.k-fab-light, .k-state-hovered.k-fab-light {
	border-color: #e2e2e2;
	background-color: #e2e2e2
}
.k-fab-inverse:hover, .k-state-hover.k-fab-inverse, .k-state-hovered.k-fab-inverse {
	border-color: #3f3f3f;
	background-color: #3f3f3f
}
.k-fab.k-state-focus, .k-fab.k-state-focused, .k-fab:focus {
	box-shadow: 0 1px 10px rgba(0,0,0,.22), 0 4px 5px rgba(0,0,0,.24), 0 2px 4px rgba(0,0,0,.2)
}
.k-fab-primary:active, .k-state-active.k-fab-primary, .k-state-selected.k-fab-primary {
	border-color: #eb5b51;
	background-color: #eb5b51;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(255,99,88,.4)
}
.k-fab-secondary:active, .k-state-active.k-fab-secondary, .k-state-selected.k-fab-secondary {
	border-color: #5e5e5e;
	background-color: #5e5e5e;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(102,102,102,.4)
}
.k-fab-tertiary:active, .k-state-active.k-fab-tertiary, .k-state-selected.k-fab-tertiary {
	border-color: #039be0;
	background-color: #039be0;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(3,169,244,.4)
}
.k-fab-info:active, .k-state-active.k-fab-info, .k-state-selected.k-fab-info {
	border-color: #0051d6;
	background-color: #0051d6;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(0,88,233,.4)
}
.k-fab-success:active, .k-state-active.k-fab-success, .k-state-selected.k-fab-success {
	border-color: #33a600;
	background-color: #33a600;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(55,180,0,.4)
}
.k-fab-warning:active, .k-state-active.k-fab-warning, .k-state-selected.k-fab-warning {
	border-color: #ebb100;
	background-color: #ebb100;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(255,192,0,.4)
}
.k-fab-error:active, .k-state-active.k-fab-error, .k-state-selected.k-fab-error {
	border-color: #e01500;
	background-color: #e01500;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(243,23,0,.4)
}
.k-fab-dark:active, .k-state-active.k-fab-dark, .k-state-selected.k-fab-dark {
	border-color: #3d3d3d;
	background-color: #3d3d3d;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(66,66,66,.4)
}
.k-fab-light:active, .k-state-active.k-fab-light, .k-state-selected.k-fab-light {
	border-color: #d8d8d8;
	background-color: #d8d8d8;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(235,235,235,.4)
}
.k-fab-inverse:active, .k-state-active.k-fab-inverse, .k-state-selected.k-fab-inverse {
	border-color: #3d3d3d;
	background-color: #3d3d3d;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(66,66,66,.4)
}
.k-fab.k-state-disabled, .k-fab:disabled {
	box-shadow: 0 6px 10px rgba(0,0,0,.06), 0 1px 18px rgba(0,0,0,.06), 0 3px 5px rgba(0,0,0,.08);
	opacity: 1
}
.k-fab-primary:disabled, .k-state-disabled.k-fab-primary {
	background-color: #ffa19b
}
.k-fab-secondary:disabled, .k-state-disabled.k-fab-secondary {
	background-color: #a3a3a3
}
.k-fab-tertiary:disabled, .k-state-disabled.k-fab-tertiary {
	background-color: #68cbf8
}
.k-fab-info:disabled, .k-state-disabled.k-fab-info {
	background-color: #669bf2
}
.k-fab-success:disabled, .k-state-disabled.k-fab-success {
	background-color: #87d266
}
.k-fab-warning:disabled, .k-state-disabled.k-fab-warning {
	background-color: #ffd966
}
.k-fab-error:disabled, .k-state-disabled.k-fab-error {
	background-color: #f87466
}
.k-fab-dark:disabled, .k-state-disabled.k-fab-dark {
	background-color: #8e8e8e
}
.k-fab-light:disabled, .k-state-disabled.k-fab-light {
	background-color: #f3f3f3
}
.k-fab-inverse:disabled, .k-state-disabled.k-fab-inverse {
	background-color: #8e8e8e
}
.k-fab-item-text {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(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,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(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.k-state-focus .k-fab-item-icon, .k-fab-item.k-state-focus .k-fab-item-text, .k-fab-item.k-state-focused .k-fab-item-icon, .k-fab-item.k-state-focused .k-fab-item-text, .k-fab-item:focus .k-fab-item-icon, .k-fab-item:focus .k-fab-item-text {
	box-shadow: 0 1px 10px rgba(0,0,0,.22), 0 4px 5px rgba(0,0,0,.24), 0 2px 4px rgba(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,.14), 0 1px 18px rgba(0,0,0,.12), 0 3px 5px rgba(0,0,0,.2), 0 3px 4px rgba(235,235,235,.4)
}
.k-fab-item.k-state-disabled, .k-fab-item:disabled {
	opacity: 1
}
.k-fab-item.k-state-disabled .k-fab-item-icon, .k-fab-item.k-state-disabled .k-fab-item-text, .k-fab-item:disabled .k-fab-item-icon, .k-fab-item:disabled .k-fab-item-text {
	color: #9d9d9d;
	box-shadow: 0 6px 10px rgba(0,0,0,.06), 0 1px 18px rgba(0,0,0,.06), 0 3px 5px rgba(0,0,0,.08)
}
.k-fab-item.k-state-focus.k-state-disabled .k-fab-item-icon, .k-fab-item.k-state-focus.k-state-disabled .k-fab-item-text, .k-fab-item.k-state-focus:disabled .k-fab-item-icon, .k-fab-item.k-state-focus:disabled .k-fab-item-text, .k-fab-item.k-state-focused.k-state-disabled .k-fab-item-icon, .k-fab-item.k-state-focused.k-state-disabled .k-fab-item-text, .k-fab-item.k-state-focused:disabled .k-fab-item-icon, .k-fab-item.k-state-focused:disabled .k-fab-item-text, .k-fab-item:focus.k-state-disabled .k-fab-item-icon, .k-fab-item:focus.k-state-disabled .k-fab-item-text, .k-fab-item:focus:disabled .k-fab-item-icon, .k-fab-item:focus:disabled .k-fab-item-text {
	box-shadow: 0 1px 10px rgba(0,0,0,.12), 0 4px 5px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.08)
}
.k-animation-container>.k-fab-popup {
	box-shadow: none
}
.k-autocomplete {
	border-radius: 2px;
	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: transparent
}
.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.k-state-focus .k-clear-value, .k-autocomplete.k-state-focused .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete:hover .k-clear-value {
	visibility: visible
}
.k-autocomplete:focus-within .k-clear-value {
visibility:visible
}
.k-autocomplete, .k-autocomplete.k-header {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-autocomplete.k-header.k-state-hover, .k-autocomplete.k-header:hover, .k-autocomplete.k-state-hover, .k-autocomplete:hover {
	border-color: rgba(0,0,0,.16)
}
.k-autocomplete.k-header.k-state-focus, .k-autocomplete.k-header.k-state-focused, .k-autocomplete.k-header.k-state-open, .k-autocomplete.k-state-focus, .k-autocomplete.k-state-focused, .k-autocomplete.k-state-open {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-autocomplete.k-header:focus-within, .k-autocomplete:focus-within {
border-color:rgba(0,0,0,.16);
box-shadow:0 0 0 2px rgba(0,0,0,.08)
}
.k-autocomplete.k-header.k-invalid, .k-autocomplete.k-header.k-state-invalid, .k-autocomplete.k-header.ng-invalid.ng-dirty, .k-autocomplete.k-header.ng-invalid.ng-touched, .k-autocomplete.k-invalid, .k-autocomplete.k-state-invalid, .k-autocomplete.ng-invalid.ng-dirty, .k-autocomplete.ng-invalid.ng-touched {
	border-color: rgba(243,23,0,.5)
}
.k-numerictextbox {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: 0 0;
	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: transparent
}
.k-numerictextbox .k-numeric-wrap {
	background-clip: padding-box;
	border-radius: 2px;
	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 2px 2px 0;
	padding: 0;
	width: calc(1.4285714286em + 8px);
	border-width: 0;
	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-numerictextbox[dir=rtl], .k-rtl .k-numerictextbox {
	text-align: right
}
.k-numerictextbox[dir=rtl] .k-numeric-wrap .k-i-warning, .k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning {
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 0;
	margin-left: .5em
}
.k-numerictextbox[dir=rtl] .k-select, .k-rtl .k-numerictextbox .k-select {
	border-radius: 2px 0 0 2px;
	border-width: 0
}
.k-numerictextbox .k-numeric-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-numerictextbox .k-numeric-wrap.k-state-hover, .k-numerictextbox .k-numeric-wrap:hover {
	border-color: rgba(0,0,0,.16)
}
.k-numerictextbox .k-numeric-wrap.k-state-focused {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.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(243,23,0,.5)
}
.k-numerictextbox .k-select {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-numerictextbox .k-select .k-link.k-state-hover, .k-numerictextbox .k-select .k-link:hover {
	background-color: #ebebeb
}
.k-numerictextbox .k-select .k-link.k-state-active, .k-numerictextbox .k-select .k-link.k-state-selected, .k-numerictextbox .k-select .k-link:active {
	background-color: #e1e1e1
}
.k-numerictextbox.k-state-invalid .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-dirty .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-touched .k-numeric-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-slider {
	border: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	background: 0 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.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-button-icon, .k-slider .k-button .k-icon {
	vertical-align: baseline;
	line-height: 28px;
	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-slider-track, .k-slider .k-tick {
	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-draghandle, .k-slider.k-state-disabled .k-slider-track, .k-slider.k-state-disabled .k-tick {
	cursor: default
}
.k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection, .k-slider[dir=rtl] .k-slider-selection, [dir=rtl] .k-slider .k-slider-selection {
	left: auto;
	right: 0
}
.k-rtl .k-slider .k-button-increase, .k-slider.k-rtl .k-button-increase, .k-slider[dir=rtl] .k-button-increase, [dir=rtl] .k-slider .k-button-increase {
	left: 0;
	right: auto
}
.k-rtl .k-slider .k-button-decrease, .k-slider.k-rtl .k-button-decrease, .k-slider[dir=rtl] .k-button-decrease, [dir=rtl] .k-slider .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:active, .k-slider-horizontal>.k-slider-track-wrap .k-draghandle:focus {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
[dir=rtl] .k-slider-horizontal>.k-slider-track-wrap .k-slider-selection {
	left: unset
}
[dir=rtl] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle-start {
	left: unset
}
[dir=rtl] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle-end {
	left: unset
}
[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:active, [dir=rtl] .k-slider-horizontal>.k-slider-track-wrap .k-draghandle:focus {
	-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:active, .k-slider-vertical>.k-slider-track-wrap .k-draghandle:focus {
	-webkit-transform: translate(-50%, 50%) scale(1);
	-ms-transform: translate(-50%, 50%) scale(1);
	transform: translate(-50%, 50%) scale(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, .k-slider-vertical[dir=rtl] .k-label, [dir=rtl] .k-slider-vertical .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, .k-slider-vertical[dir=rtl] .k-slider-topleft .k-label, [dir=rtl] .k-slider-vertical .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-selection, .k-rtl .k-slider-horizontal .k-slider-track, .k-slider-horizontal.k-rtl .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track, .k-slider-horizontal[dir=rtl] .k-slider-selection, .k-slider-horizontal[dir=rtl] .k-slider-track, [dir=rtl] .k-slider-horizontal .k-slider-selection, [dir=rtl] .k-slider-horizontal .k-slider-track {
	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, .k-slider-horizontal[dir=rtl] .k-slider-buttons .k-slider-track, [dir=rtl] .k-slider-horizontal .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, .k-slider-horizontal[dir=rtl] .k-button .k-i-arrow-e, .k-slider-horizontal[dir=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 {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.k-slider-wrap {
	height: 100%;
	width: 100%
}
.k-slider-selection, .k-slider-track {
	margin: 0;
	padding: 0;
	position: absolute
}
.k-slider-horizontal .k-slider-selection, .k-slider-horizontal .k-slider-track {
	height: 4px;
	left: 0;
	margin-top: -2px;
	top: 50%
}
.k-slider-vertical .k-slider-selection, .k-slider-vertical .k-slider-track {
	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.k-pressed, .k-slider-horizontal .k-draghandle:active {
	-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.k-pressed, .k-slider-vertical .k-draghandle:active {
	-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(.25, .8, .25, 1);
	transition: left .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(.25, .8, .25, 1);
	transition: left .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .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(.25, .8, .25, 1);
	transition: bottom .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(.25, .8, .25, 1);
	transition: bottom .3s ease-out, background-color .3s ease-out, transform .4s cubic-bezier(.25, .8, .25, 1), -webkit-transform .4s cubic-bezier(.25, .8, .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-e, .k-slider-tooltip .k-callout-w {
	margin-top: -3px
}
.k-no-flexbox .k-slider-horizontal {
	display: inline-block
}
.k-no-flexbox .k-slider-vertical {
	display: inline-block
}
.k-slider {
	color: #424242
}
.k-slider .k-slider-selection, .k-slider .k-slider-track {
	border-radius: 2px
}
.k-slider .k-slider-track {
	background-color: #ebebeb
}
.k-slider .k-slider-selection {
	background-color: #ff6358
}
.k-slider .k-button {
	border-radius: 50%
}
.k-slider .k-draghandle {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358;
	border-radius: 50%
}
.k-slider .k-draghandle:hover {
	border-color: #f55f54;
	background-color: #f55f54
}
.k-slider .k-draghandle.k-pressed, .k-slider .k-draghandle:active {
	border-color: #e0574d;
	background-color: #e0574d
}
.k-slider .k-draghandle.k-state-focused, .k-slider .k-draghandle:focus {
	box-shadow: 0 0 0 2px rgba(255,99,88,.3)
}
.k-slider.k-state-focused .k-draghandle {
	box-shadow: 0 0 0 2px rgba(255,99,88,.3)
}
.k-slider .k-slider-wrap:focus {
	outline: 0
}
.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: 0 0;
	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: transparent
}
.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 #f31700;
	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: 2px;
	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 2px 2px 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-colorpicker[dir=rtl] .k-picker-wrap .k-select, .k-rtl .k-colorpicker .k-picker-wrap .k-select {
	border-radius: 2px 0 0 2px;
	border-width: 0 1px 0 0
}
.k-colorpicker+.k-animation-container .k-popup {
	padding: 0
}
.k-flatcolorpicker {
	border-radius: 2px;
	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: transparent
}
.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-alpha-slider, .k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-hue-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 .k-numerictextbox, .k-flatcolorpicker .k-gradient-values div, .k-flatcolorpicker .k-gradient-values input {
	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: transparent
}
.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.k-state-hover, .k-colorpalette .k-item:hover {
	position: relative;
	z-index: 101
}
.k-colorpalette .k-item.k-state-focused, .k-colorpalette .k-item.k-state-selected, .k-colorpalette .k-item.k-state-selected:hover, .k-colorpalette .k-item:focus {
	position: relative;
	z-index: 100
}
.k-colorpicker .k-picker-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.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(243,23,0,.5)
}
.k-colorpicker .k-state-hover, .k-colorpicker>:hover {
	background-color: #ebebeb
}
.k-colorpicker .k-state-focused {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-colorpicker.k-state-invalid .k-picker-wrap, .k-colorpicker.ng-invalid.ng-dirty .k-picker-wrap, .k-colorpicker.ng-invalid.ng-touched .k-picker-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-flatcolorpicker {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-flatcolorpicker .k-color-value {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-flatcolorpicker .k-hsv-gradient {
	background: linear-gradient(to bottom, rgba(0,0,0,0), #000), linear-gradient(to right, #fff, rgba(255,255,255,0))
}
.k-flatcolorpicker .k-slider .k-draghandle {
	box-shadow: 0 1px 4px rgba(0,0,0,.9);
	background-color: transparent
}
.k-flatcolorpicker .k-slider .k-draghandle:focus, .k-flatcolorpicker .k-slider .k-draghandle:hover {
	border-color: #fff;
	box-shadow: 0 1px 4px #000;
	background-color: transparent
}
.k-flatcolorpicker .k-slider .k-draghandle.k-state-focus {
	outline: 1px dotted #000
}
.k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
	background: linear-gradient(to right, red, #ff0, #0f0, #0ff, #00f, #f0f, red)
}
.k-flatcolorpicker .k-hue-slider.k-slider-vertical .k-slider-track {
	background: linear-gradient(to top, red, #ff0, #0f0, #0ff, #00f, #f0f, red)
}
.k-flatcolorpicker .k-alpha-slider .k-slider-track {
	background: url(data:image/png;base64,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) center
}
.k-flatcolorpicker .k-draghandle {
	border-color: rgba(255,255,255,.8);
	box-shadow: 0 1px 4px rgba(0,0,0,.21)
}
.k-flatcolorpicker .k-draghandle.k-state-focus {
	outline: 1px dotted #000
}
.k-flatcolorpicker .k-color-contrast .k-separator {
	border-color: rgba(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, #0f0, #0ff, #00f, #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.k-state-hover, .k-colorpalette .k-item:hover {
	box-shadow: 0 0 3px 1px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.8)
}
.k-colorpalette .k-item.k-state-focused, .k-colorpalette .k-item.k-state-selected, .k-colorpalette .k-item.k-state-selected:hover, .k-colorpalette .k-item:focus {
	box-shadow: 0 1px 3px 1px rgba(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: 0 0;
	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: transparent
}
.k-combobox .k-dropdown-wrap {
	background-clip: padding-box;
	border-radius: 2px;
	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 .k-dropdown-wrap.k-state-focused .k-clear-value, .k-combobox .k-dropdown-wrap.k-state-hover .k-clear-value, .k-combobox.k-state-focus .k-clear-value, .k-combobox.k-state-focused .k-clear-value, .k-combobox.k-state-hover .k-clear-value, .k-combobox:hover .k-clear-value {
	visibility: visible
}
.k-combobox:focus-within .k-clear-value {
visibility:visible
}
.k-combobox .k-select {
	border-radius: 0 2px 2px 0;
	padding: 0 0;
	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-combobox[dir=rtl], .k-rtl .k-combobox {
	text-align: right
}
.k-combobox[dir=rtl] .k-select, .k-rtl .k-combobox .k-select {
	border-radius: 2px 0 0 2px;
	border-width: 0
}
.k-combobox .k-dropdown-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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(243,23,0,.5)
}
.k-combobox .k-select {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-combobox .k-state-hover, .k-combobox>:hover {
	border-color: rgba(0,0,0,.16)
}
.k-combobox .k-state-hover .k-select, .k-combobox>:hover .k-select {
	background-color: #ebebeb
}
.k-combobox>.k-state-focused {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-combobox .k-state-active .k-select {
	background-color: #e1e1e1
}
.k-combobox.k-state-invalid .k-dropdown-wrap, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-combobox.k-state-hover .k-dropdown-wrap {
	border-color: rgba(0,0,0,.16)
}
.k-combobox.k-state-focus .k-dropdown-wrap {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-combobox.k-invalid .k-dropdown-wrap {
	border-color: rgba(243,23,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: transparent
}
.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 .k-calendar-table, .k-calendar .k-calendar-view 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 .k-calendar-td, .k-calendar .k-calendar-view .k-calendar-th, .k-calendar .k-calendar-view td, .k-calendar .k-calendar-view th {
	border-width: 0;
	padding: 0;
	text-align: center;
	border-style: solid;
	border-color: inherit;
	font-weight: 400;
	cursor: default
}
.k-calendar .k-calendar-view .k-calendar-th, .k-calendar .k-calendar-view th {
	padding: .25em 0;
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase
}
.k-calendar .k-calendar-view .k-calendar-tbody .k-calendar-th, .k-calendar .k-calendar-view tbody th {
	padding-left: 8px;
	padding-right: 8px;
	height: 2em;
	font: inherit;
	font-weight: 700;
	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: 2px;
	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-next, .k-calendar .k-nav-prev {
	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-calendar-title, .k-calendar-header .k-title {
	font-weight: 700
}
.k-calendar-header .k-today {
	cursor: pointer;
	outline: 0
}
.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-calendar-footer, .k-calendar .k-footer {
	text-align: center;
	clear: both
}
.k-calendar .k-footer>.k-state-disabled, .k-calendar .k-nav-today {
	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-calendar-content, .k-calendar .k-content {
	width: 100%;
	margin: 0;
	text-align: center;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: relative
}
.k-calendar .k-calendar-content>.k-calendar-table, .k-calendar .k-calendar-content>table, .k-calendar .k-content>.k-calendar-table, .k-calendar .k-content>table {
	table-layout: fixed;
	margin-right: -17px
}
.k-calendar .k-calendar-content .k-calendar-td, .k-calendar .k-calendar-content td, .k-calendar .k-content .k-calendar-td, .k-calendar .k-content td {
	border-radius: 2px;
	border-color: transparent
}
.k-calendar .k-calendar-content .k-link, .k-calendar .k-content .k-link {
	border-radius: 2px;
	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-calendar-content .k-weekend, .k-calendar .k-content .k-weekend {
	border-radius: 0
}
.k-calendar .k-calendar-content .k-alt, .k-calendar .k-content .k-alt {
	background-color: transparent
}
.k-calendar .k-calendar-content .k-state-disabled, .k-calendar .k-content .k-state-disabled {
	opacity: .6
}
.k-calendar .k-calendar-table.k-calendar-content, .k-calendar .k-calendar-table.k-content, .k-calendar table.k-calendar-content, .k-calendar table.k-content {
	display: inline-table;
	vertical-align: top
}
.k-calendar .k-calendar-monthview .k-calendar-td, .k-calendar .k-calendar-monthview td, .k-calendar .k-month .k-calendar-td, .k-calendar .k-month td {
	width: 2.4285714286em;
	height: 2.4285714286em
}
.k-calendar .k-calendar-monthview .k-link, .k-calendar .k-month .k-link {
	width: 2.4285714286em;
	height: 2.4285714286em
}
.k-calendar .k-calendar-yearview .k-calendar-td, .k-calendar .k-calendar-yearview td, .k-calendar .k-year .k-calendar-td, .k-calendar .k-year td {
	width: auto;
	height: auto
}
.k-calendar .k-calendar-yearview .k-link, .k-calendar .k-year .k-link {
	width: 4.25em;
	height: 4.25em
}
.k-calendar .k-calendar-decadeview .k-calendar-td, .k-calendar .k-calendar-decadeview td, .k-calendar .k-decade .k-calendar-td, .k-calendar .k-decade td {
	width: auto;
	height: auto
}
.k-calendar .k-calendar-decadeview .k-link, .k-calendar .k-decade .k-link {
	width: 4.25em;
	height: 4.25em
}
.k-calendar .k-calendar-centuryview .k-calendar-td, .k-calendar .k-calendar-centuryview td, .k-calendar .k-century .k-calendar-td, .k-calendar .k-century td {
	width: auto;
	height: auto
}
.k-calendar .k-calendar-centuryview .k-link, .k-calendar .k-century .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-monthview, .k-calendar-infinite .k-calendar-view {
	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-monthview::after, .k-calendar-infinite .k-calendar-view::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-centuryview .k-calendar-content .k-calendar-td, .k-calendar-infinite .k-calendar-centuryview .k-calendar-content td, .k-calendar-infinite .k-calendar-centuryview .k-content .k-calendar-td, .k-calendar-infinite .k-calendar-centuryview .k-content td, .k-calendar-infinite .k-calendar-decadeview .k-calendar-content .k-calendar-td, .k-calendar-infinite .k-calendar-decadeview .k-calendar-content td, .k-calendar-infinite .k-calendar-decadeview .k-content .k-calendar-td, .k-calendar-infinite .k-calendar-decadeview .k-content td, .k-calendar-infinite .k-calendar-yearview .k-calendar-content .k-calendar-td, .k-calendar-infinite .k-calendar-yearview .k-calendar-content td, .k-calendar-infinite .k-calendar-yearview .k-content .k-calendar-td, .k-calendar-infinite .k-calendar-yearview .k-content td {
	width: auto;
	height: auto
}
.k-calendar-infinite .k-calendar-centuryview .k-calendar-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-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-decadeview .k-calendar-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-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-yearview .k-calendar-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-content .k-calendar-td.k-empty, .k-calendar-infinite .k-calendar-yearview .k-content .k-link, .k-calendar-infinite .k-calendar-yearview .k-content 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-calendar-content.k-scrollable, .k-calendar .k-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::after, .k-calendar-navigation::before {
	display: block;
	position: absolute;
	content: " ";
	height: 0;
	line-height: 0;
	z-index: 1;
	width: 200%;
	left: -50%;
	box-shadow: 0 0 6em 3em #fafafa
}
.k-calendar-navigation::before {
	top: 0
}
.k-calendar-navigation::after {
	bottom: 0
}
.k-calendar-navigation .k-calendar-content, .k-calendar-navigation .k-content {
	background: 0 0;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}
.k-calendar-navigation .k-calendar-content ul, .k-calendar-navigation .k-content ul {
	width: 5em
}
.k-calendar-navigation .k-calendar-content li, .k-calendar-navigation .k-content li {
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	padding: 0 1em
}
.k-calendar-navigation .k-calendar-navigation-marker {
	font-weight: 700
}
.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 .k-calendar-table, .k-calendar.k-calendar-range table {
	width: auto;
	table-layout: auto
}
.k-calendar.k-calendar-range .k-calendar-table.k-meta-view, .k-calendar.k-calendar-range 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 .k-calendar-table, .k-calendar.k-calendar-range.k-calendar-infinite table {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table>.k-calendar-tbody, .k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-table>tbody, .k-calendar.k-calendar-range.k-calendar-infinite table>.k-calendar-tbody, .k-calendar.k-calendar-range.k-calendar-infinite table>tbody {
	display: inline-block;
	vertical-align: top
}
.k-calendar.k-calendar-range.k-calendar-infinite .k-calendar-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 table>.k-calendar-tbody+.k-calendar-tbody, .k-calendar.k-calendar-range.k-calendar-infinite table>tbody+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-calendar[dir=rtl] .k-nav-next, .k-calendar[dir=rtl] .k-nav-prev, .k-calendar[dir=rtl] .k-next-view, .k-calendar[dir=rtl] .k-prev-view, .k-rtl .k-calendar .k-nav-next, .k-rtl .k-calendar .k-nav-prev, .k-rtl .k-calendar .k-next-view, .k-rtl .k-calendar .k-prev-view {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.k-calendar[dir=rtl] .k-calendar-content.k-scrollable, .k-calendar[dir=rtl] .k-content.k-scrollable, .k-rtl .k-calendar .k-calendar-content.k-scrollable, .k-rtl .k-calendar .k-content.k-scrollable {
	padding-right: 100px;
	padding-left: 100px;
	margin-left: -117px;
	margin-right: -100px
}
.k-calendar[dir=rtl] .k-calendar-tbody .k-calendar-th, .k-calendar[dir=rtl] tbody th, .k-rtl .k-calendar .k-calendar-tbody .k-calendar-th, .k-rtl .k-calendar tbody th {
	text-align: right
}
.k-calendar[dir=rtl] .k-calendar-content>.k-calendar-table, .k-calendar[dir=rtl] .k-calendar-content>table, .k-calendar[dir=rtl] .k-content>.k-calendar-table, .k-calendar[dir=rtl] .k-content>table, .k-rtl .k-calendar .k-calendar-content>.k-calendar-table, .k-rtl .k-calendar .k-calendar-content>table, .k-rtl .k-calendar .k-content>.k-calendar-table, .k-rtl .k-calendar .k-content>table {
	margin-right: 0;
	margin-left: -17px
}
.k-calendar {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-calendar .k-header {
	border-color: inherit;
	color: #424242;
	background-color: #fafafa;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1)
}
.k-calendar .k-nav-fast.k-state-hover, .k-calendar .k-nav-fast:hover, .k-calendar .k-nav-next.k-state-hover, .k-calendar .k-nav-next:hover, .k-calendar .k-nav-prev.k-state-hover, .k-calendar .k-nav-prev:hover {
	background-color: #ebebeb
}
.k-calendar .k-nav-fast.k-state-active, .k-calendar .k-nav-fast:active, .k-calendar .k-nav-next.k-state-active, .k-calendar .k-nav-next:active, .k-calendar .k-nav-prev.k-state-active, .k-calendar .k-nav-prev:active {
	background-color: #e1e1e1
}
.k-calendar .k-calendar-header .k-today, .k-calendar .k-footer .k-nav-today {
	color: #ff6358
}
.k-calendar .k-calendar-header .k-today.k-state-focus, .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:hover, .k-calendar .k-footer .k-nav-today.k-state-focus, .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:hover {
	color: #d6534a
}
.k-calendar .k-calendar-content .k-calendar-th, .k-calendar .k-calendar-content th, .k-calendar .k-calendar-view .k-calendar-th .k-meta-header, .k-calendar .k-calendar-view th, .k-calendar .k-content .k-calendar-th, .k-calendar .k-content th, .k-calendar .k-month-header {
	color: #666
}
.k-calendar .k-calendar-content .k-today, .k-calendar .k-content .k-today {
	color: #ff6358
}
.k-calendar .k-other-month {
	color: #666
}
.k-calendar .k-alt {
	color: #666
}
.k-calendar .k-out-of-range {
	pointer-events: none;
	visibility: hidden
}
.k-calendar .k-calendar-td.k-state-hover .k-link, .k-calendar .k-calendar-td:hover .k-link, .k-calendar .k-state-hover .k-link, .k-calendar td.k-state-hover .k-link, .k-calendar td:hover .k-link {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f0f0f0
}
.k-calendar .k-state-selected .k-link {
	border-color: rgba(0,0,0,.08);
	color: #fff;
	background-color: #ff6358
}
.k-calendar .k-state-selected.k-state-hover .k-link, .k-calendar .k-state-selected:hover .k-link {
	color: #fff;
	background-color: #f55f54
}
.k-calendar .k-state-focus .k-link, .k-calendar .k-state-focused .k-link {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-calendar .k-state-selected.k-state-focus .k-link, .k-calendar .k-state-selected.k-state-focused .k-link {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-calendar .k-calendar-navigation {
	color: #424242;
	background-color: #fafafa;
	box-shadow: inset -1px 0 rgba(0,0,0,.08)
}
.k-calendar .k-calendar-navigation li.k-state-hover, .k-calendar .k-calendar-navigation li:hover {
	color: #d6534a
}
.k-calendar .k-calendar-navigation-highlight {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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,.08)
}
.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.k-state-invalid, .k-calendar.ng-invalid.ng-dirty, .k-calendar.ng-invalid.ng-touched {
	border-color: rgba(243,23,0,.5)
}
.k-calendar.k-calendar-range .k-range-end, .k-calendar.k-calendar-range .k-range-mid, .k-calendar.k-calendar-range .k-range-start {
	background-image: linear-gradient(transparent 1px, rgba(255,99,88,.25) 1px, rgba(255,99,88,.25) calc(100% - 1px), transparent calc(100% - 1px))
}
.k-edge .k-calendar.k-calendar-range .k-range-end, .k-edge .k-calendar.k-calendar-range .k-range-mid, .k-edge .k-calendar.k-calendar-range .k-range-start, .k-ie .k-calendar.k-calendar-range .k-range-end, .k-ie .k-calendar.k-calendar-range .k-range-mid, .k-ie .k-calendar.k-calendar-range .k-range-start {
	background-image: none;
	background-color: rgba(255,99,88,.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-end .k-link, .k-calendar.k-calendar-range .k-range-start .k-link {
	background-color: #ff6358
}
.k-calendar.k-calendar-range .k-range-end.k-state-active .k-link, .k-calendar.k-calendar-range .k-range-start.k-state-active .k-link {
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,.2)
}
.k-calendar.k-calendar-range .k-range-split-end, .k-calendar.k-calendar-range .k-range-split-start {
	position: relative
}
.k-calendar.k-calendar-range .k-range-split-end::after, .k-calendar.k-calendar-range .k-range-split-start::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(255,99,88,.25), transparent 100%)
}
.k-calendar.k-calendar-range .k-range-split-end::after {
	right: -5px;
	left: auto;
	background-image: linear-gradient(to right, rgba(255,99,88,.25), transparent 100%)
}
.k-daterangepicker.k-state-invalid .k-dateinput-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-dateinput {
	width: 12.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: 0 0;
	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: transparent
}
.k-dateinput .k-dateinput-wrap {
	background-clip: padding-box;
	border-radius: 2px;
	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 2px 2px 0;
	padding: 0;
	width: calc(1.4285714286em + 8px);
	border-width: 0;
	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-dateinput[dir=rtl], .k-rtl .k-dateinput {
	text-align: right
}
.k-dateinput[dir=rtl] .k-dateinput-wrap .k-i-warning, .k-rtl .k-dateinput .k-dateinput-wrap .k-i-warning {
	left: 8px;
	right: auto
}
.k-dateinput[dir=rtl] .k-select, .k-rtl .k-dateinput .k-select {
	border-radius: 2px 0 0 2px;
	border-width: 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: 2px 0 0 2px;
	border-width: 0;
	box-shadow: none!important
}
.k-datepicker, .k-timepicker {
	width: 17.4em;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4285714286;
	white-space: nowrap;
	background: 0 0;
	display: -ms-inline-flexbox;
	display: block;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.k-datepicker .k-picker-wrap, .k-timepicker .k-picker-wrap {
	background-clip: padding-box;
	border-radius: 2px;
	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 2px 2px 0;
	padding: 4px 4px;
	width: calc(1.4285714286em + 8px);
	border-width: 0;
	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-datepicker[dir=rtl], .k-rtl .k-datepicker, .k-rtl .k-timepicker, .k-timepicker[dir=rtl] {
	text-align: right
}
.k-datepicker[dir=rtl] .k-select, .k-rtl .k-datepicker .k-select, .k-rtl .k-timepicker .k-select, .k-timepicker[dir=rtl] .k-select {
	border-radius: 2px 0 0 2px;
	border-width: 0
}
.k-datepicker[dir=rtl] .k-i-warning, .k-rtl .k-datepicker .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: 0 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.k-datetimepicker .k-picker-wrap {
	background-clip: padding-box;
	border-radius: 2px;
	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 2px 2px 0;
	border-width: 0;
	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-datetimepicker[dir=rtl], .k-rtl .k-datetimepicker {
	text-align: right
}
.k-datetimepicker[dir=rtl] .k-select, .k-rtl .k-datetimepicker .k-select {
	border-radius: 2px 0 0 2px;
	border-width: 0
}
.k-datetimepicker[dir=rtl] .k-i-warning, .k-rtl .k-datetimepicker .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: 0
}
.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-action-buttons .k-button, .k-datetime-container .k-actions .k-button, .k-datetime-container .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}
.k-datetime-container .k-actions-center.k-action-buttons .k-button, .k-datetime-container .k-actions-center.k-columnmenu-actions .k-button, .k-datetime-container .k-actions-end.k-action-buttons .k-button, .k-datetime-container .k-actions-end.k-columnmenu-actions .k-button, .k-datetime-container .k-actions-start.k-action-buttons .k-button, .k-datetime-container .k-actions-start.k-columnmenu-actions .k-button, .k-datetime-container .k-actions.k-actions-center .k-button, .k-datetime-container .k-actions.k-actions-end .k-button, .k-datetime-container .k-actions.k-actions-start .k-button {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}
.k-datetime-container.k-rtl .k-time-tab .k-datetime-selector, .k-datetime-container[dir=rtl] .k-time-tab .k-datetime-selector, .k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, [dir=rtl] .k-datetime-container .k-time-tab .k-datetime-selector {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}
.k-timeselector .k-action-buttons .k-button, .k-timeselector .k-actions .k-button, .k-timeselector .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}
.k-timeselector .k-actions-center.k-action-buttons .k-button, .k-timeselector .k-actions-center.k-columnmenu-actions .k-button, .k-timeselector .k-actions-end.k-action-buttons .k-button, .k-timeselector .k-actions-end.k-columnmenu-actions .k-button, .k-timeselector .k-actions-start.k-action-buttons .k-button, .k-timeselector .k-actions-start.k-columnmenu-actions .k-button, .k-timeselector .k-actions.k-actions-center .k-button, .k-timeselector .k-actions.k-actions-end .k-button, .k-timeselector .k-actions.k-actions-start .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: 700
}
.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: 700;
	min-width: 100%;
	height: 1.5em;
	line-height: 1.5em;
	margin-top: -20px;
	z-index: 12
}
.k-time-list-wrapper.k-state-focused::after, .k-time-list-wrapper.k-state-focused::before {
	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, .k-time-container[dir=rtl], [dir=rtl] .k-time-container {
	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::after, .k-time-list::before {
	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-dateinput .k-select, .k-datepicker .k-select, .k-datetimepicker .k-select, .k-timepicker .k-select {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-dateinput .k-i-warning, .k-datepicker .k-i-warning, .k-datetimepicker .k-i-warning, .k-timepicker .k-i-warning {
	color: #f31700
}
.k-dateinput .k-dateinput-wrap, .k-datepicker .k-picker-wrap, .k-datetimepicker .k-picker-wrap, .k-timepicker .k-picker-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-dateinput .k-dateinput-wrap.k-state-hover, .k-dateinput .k-dateinput-wrap:hover, .k-datepicker .k-picker-wrap.k-state-hover, .k-datepicker .k-picker-wrap:hover, .k-datetimepicker .k-picker-wrap.k-state-hover, .k-datetimepicker .k-picker-wrap:hover, .k-timepicker .k-picker-wrap.k-state-hover, .k-timepicker .k-picker-wrap:hover {
	border-color: rgba(0,0,0,.16)
}
.k-dateinput .k-dateinput-wrap.k-state-active, .k-dateinput .k-dateinput-wrap.k-state-focused, .k-datepicker .k-picker-wrap.k-state-active, .k-datepicker .k-picker-wrap.k-state-focused, .k-datetimepicker .k-picker-wrap.k-state-active, .k-datetimepicker .k-picker-wrap.k-state-focused, .k-timepicker .k-picker-wrap.k-state-active, .k-timepicker .k-picker-wrap.k-state-focused {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-datepicker .k-select.k-state-hover, .k-datepicker .k-select:hover, .k-timepicker .k-select.k-state-hover, .k-timepicker .k-select:hover {
	background-color: #ebebeb
}
.k-dateinput .k-link.k-state-hover, .k-dateinput .k-link:hover, .k-datetimepicker .k-link.k-state-hover, .k-datetimepicker .k-link:hover {
	background-color: #ebebeb
}
.k-dateinput .k-link.k-state-active, .k-dateinput .k-link.k-state-selected, .k-dateinput .k-link:active, .k-datetimepicker .k-link.k-state-active, .k-datetimepicker .k-link.k-state-selected, .k-datetimepicker .k-link:active {
	background-color: #e1e1e1
}
.k-time-header .k-time-now {
	color: #ff6358;
	background: 0 0
}
.k-time-header .k-time-now:focus, .k-time-header .k-time-now:hover {
	color: #d6534a
}
.k-time-list-wrapper .k-title {
	color: #666
}
.k-time-list-wrapper.k-state-focused .k-title {
	color: #424242
}
.k-time-list-wrapper.k-state-focused::after, .k-time-list-wrapper.k-state-focused::before {
	background-color: rgba(0,0,0,.04)
}
.k-time-list::after, .k-time-list::before {
	box-shadow: 0 0 3em 1.5em #fff
}
.k-time-list .k-item:hover {
	color: #ff6358
}
.k-time-container {
	background: 0 0
}
.k-time-highlight {
	border-color: rgba(0,0,0,.08);
	background-color: #fff
}
.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(243,23,0,.5)
}
.k-datepicker.k-state-invalid .k-picker-wrap, .k-datepicker.ng-invalid.ng-dirty .k-picker-wrap, .k-datepicker.ng-invalid.ng-touched .k-picker-wrap, .k-datetimepicker.k-state-invalid .k-picker-wrap, .k-datetimepicker.ng-invalid.ng-dirty .k-picker-wrap, .k-datetimepicker.ng-invalid.ng-touched .k-picker-wrap, .k-timepicker.k-state-invalid .k-picker-wrap, .k-timepicker.ng-invalid.ng-dirty .k-picker-wrap, .k-timepicker.ng-invalid.ng-touched .k-picker-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-dateinput .k-dateinput-wrap.k-invalid, .k-dateinput .k-dateinput-wrap.k-state-invalid {
	border-color: rgba(243,23,0,.5)
}
.k-dateinput.k-state-invalid .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-dirty .k-dateinput-wrap, .k-dateinput.ng-invalid.ng-touched .k-dateinput-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-datepicker.k-state-hover .k-picker-wrap {
	border-color: rgba(0,0,0,.16)
}
.k-datepicker.k-state-focus .k-picker-wrap {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-datepicker.k-invalid .k-picker-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-dateinput.k-state-hover .k-dateinput-wrap, .k-daterangepicker.k-state-hover .k-dateinput-wrap {
	border-color: rgba(0,0,0,.16)
}
.k-dateinput.k-state-focus .k-dateinput-wrap, .k-daterangepicker.k-state-focus .k-dateinput-wrap {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-dateinput.k-invalid .k-dateinput-wrap, .k-daterangepicker.k-invalid .k-dateinput-wrap {
	border-color: rgba(243,23,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: 0;
	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: 0
}
.k-dropdowngrid-popup .k-grid-header .k-header {
	padding: 8px 12px;
	border-width: 0 0 0 1px;
	border-style: solid;
	font-weight: 400;
	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 0 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: 700
}
.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: 36px;
	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-grid-list>.k-item>.k-cell, .k-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, [dir=rtl].k-dropdowngrid-popup .k-grid-header .k-header {
	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-grid-list>.k-item>.k-cell:first-child, .k-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, [dir=rtl].k-dropdowngrid-popup .k-grid-header .k-header: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,.08);
	color: #424242;
	background-color: #fff
}
.k-dropdowngrid-popup .k-grid-header, .k-dropdowngrid-popup .k-header {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-dropdowngrid-popup .k-footer {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-dropdowngrid-popup .k-group-header, .k-dropdowngrid-popup .k-outer-group-header.k-first {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-grid-list>.k-item:nth-child(2n) {
	background-color: rgba(0,0,0,.04)
}
.k-grid-list>.k-outer-group-header:nth-child(2n) {
	background: 0 0
}
.k-grid-list>.k-outer-group-header:nth-child(2n)>strong {
	background-color: rgba(0,0,0,.04)
}
.k-dropdowngrid-popup .k-cell {
	border-color: rgba(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(255,99,88,.25)
}
.k-dropdowngrid-popup .k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-dropdowngrid-popup .k-group-cell span {
	background-color: #424242;
	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: #424242
}
.k-dropdown, .k-dropdowntree {
	width: 12.4em;
	border-width: 0;
	outline: 0;
	background: 0 0;
	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: transparent
}
.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
	border-radius: 2px;
	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-select, .k-dropdowntree .k-dropdown-wrap .k-select {
	border-radius: 0 2px 2px 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-dropdown .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdown .k-dropdown-wrap:hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap:hover .k-clear-value {
	visibility: visible
}
.k-dropdown.k-rtl, .k-dropdown[dir=rtl], .k-dropdowntree[dir=rtl], .k-rtl .k-dropdown, .k-rtl .k-dropdowntree, .k-rtl.k-dropdowntree, [dir=rtl] .k-dropdown, [dir=rtl] .k-dropdowntree {
	text-align: right
}
.k-dropdown.k-rtl .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, .k-rtl.k-dropdowntree .k-select, [dir=rtl] .k-dropdown .k-select, [dir=rtl] .k-dropdowntree .k-select {
	border-radius: 2px 0 0 2px
}
.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: 2px;
	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,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap:hover {
	background-color: #ebebeb
}
.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-dropdown .k-dropdown-wrap.k-invalid, .k-dropdown .k-dropdown-wrap.k-invalid:hover, .k-dropdown .k-dropdown-wrap.k-state-invalid, .k-dropdowntree .k-dropdown-wrap.k-invalid, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover, .k-dropdowntree .k-dropdown-wrap.k-state-invalid {
	border-color: rgba(243,23,0,.5)
}
.k-dropdown.k-state-invalid>.k-dropdown-wrap, .k-dropdown.ng-invalid.ng-dirty>.k-dropdown-wrap, .k-dropdown.ng-invalid.ng-touched>.k-dropdown-wrap, .k-state-invalid.k-dropdowntree>.k-dropdown-wrap, .ng-invalid.ng-dirty.k-dropdowntree>.k-dropdown-wrap, .ng-invalid.ng-touched.k-dropdowntree>.k-dropdown-wrap {
	border-color: rgba(243,23,0,.5)
}
select.k-dropdown, select.k-dropdowntree {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
select.k-dropdown:hover, select.k-dropdowntree:hover {
	background-color: #ebebeb
}
select.k-dropdown:focus, select.k-dropdowntree:focus {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-dropdowntree, .k-multiselect {
	border-radius: 2px;
	width: 100%;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: 0 0;
	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: transparent
}
.k-dropdowntree .k-loading-hidden, .k-multiselect .k-loading-hidden {
	visibility: hidden
}
.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
	background-clip: padding-box;
	border-radius: 2px;
	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-dropdowntree .k-multiselect-wrap .k-ie11, .k-multiselect .k-multiselect-wrap .k-ie11 {
	background-clip: border-box
}
.k-dropdowntree .k-multiselect-wrap .k-input, .k-multiselect .k-multiselect-wrap .k-input {
	float: left
}
.k-dropdowntree .k-multiselect-wrap::before, .k-multiselect .k-multiselect-wrap::before {
	content: "";
	width: 0;
	height: calc(1.4285714286em + 8px);
	float: left
}
.k-dropdowntree .k-multiselect-wrap ul, .k-multiselect .k-multiselect-wrap ul {
	vertical-align: top
}
.k-dropdowntree .k-multiselect-wrap li, .k-multiselect .k-multiselect-wrap li {
	background-clip: padding-box
}
.k-dropdowntree .k-multiselect-wrap li .k-ie11, .k-multiselect .k-multiselect-wrap li .k-ie11 {
	background-clip: border-box
}
.k-dropdowntree .k-multiselect-wrap li.k-button, .k-multiselect .k-multiselect-wrap li.k-button {
	float: left
}
.k-dropdowntree .k-multiselect-wrap li .k-icon, .k-multiselect .k-multiselect-wrap li .k-icon {
	cursor: pointer
}
.k-dropdowntree .k-multiselect-wrap .k-button, .k-multiselect .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;
	gap: 4px;
	line-height: inherit;
	white-space: normal
}
.k-dropdowntree .k-multiselect-wrap .k-button .k-select, .k-multiselect .k-multiselect-wrap .k-button .k-select {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-ms-flex-item-align: stretch;
	align-self: stretch
}
.k-dropdowntree .k-multiselect-wrap .k-button:last-child, .k-multiselect .k-multiselect-wrap .k-button:last-child {
	margin-bottom: 2px
}
.k-dropdowntree .k-multiselect-wrap .k-searchbar, .k-multiselect .k-multiselect-wrap .k-searchbar {
	float: left;
	width: auto
}
.k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input, .k-multiselect .k-multiselect-wrap .k-searchbar .k-input {
	padding-right: 0
}
.k-dropdowntree .k-multiselect-wrap .k-i-loading, .k-multiselect .k-multiselect-wrap .k-i-loading {
	width: 24px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0
}
.k-dropdowntree .k-multiselect-wrap .k-clear-value, .k-multiselect .k-multiselect-wrap .k-clear-value {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0
}
.k-dropdowntree .k-multiselect-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap:hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-focused .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-hover .k-clear-value, .k-multiselect .k-multiselect-wrap:hover .k-clear-value {
	visibility: visible
}
.k-multiselect.k-state-focus>.k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-focused>.k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-hover>.k-multiselect-wrap .k-clear-value, .k-state-focus.k-dropdowntree>.k-multiselect-wrap .k-clear-value, .k-state-focused.k-dropdowntree>.k-multiselect-wrap .k-clear-value, .k-state-hover.k-dropdowntree>.k-multiselect-wrap .k-clear-value {
	visibility: visible
}
.k-dropdowntree[dir=rtl], .k-multiselect[dir=rtl], .k-rtl .k-dropdowntree, .k-rtl .k-multiselect {
	text-align: right
}
.k-dropdowntree[dir=rtl] .k-multiselect-wrap, .k-multiselect[dir=rtl] .k-multiselect-wrap, .k-rtl .k-dropdowntree .k-multiselect-wrap, .k-rtl .k-multiselect .k-multiselect-wrap {
	padding-left: 24px;
	padding-right: 0
}
.k-dropdowntree[dir=rtl] .k-multiselect-wrap .k-input, .k-dropdowntree[dir=rtl] .k-multiselect-wrap li.k-button, .k-dropdowntree[dir=rtl] .k-multiselect-wrap::before, .k-multiselect[dir=rtl] .k-multiselect-wrap .k-input, .k-multiselect[dir=rtl] .k-multiselect-wrap li.k-button, .k-multiselect[dir=rtl] .k-multiselect-wrap::before, .k-rtl .k-dropdowntree .k-multiselect-wrap .k-input, .k-rtl .k-dropdowntree .k-multiselect-wrap li.k-button, .k-rtl .k-dropdowntree .k-multiselect-wrap::before, .k-rtl .k-multiselect .k-multiselect-wrap .k-input, .k-rtl .k-multiselect .k-multiselect-wrap li.k-button, .k-rtl .k-multiselect .k-multiselect-wrap::before {
	float: right
}
.k-dropdowntree[dir=rtl] .k-multiselect-wrap .k-searchbar, .k-multiselect[dir=rtl] .k-multiselect-wrap .k-searchbar, .k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar, .k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar {
	float: right
}
.k-dropdowntree[dir=rtl] .k-multiselect-wrap .k-searchbar .k-input, .k-multiselect[dir=rtl] .k-multiselect-wrap .k-searchbar .k-input, .k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input, .k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar .k-input {
	padding-left: 0;
	padding-right: 8px
}
.k-dropdowntree[dir=rtl] .k-multiselect-wrap .k-button, .k-multiselect[dir=rtl] .k-multiselect-wrap .k-button, .k-rtl .k-dropdowntree .k-multiselect-wrap .k-button, .k-rtl .k-multiselect .k-multiselect-wrap .k-button {
	width: auto;
	margin-right: 2px;
	margin-left: 0
}
.k-dropdowntree[dir=rtl] .k-clear-value, .k-dropdowntree[dir=rtl] .k-i-loading, .k-multiselect[dir=rtl] .k-clear-value, .k-multiselect[dir=rtl] .k-i-loading, .k-rtl .k-dropdowntree .k-clear-value, .k-rtl .k-dropdowntree .k-i-loading, .k-rtl .k-multiselect .k-clear-value, .k-rtl .k-multiselect .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,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-dropdowntree .k-multiselect-wrap>.k-readonly, .k-multiselect .k-multiselect-wrap>.k-readonly {
	opacity: .6
}
.k-dropdowntree .k-multiselect-wrap .k-button .k-icon, .k-multiselect .k-multiselect-wrap .k-button .k-icon {
	opacity: .6
}
.k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-state-hover, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon:hover, .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-state-hover, .k-multiselect .k-multiselect-wrap .k-button .k-icon:hover {
	opacity: 1
}
.k-dropdowntree .k-multiselect-wrap .k-button.k-state-active, .k-dropdowntree .k-multiselect-wrap .k-button:active, .k-multiselect .k-multiselect-wrap .k-button.k-state-active, .k-multiselect .k-multiselect-wrap .k-button:active {
	background-color: #e1e1e1
}
.k-dropdowntree .k-multiselect-wrap .k-button.k-state-focused .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-multiselect .k-multiselect-wrap .k-button:focus .k-icon {
	opacity: 1
}
.k-dropdowntree .k-multiselect-wrap .k-i-loading, .k-multiselect .k-multiselect-wrap .k-i-loading {
	background-color: #fff
}
.k-dropdowntree .k-multiselect-wrap.k-state-hover, .k-dropdowntree .k-multiselect-wrap:hover, .k-multiselect .k-multiselect-wrap.k-state-hover, .k-multiselect .k-multiselect-wrap:hover {
	border-color: rgba(0,0,0,.16)
}
.k-dropdowntree .k-multiselect-wrap.k-invalid, .k-dropdowntree .k-multiselect-wrap.k-invalid:hover, .k-dropdowntree .k-multiselect-wrap.k-state-invalid, .k-multiselect .k-multiselect-wrap.k-invalid, .k-multiselect .k-multiselect-wrap.k-invalid:hover, .k-multiselect .k-multiselect-wrap.k-state-invalid {
	border-color: rgba(243,23,0,.5)
}
.k-multiselect.k-state-invalid .k-multiselect-wrap, .k-multiselect.ng-invalid.ng-dirty .k-multiselect-wrap, .k-multiselect.ng-invalid.ng-touched .k-multiselect-wrap, .k-state-invalid.k-dropdowntree .k-multiselect-wrap, .ng-invalid.ng-dirty.k-dropdowntree .k-multiselect-wrap, .ng-invalid.ng-touched.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-multiselect.k-state-hover .k-multiselect-wrap, .k-state-hover.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(0,0,0,.16)
}
.k-multiselect.k-state-focus .k-multiselect-wrap, .k-state-focus.k-dropdowntree .k-multiselect-wrap {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-invalid.k-dropdowntree .k-multiselect-wrap, .k-multiselect.k-invalid .k-multiselect-wrap {
	border-color: rgba(243,23,0,.5)
}
.k-treeview {
	padding: 0 0;
	border-width: 0;
	background: 0 0;
	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: transparent
}
.k-treeview>.k-group {
	outline: 0;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.k-treeview .k-content, .k-treeview .k-item>.k-group, .k-treeview>.k-group {
	margin: 0;
	padding: 0;
	background: 0 0;
	list-style: none;
	position: relative
}
.k-treeview .k-content.ng-animating, .k-treeview .k-item>.k-group.ng-animating, .k-treeview>.k-group.ng-animating {
	overflow: hidden
}
.k-treeview .k-bot, .k-treeview .k-mid, .k-treeview .k-top {
	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: 0 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.k-state-focused, .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:hover {
	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-collapse, .k-treeview .k-i-expand {
	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-collapse, .k-rtl .k-treeview .k-i-expand, .k-treeview[dir=rtl] .k-i-collapse, .k-treeview[dir=rtl] .k-i-expand {
	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: #424242
}
.k-treeview .k-in.k-state-hover, .k-treeview .k-in:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-treeview .k-in.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-treeview .k-in.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-treeview .k-treeview-load-more-button {
	color: #ff6358;
	background-color: transparent
}
.k-treeview .k-treeview-load-more-button.k-state-hover, .k-treeview .k-treeview-load-more-button:hover {
	color: #d6534a;
	background-color: transparent
}
.k-treeview .k-treeview-load-more-button.k-state-focused, .k-treeview .k-treeview-load-more-button:focus {
	color: #ff6358;
	background-color: transparent;
	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,.03), 0 4px 5px 0 rgba(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: 0 0;
	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: transparent
}
.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: #f31700
}
.k-maskedtextbox.k-state-invalid .k-textbox, .k-maskedtextbox.ng-invalid.ng-dirty .k-textbox, .k-maskedtextbox.ng-invalid.ng-touched .k-textbox {
	border-color: rgba(243,23,0,.5)
}
.k-searchbox {
	background-clip: padding-box;
	border-radius: 2px;
	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,.08);
	color: #424242;
	background-color: #fff
}
.k-searchbox.k-state-hover, .k-searchbox:hover {
	border-color: rgba(0,0,0,.16)
}
.k-searchbox.k-state-focus, .k-searchbox:focus {
	border-color: rgba(0,0,0,.16);
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-searchbox:focus-within {
border-color:rgba(0,0,0,.16);
box-shadow:0 0 0 2px rgba(0,0,0,.08)
}
.k-searchbox.k-state-disabled, .k-searchbox:disabled {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.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-dropzone-icon, .k-dropzone-inner>.k-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,.08);
	color: #424242;
	background-color: #fafafa
}
.k-dropzone-inner .k-dropzone-icon, .k-dropzone-inner>.k-icon {
	color: #7e7e7e
}
.k-dropzone-inner .k-dropzone-note {
	color: #7e7e7e
}
.k-external-dropzone-hover .k-dropzone-icon, .k-external-dropzone-hover .k-icon {
	color: #ff6358
}
.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: transparent
}
.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: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	-ms-flex: 1;
	flex: 1
}
.k-upload .k-dropzone .k-upload-status {
	font-weight: 400;
	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: 0;
	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: 400;
	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-information, .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 {
	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-information, .k-upload .k-upload-files .k-file-size, .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-file-invalid-extension-wrapper, .k-upload .k-upload-files .k-multiple-files-extension-wrapper, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
	margin: 0 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-extension-wrapper+.k-file-name-size-wrapper, .k-upload .k-upload-files .k-multiple-files-invalid-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-information, .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-validation-message {
	font-size: 9.43px
}
.k-upload .k-upload-files .k-file-extension-wrapper::before, .k-upload .k-upload-files .k-file-invalid-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-extension-wrapper::after, .k-upload .k-upload-files .k-multiple-files-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after, .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
	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-file-invalid-extension-wrapper::before, .k-upload .k-upload-files .k-multiple-files-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: 0 0;
	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-file-single>.k-file-name-size-wrapper, .k-upload .k-file>.k-file-name-size-wrapper, .k-upload .k-multiple-files-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-action-buttons, .k-upload .k-actions, .k-upload .k-columnmenu-actions {
	border-top-width: 1px
}
.k-rtl .k-upload .k-dropzone, .k-upload[dir=rtl] .k-dropzone {
	text-align: left
}
.k-rtl .k-upload .k-dropzone .k-upload-status>.k-icon, .k-upload[dir=rtl] .k-dropzone .k-upload-status>.k-icon {
	margin-left: 6px;
	margin-right: 0
}
.k-rtl .k-upload .k-file-multiple>.k-file-name-size-wrapper, .k-rtl .k-upload .k-file-single>.k-file-name-size-wrapper, .k-rtl .k-upload .k-file>.k-file-name-size-wrapper, .k-rtl .k-upload .k-multiple-files-wrapper, .k-upload[dir=rtl] .k-file-multiple>.k-file-name-size-wrapper, .k-upload[dir=rtl] .k-file-single>.k-file-name-size-wrapper, .k-upload[dir=rtl] .k-file>.k-file-name-size-wrapper, .k-upload[dir=rtl] .k-multiple-files-wrapper {
	margin-right: 8px
}
.k-rtl .k-upload .k-button+.k-button, .k-upload[dir=rtl] .k-button+.k-button {
	border-right-width: 0
}
.k-rtl .k-upload .k-progress, .k-upload[dir=rtl] .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.k-state-disabled, .k-upload-button input[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-file-single>.k-file-name-size-wrapper, .k-no-flexbox .k-upload-files .k-file>.k-file-name-size-wrapper, .k-no-flexbox .k-upload-files .k-multiple-files-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 .k-rtl .k-dropzone-hint, .k-no-flexbox .k-rtl .k-upload-files .k-upload-status, .k-no-flexbox .k-rtl .k-upload-status-total, .k-no-flexbox [dir=rtl] .k-dropzone-hint, .k-no-flexbox [dir=rtl] .k-upload-files .k-upload-status, .k-no-flexbox [dir=rtl] .k-upload-status-total {
	right: auto;
	left: 8px
}
.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, .k-no-flexbox .k-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 [dir=rtl] .k-multiple-files-wrapper {
	margin-left: calc(3.4285714286em + 26px);
	margin-right: 40px
}
.k-upload {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-upload .k-dropzone {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-upload .k-dropzone.k-dropzone-hover, .k-upload .k-dropzone.k-dropzone-hovered {
	background-color: #f0f0f0
}
.k-upload .k-dropzone .k-dropzone-hint {
	color: #666
}
.k-upload .k-file, .k-upload .k-upload-files {
	border-color: rgba(0,0,0,.08)
}
.k-upload .k-file.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-upload .k-file .k-upload-action.k-state-focused {
	box-shadow: 0 0 0 2px rgba(0,0,0,.13)
}
.k-upload .k-upload-status {
	color: #666
}
.k-upload .k-file-progress .k-file-name {
	color: #424242
}
.k-upload .k-file-progress .k-progress {
	background-color: #0058e9
}
.k-upload .k-file-success .k-progress {
	background-color: #37b400
}
.k-upload .k-file-error .k-file-validation-message, .k-upload .k-file-invalid .k-file-validation-message {
	color: #f31700
}
.k-upload .k-file-error .k-progress, .k-upload .k-file-invalid .k-progress {
	background-color: #f31700
}
.k-upload .k-file-extension-wrapper, .k-upload .k-file-group-wrapper, .k-upload .k-file-invalid-extension-wrapper, .k-upload .k-file-invalid-group-wrapper, .k-upload .k-multiple-files-extension-wrapper, .k-upload .k-multiple-files-group-wrapper, .k-upload .k-multiple-files-invalid-extension-wrapper, .k-upload .k-multiple-files-invalid-group-wrapper {
	color: #666;
	border-color: #666
}
.k-upload .k-file-error .k-file-extension-wrapper, .k-upload .k-file-error .k-file-group-wrapper, .k-upload .k-file-invalid-extension-wrapper, .k-upload .k-file-invalid-group-wrapper, .k-upload .k-multiple-files-invalid-extension-wrapper, .k-upload .k-multiple-files-invalid-group-wrapper {
	border-color: #666
}
.k-upload .k-file-error .k-file-extension-wrapper::before, .k-upload .k-file-extension-wrapper::before, .k-upload .k-file-invalid-extension-wrapper::before, .k-upload .k-multiple-files-extension-wrapper::before, .k-upload .k-multiple-files-invalid-extension-wrapper::before {
	background-color: #fff;
	border-color: transparent transparent #666 #666
}
.k-upload .k-multiple-files-extension-wrapper::after, .k-upload .k-multiple-files-invalid-extension-wrapper::after {
	border-top-color: #666;
	border-left-color: #666
}
.k-upload .k-file-information, .k-upload .k-file-size, .k-upload .k-file-validation-message {
	color: #666
}
.k-upload .k-multiple-files-wrapper .k-file-information {
	color: #424242
}
.k-upload.k-state-invalid, .k-upload.ng-invalid.ng-dirty, .k-upload.ng-invalid.ng-touched {
	border-color: rgba(243,23,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: transparent
}
.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-bottom, .k-listbox.k-listbox-toolbar-top {
	-ms-flex-direction: column;
	flex-direction: column
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul {
	-ms-flex-direction: row;
	flex-direction: row
}
.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li+li, .k-listbox.k-listbox-toolbar-top .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-listbox[dir=rtl].k-listbox-toolbar-left .k-listbox-toolbar, .k-listbox[dir=rtl].k-listbox-toolbar-right .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.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-listbox[dir=rtl].k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.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-listbox[dir=rtl].k-listbox-toolbar-right .k-listbox-toolbar, .k-rtl .k-listbox.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,.08);
	color: #424242;
	background-color: #fff
}
.k-listbox .k-drop-hint {
	border-top-color: #ff6358
}
.k-rating {
	margin: 0;
	padding: 0;
	border-width: 0;
	box-sizing: border-box;
	outline: 0;
	background: 0 0;
	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: transparent
}
.k-rating.k-state-readonly {
	pointer-events: none
}
.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 .2s 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-complement, .k-rating-container .k-rating-item .k-rating-precision-part {
	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-container, .k-ie9 .k-rating-item, .k-ie9 .k-rating-label {
	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: #424242
}
.k-rating.k-state-focused .k-rating-item>.k-icon, .k-rating:focus .k-rating-item>.k-icon {
	text-shadow: 0 2px 4px rgba(0,0,0,.1)
}
.k-rating.k-state-focused .k-rating-item.k-state-selected>.k-icon, .k-rating:focus .k-rating-item.k-state-selected>.k-icon {
	text-shadow: 0 2px 4px rgba(0,0,0,.1)
}
.k-rating-item {
	color: #666
}
.k-rating-item.k-state-selected {
	color: #ff6358
}
.k-rating-item.k-state-selected.k-state-focused, .k-rating-item.k-state-selected:focus {
	color: #ff6358
}
.k-rating-item.k-state-hover, .k-rating-item:hover {
	color: #ff6358;
	cursor: pointer
}
.k-appbar {
	background-clip: padding-box;
	padding: 8px 16px;
	border-width: 0;
	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: transparent
}
.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: 0 1px 1px rgba(0,0,0,.16)
}
.k-appbar-bottom {
	box-shadow: 0 -1px 1px rgba(0,0,0,.16)
}
.k-appbar-primary {
	color: #fff;
	background-color: #ff6358
}
.k-appbar-secondary {
	color: #fff;
	background-color: #666
}
.k-appbar-tertiary {
	color: #fff;
	background-color: #03a9f4
}
.k-appbar-info {
	color: #fff;
	background-color: #0058e9
}
.k-appbar-success {
	color: #fff;
	background-color: #37b400
}
.k-appbar-warning {
	color: #000;
	background-color: #ffc000
}
.k-appbar-error {
	color: #fff;
	background-color: #f31700
}
.k-appbar-dark {
	color: #fff;
	background-color: #424242
}
.k-appbar-light {
	color: #000;
	background-color: #ebebeb
}
.k-appbar-inverse {
	color: #fff;
	background-color: #424242
}
.k-menu {
	background-clip: padding-box;
	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-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.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: 0
}
.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: 0
}
.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,.08);
	display: block
}
.k-menu-popup {
	border-width: 1px;
	border-style: solid;
	overflow: auto;
	max-height: 80vh
}
.k-menu-group {
	margin: 0;
	padding: 0 0;
	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: 0
}
.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,.08);
	display: block
}
.k-popups-wrapper {
	position: relative;
	border: 0;
	margin: 0;
	padding: 0
}
.k-context-menu {
	margin: 0;
	padding: 0 0;
	border-width: 1px;
	border-style: solid
}
.k-context-menu.k-menu-horizontal {
	padding: 0 0
}
.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-context-menu, .k-context-menu-popup>.k-popup:not(.k-menu-popup) {
	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: 0;
	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: #424242;
	background-color: transparent
}
.k-menu:not(.k-context-menu)>.k-item {
	color: #ff6358
}
.k-menu:not(.k-context-menu)>.k-item.k-state-hover, .k-menu:not(.k-context-menu)>.k-item:hover {
	color: #d6534a
}
.k-menu:not(.k-context-menu)>.k-item>.k-state-active {
	color: #424242
}
.k-menu:not(.k-context-menu)>.k-item.k-state-focused, .k-menu:not(.k-context-menu)>.k-item:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-menu-group, .k-menu.k-context-menu {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-menu-group .k-item.k-state-hover, .k-menu-group .k-item:hover, .k-menu.k-context-menu .k-item.k-state-hover, .k-menu.k-context-menu .k-item:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-menu-group .k-item>.k-state-active, .k-menu.k-context-menu .k-item>.k-state-active {
	color: #fff;
	background-color: #ff6358
}
.k-menu-group .k-item.k-state-focused, .k-menu-group .k-item:focus, .k-menu.k-context-menu .k-item.k-state-focused, .k-menu.k-context-menu .k-item:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-menu-scroll-button {
	border-color: rgba(0,0,0,.08);
	color: #ff6358;
	background-color: #fff
}
.k-menu-scroll-button:hover {
	color: #d6534a
}
.k-menu-scroll-button:hover::before {
	opacity: 0
}
.k-window {
	background-clip: padding-box;
	border-radius: 0;
	padding: 0;
	border-width: 0;
	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: transparent
}
.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: 0;
	border-top-right-radius: 0;
	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-prompt-container, .k-window-content {
	padding: 16px 16px;
	border-width: 0;
	border-color: inherit;
	color: inherit;
	background: 0 0;
	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: 0;
	border-bottom-left-radius: 0;
	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-prompt-container>.k-textarea, .k-prompt-container>.k-textbox {
	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,.08);
	color: #424242;
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.06)
}
.k-window.k-state-focused, .k-window:focus {
	box-shadow: 1px 1px 7px 1px rgba(0,0,0,.3)
}
.k-window-titlebar {
	border-color: inherit;
	color: #424242;
	background-color: #fafafa
}
.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-dropdowntree, .k-dialog .k-multiselect {
	width: 100%
}
.k-dialog-close {
	-ms-flex-item-align: end;
	align-self: flex-end
}
.k-dialog-buttongroup {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	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-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	overflow: hidden
}
.k-dialog-buttongroup .k-button {
	width: auto!important;
	max-width: 100%
}
.k-ie .k-dialog-buttongroup .k-button~.k-button {
	margin-left: 8px
}
.k-rtl .k-ie .k-dialog-buttongroup .k-button~.k-button, [dir=rtl] .k-ie .k-dialog-buttongroup .k-button~.k-button {
	margin-left: 0;
	margin-right: 8px
}
.k-dialog-titlebar {
	border-color: inherit;
	color: #fff;
	background-color: #ff6358
}
.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-wrapper, kendo-drawer.k-drawer {
	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 .3s ease-in-out;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.k-drawer-expanded .k-drawer.k-drawer-start, .k-drawer-left.k-drawer-expanded .k-drawer, .k-drawer-left.k-drawer-mini .k-drawer, .k-drawer-mini .k-drawer.k-drawer-start {
	border-right-width: 1px
}
.k-drawer-expanded .k-drawer.k-drawer-end, .k-drawer-mini .k-drawer.k-drawer-end, .k-drawer-right.k-drawer-expanded .k-drawer, .k-drawer-right.k-drawer-mini .k-drawer {
	border-left-width: 1px
}
.k-drawer-left .k-drawer, .k-drawer.k-drawer-start {
	top: 0;
	left: 0
}
.k-drawer-right .k-drawer, .k-drawer.k-drawer-end {
	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 .3s 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-icon.k-i-none {
	margin: 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-expanded .k-drawer-start, .k-rtl .k-drawer-mini .k-drawer-start, .k-rtl.k-drawer-expanded .k-drawer-start, .k-rtl.k-drawer-mini .k-drawer-start, [dir=rtl] .k-drawer-expanded .k-drawer-start, [dir=rtl] .k-drawer-mini .k-drawer-start, [dir=rtl].k-drawer-expanded .k-drawer-start, [dir=rtl].k-drawer-mini .k-drawer-start {
	border-left-width: 1px;
	border-right-width: 0
}
.k-rtl .k-drawer-mini .k-drawer-end, .k-rtl.k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end, .k-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, [dir=rtl].k-drawer-mini .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,.08);
	color: #424242;
	background-color: #fff
}
.k-drawer-wrapper {
	scrollbar-color: rgba(156,156,156,.7) #dedede
}
.k-drawer-wrapper::-webkit-scrollbar-track {
background:#dedede
}
.k-drawer-wrapper::-webkit-scrollbar-thumb {
background:rgba(156,156,156,.7)
}
.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
background:#9c9c9c
}
.k-drawer-item.k-state-hover, .k-drawer-item:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-drawer-item.k-state-focused, .k-drawer-item:focus {
	background-color: #fff;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-drawer-item.k-state-focused.k-state-hover, .k-drawer-item.k-state-focused:hover, .k-drawer-item:focus.k-state-hover, .k-drawer-item:focus:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-drawer-item.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-drawer-item.k-state-selected.k-state-hover, .k-drawer-item.k-state-selected:hover {
	color: #fff;
	background-color: #f55f54
}
.k-drawer-separator {
	background-color: rgba(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: 2px;
	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: transparent
}
.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,.08);
	color: #424242;
	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,.03), 0 4px 5px 0 rgba(0,0,0,.04)
}
.k-notification-primary {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-notification-secondary {
	border-color: #666;
	color: #fff;
	background-color: #666
}
.k-notification-tertiary {
	border-color: #03a9f4;
	color: #fff;
	background-color: #03a9f4
}
.k-notification-info {
	border-color: #0058e9;
	color: #fff;
	background-color: #0058e9
}
.k-notification-success {
	border-color: #37b400;
	color: #fff;
	background-color: #37b400
}
.k-notification-warning {
	border-color: #ffc000;
	color: #000;
	background-color: #ffc000
}
.k-notification-error {
	border-color: #f31700;
	color: #fff;
	background-color: #f31700
}
.k-notification-dark {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.k-notification-light {
	border-color: #ebebeb;
	color: #000;
	background-color: #ebebeb
}
.k-notification-inverse {
	border-color: #424242;
	color: #fff;
	background-color: #424242
}
.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-actionsheet-container {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden
}
.k-actionsheet {
	width: 360px;
	max-width: 100%;
	max-height: 50vh;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4285714286;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: 10002
}
.k-actionsheet-header {
	padding: 8px 16px;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	box-sizing: border-box
}
.k-actionsheet-items {
	margin: 0;
	padding: 0;
	list-style: none
}
.k-actionsheet-item {
	padding: 0;
	box-sizing: border-box
}
.k-actionsheet-action {
	margin: 0;
	padding: 8px 16px;
	min-height: 40px;
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px
}
.k-actionsheet-item-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.k-actionsheet-item-description {
	font-size: .875em;
	opacity: .75
}
.k-actionsheet>.k-hr {
	margin: 0;
	border-color: inherit
}
.k-actionsheet-top {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-width: 0;
	border-top-width: 0;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.k-actionsheet-bottom {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-width: 0;
	border-bottom-width: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.k-actionsheet-left {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 0;
	border-left-width: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}
.k-actionsheet-right {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-width: 0;
	border-right-width: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%)
}
.k-animation-container>.k-actionsheet {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.k-actionsheet {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff;
	box-shadow: 0 8px 10px -5px rgba(0,0,0,.2), 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12)
}
.k-actionsheet-action.k-state-hover, .k-actionsheet-action:hover {
	background-color: #f0f0f0
}
.k-actionsheet-action.k-state-focus, .k-actionsheet-action:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-breadcrumb {
	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: row;
	flex-direction: row;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.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: 2px;
	padding: 6px 8px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	outline: 0;
	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 .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}
.k-breadcrumb-root-link {
	margin-right: 8px
}
.k-breadcrumb-icontext-link .k-icon, .k-breadcrumb-link>.k-image {
	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-icontext-link .k-icon, .k-breadcrumb[dir=rtl] .k-breadcrumb-link>.k-image, .k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon, .k-rtl .k-breadcrumb .k-breadcrumb-link>.k-image {
	margin-right: 0;
	margin-left: 4px
}
.k-breadcrumb {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-breadcrumb.k-state-focused, .k-breadcrumb:focus {
	box-shadow: 0 0 2px 1px rgba(0,0,0,.06)
}
.k-breadcrumb-link {
	color: #ff6358
}
.k-breadcrumb-link.k-state-hover, .k-breadcrumb-link:hover {
	color: #d6534a;
	background-color: #fafafa
}
.k-breadcrumb-link.k-state-focused, .k-breadcrumb-link:focus {
	color: #ff6358;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-breadcrumb-root-link.k-state-hover, .k-breadcrumb-root-link:hover {
	background-color: #fafafa
}
.k-breadcrumb-root-link.k-state-focused, .k-breadcrumb-root-link:focus {
	box-shadow: inset 0 0 0 2px rgba(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: transparent
}
.k-pager-wrap .k-link {
	text-decoration: none;
	outline: 0;
	font: inherit;
	background-color: inherit
}
.k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link: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-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-e, .k-pager-wrap[dir=rtl] .k-i-arrow-end-left, .k-pager-wrap[dir=rtl] .k-i-arrow-end-right, .k-pager-wrap[dir=rtl] .k-i-arrow-w, .k-pager-wrap[dir=rtl] .k-i-seek-e, .k-pager-wrap[dir=rtl] .k-i-seek-w, .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-e, .k-rtl .k-pager-wrap .k-i-arrow-end-left, .k-rtl .k-pager-wrap .k-i-arrow-end-right, .k-rtl .k-pager-wrap .k-i-arrow-w, .k-rtl .k-pager-wrap .k-i-seek-e, .k-rtl .k-pager-wrap .k-i-seek-w, [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-e, [dir=rtl] .k-pager-wrap .k-i-arrow-end-left, [dir=rtl] .k-pager-wrap .k-i-arrow-end-right, [dir=rtl] .k-pager-wrap .k-i-arrow-w, [dir=rtl] .k-pager-wrap .k-i-seek-e, [dir=rtl] .k-pager-wrap .k-i-seek-w {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}
.k-pager-info, .k-pager-input, .k-pager-sizes {
	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-pager-numbers .k-state-disabled.k-link, .k-state-disabled.k-pager-nav, .k-state-disabled.k-pager-refresh {
	color: inherit
}
.k-pager-nav {
	padding: 4px 4px;
	border-width: 0;
	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: 0;
	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-pager-sm[dir=rtl] .k-pager-numbers-wrap, .k-rtl .k-pager-sm .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-numbers, .k-pager-sm .k-pager-sizes/*{display:none}*/.k-pager-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.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: #424242;
	background-color: #f0f0f0
}
.k-state-selected.k-pager-nav.k-link, .k-state-selected.k-pager-refresh {
	color: #fff;
	background-color: #ff6358
}
.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: transparent;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-pager-numbers .k-link {
	color: #ff6358
}
.k-pager-numbers .k-link.k-state-hover, .k-pager-numbers .k-link:hover {
	color: #ff6358;
	background-color: rgba(255,99,88,.08)
}
.k-pager-numbers .k-link.k-state-focus, .k-pager-numbers .k-link:focus {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(255,99,88,.12)
}
.k-pager-numbers .k-link.k-state-selected {
	color: #ff6358;
	background-color: rgba(255,99,88,.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,.08);
	color: #424242;
	background-color: #f5f5f5
}
.k-pager-md .k-pager-numbers .k-current-page .k-link.k-state-hover, .k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover, .k-pager-sm .k-pager-numbers .k-current-page .k-link:hover {
	background-color: #ebebeb
}
.k-pager-md .k-pager-numbers.k-state-expanded, .k-pager-sm .k-pager-numbers.k-state-expanded {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.03), 0 4px 5px 0 rgba(0,0,0,.04)
}
.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-hover, .k-pager-md .k-pager-numbers.k-state-expanded .k-link:hover, .k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-hover, .k-pager-sm .k-pager-numbers.k-state-expanded .k-link:hover {
	color: #424242;
	background-color: #f0f0f0
}
.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: #ff6358
}
.k-panelbar {
	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: transparent
}
.k-panelbar>.k-item, .k-panelbar>.k-panelbar-header {
	background-clip: padding-box;
	border-width: 0;
	border-style: solid;
	border-color: inherit;
	display: block
}
.k-panelbar>.k-item .k-ie11, .k-panelbar>.k-panelbar-header .k-ie11 {
	background-clip: border-box
}
.k-panelbar>.k-item>.k-link, .k-panelbar>.k-panelbar-header>.k-link {
	padding: 12px 16px;
	color: inherit;
	background: 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	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 .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}
.k-panelbar>.k-item+.k-item, .k-panelbar>.k-panelbar-header+.k-panelbar-header {
	border-top-width: 1px
}
.k-panelbar .k-group, .k-panelbar .k-panelbar-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, .k-panelbar .k-panelbar-group>.k-panelbar-item {
	display: block
}
.k-panelbar .k-group>.k-item>.k-link, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link {
	padding: 8px 16px;
	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 .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}
.k-panelbar .k-group>.k-item.k-level-1 .k-link, .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-1 .k-link {
	padding-left: 16px
}
.k-panelbar .k-group>.k-item.k-level-2 .k-link, .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-2 .k-link {
	padding-left: 32px
}
.k-panelbar .k-group>.k-item.k-level-3 .k-link, .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-3 .k-link {
	padding-left: 48px
}
.k-panelbar .k-group>.k-item.k-level-4 .k-link, .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-4 .k-link {
	padding-left: 64px
}
.k-panelbar .k-content, .k-panelbar .k-panelbar-content {
	display: flow-root
}
.k-panelbar .k-panelbar-collapse, .k-panelbar .k-panelbar-expand, .k-panelbar .k-panelbar-toggle {
	-webkit-margin-start: auto;
	margin-inline-start: auto
}
.k-panelbar .k-group .k-panelbar-collapse, .k-panelbar .k-group .k-panelbar-expand, .k-panelbar .k-panelbar-group .k-panelbar-toggle {
	-webkit-margin-end: 0;
	margin-inline-end: 0
}
.k-panelbar.k-rtl .k-group>.k-item.k-level-1 .k-link, .k-panelbar.k-rtl .k-panelbar-group>.k-panelbar-item.k-level-1 .k-link, .k-panelbar[dir=rtl] .k-group>.k-item.k-level-1 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group>.k-panelbar-item.k-level-1 .k-link, .k-rtl .k-panelbar .k-group>.k-item.k-level-1 .k-link, .k-rtl .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-1 .k-link {
	padding-left: 16px;
	padding-right: 16px
}
.k-panelbar.k-rtl .k-group>.k-item.k-level-2 .k-link, .k-panelbar.k-rtl .k-panelbar-group>.k-panelbar-item.k-level-2 .k-link, .k-panelbar[dir=rtl] .k-group>.k-item.k-level-2 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group>.k-panelbar-item.k-level-2 .k-link, .k-rtl .k-panelbar .k-group>.k-item.k-level-2 .k-link, .k-rtl .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-2 .k-link {
	padding-left: 16px;
	padding-right: 32px
}
.k-panelbar.k-rtl .k-group>.k-item.k-level-3 .k-link, .k-panelbar.k-rtl .k-panelbar-group>.k-panelbar-item.k-level-3 .k-link, .k-panelbar[dir=rtl] .k-group>.k-item.k-level-3 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group>.k-panelbar-item.k-level-3 .k-link, .k-rtl .k-panelbar .k-group>.k-item.k-level-3 .k-link, .k-rtl .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-3 .k-link {
	padding-left: 16px;
	padding-right: 48px
}
.k-panelbar.k-rtl .k-group>.k-item.k-level-4 .k-link, .k-panelbar.k-rtl .k-panelbar-group>.k-panelbar-item.k-level-4 .k-link, .k-panelbar[dir=rtl] .k-group>.k-item.k-level-4 .k-link, .k-panelbar[dir=rtl] .k-panelbar-group>.k-panelbar-item.k-level-4 .k-link, .k-rtl .k-panelbar .k-group>.k-item.k-level-4 .k-link, .k-rtl .k-panelbar .k-panelbar-group>.k-panelbar-item.k-level-4 .k-link {
	padding-left: 16px;
	padding-right: 64px
}
.k-no-flexbox .k-panelbar .k-group>.k-link, .k-no-flexbox .k-panelbar>.k-item>.k-link {
	display: block
}
.k-no-flexbox .k-panelbar .k-link>.k-icon, .k-no-flexbox .k-panelbar .k-link>.k-image, .k-no-flexbox .k-panelbar .k-link>.k-sprite {
	margin-right: 4px
}
.k-no-flexbox .k-panelbar .k-panelbar-collapse, .k-no-flexbox .k-panelbar .k-panelbar-expand {
	margin: 0!important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 16px
}
.k-no-flexbox .k-panelbar[dir=rtl] .k-link>.k-icon, .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-rtl .k-panelbar .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 {
	margin-left: 4px;
	margin-right: 0
}
.k-no-flexbox .k-panelbar[dir=rtl] .k-panelbar-collapse, .k-no-flexbox .k-panelbar[dir=rtl] .k-panelbar-expand, .k-no-flexbox .k-rtl .k-panelbar .k-panelbar-collapse, .k-no-flexbox .k-rtl .k-panelbar .k-panelbar-expand {
	right: auto;
	left: 16px
}
.k-panelbar {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-panelbar>.k-item>.k-link, .k-panelbar>.k-panelbar-header>.k-link {
	color: #ff6358;
	background-color: #fff
}
.k-panelbar>.k-item>.k-link .k-icon, .k-panelbar>.k-item>.k-link .k-panelbar-item-icon, .k-panelbar>.k-panelbar-header>.k-link .k-icon, .k-panelbar>.k-panelbar-header>.k-link .k-panelbar-item-icon {
	color: #424242
}
.k-panelbar>.k-item>.k-link.k-state-hover, .k-panelbar>.k-item>.k-link:hover, .k-panelbar>.k-panelbar-header>.k-link.k-state-hover, .k-panelbar>.k-panelbar-header>.k-link:hover {
	background-color: #f5f5f5
}
.k-panelbar>.k-item>.k-link.k-state-selected, .k-panelbar>.k-panelbar-header>.k-link.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-panelbar>.k-item>.k-link.k-state-selected .k-icon, .k-panelbar>.k-item>.k-link.k-state-selected .k-panelbar-item-icon, .k-panelbar>.k-panelbar-header>.k-link.k-state-selected .k-icon, .k-panelbar>.k-panelbar-header>.k-link.k-state-selected .k-panelbar-item-icon {
	color: inherit
}
.k-panelbar>.k-item>.k-link.k-state-selected.k-state-hover, .k-panelbar>.k-item>.k-link.k-state-selected:hover, .k-panelbar>.k-panelbar-header>.k-link.k-state-selected.k-state-hover, .k-panelbar>.k-panelbar-header>.k-link.k-state-selected:hover {
	background-color: #eb5b51
}
.k-panelbar>.k-item>.k-link.k-state-focus, .k-panelbar>.k-item>.k-link.k-state-focused, .k-panelbar>.k-item>.k-link:focus, .k-panelbar>.k-panelbar-header>.k-link.k-state-focus, .k-panelbar>.k-panelbar-header>.k-link.k-state-focused, .k-panelbar>.k-panelbar-header>.k-link:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-panelbar .k-group>.k-item>.k-link.k-state-hover, .k-panelbar .k-group>.k-item>.k-link:hover, .k-panelbar .k-group>.k-panelbar-item>.k-link.k-state-hover, .k-panelbar .k-group>.k-panelbar-item>.k-link:hover, .k-panelbar .k-panelbar-group>.k-item>.k-link.k-state-hover, .k-panelbar .k-panelbar-group>.k-item>.k-link:hover, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-state-hover, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link:hover {
	background-color: #f5f5f5
}
.k-panelbar .k-group>.k-item>.k-link.k-state-selected, .k-panelbar .k-group>.k-panelbar-item>.k-link.k-state-selected, .k-panelbar .k-panelbar-group>.k-item>.k-link.k-state-selected, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-panelbar .k-group>.k-item>.k-link.k-state-selected.k-state-hover, .k-panelbar .k-group>.k-item>.k-link.k-state-selected:hover, .k-panelbar .k-group>.k-panelbar-item>.k-link.k-state-selected.k-state-hover, .k-panelbar .k-group>.k-panelbar-item>.k-link.k-state-selected:hover, .k-panelbar .k-panelbar-group>.k-item>.k-link.k-state-selected.k-state-hover, .k-panelbar .k-panelbar-group>.k-item>.k-link.k-state-selected:hover, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-state-selected.k-state-hover, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-state-selected:hover {
	background-color: #eb5b51
}
.k-panelbar .k-group>.k-item>.k-link.k-state-focus, .k-panelbar .k-group>.k-item>.k-link.k-state-focused, .k-panelbar .k-group>.k-item>.k-link:focus, .k-panelbar .k-group>.k-panelbar-item>.k-link.k-state-focus, .k-panelbar .k-group>.k-panelbar-item>.k-link.k-state-focused, .k-panelbar .k-group>.k-panelbar-item>.k-link:focus, .k-panelbar .k-panelbar-group>.k-item>.k-link.k-state-focus, .k-panelbar .k-panelbar-group>.k-item>.k-link.k-state-focused, .k-panelbar .k-panelbar-group>.k-item>.k-link:focus, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-state-focus, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link.k-state-focused, .k-panelbar .k-panelbar-group>.k-panelbar-item>.k-link:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-stepper {
	border-width: 0;
	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: transparent;
	color: inherit;
	background: 0 0
}
.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: 0;
	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: 700
}
.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 .3s cubic-bezier(.4, 0, .2, 1) 0s
}
.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: #424242
}
.k-stepper .k-step.k-step-hover .k-step-label, .k-stepper .k-step:hover .k-step-label {
	color: #373737
}
.k-stepper .k-step.k-step-hover .k-step-indicator, .k-stepper .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: #8f8f8f
}
.k-stepper .k-step-indicator {
	border-color: #ccc;
	color: #424242;
	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,.08);
	color: #424242;
	background-color: #fff
}
.k-stepper .k-step-done .k-step-indicator {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-stepper .k-step-done.k-step-hover .k-step-indicator, .k-stepper .k-step-done:hover .k-step-indicator {
	background-color: #eb5b51
}
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
	border-color: #ffa19b;
	color: #fff;
	background-color: #ffa19b
}
.k-stepper .k-step-current .k-step-indicator {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-stepper .k-step-current.k-step-hover .k-step-indicator, .k-stepper .k-step-current:hover .k-step-indicator {
	background-color: #eb5b51
}
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
	border-color: #ffa19b;
	color: #fff;
	background-color: #ffa19b
}
.k-stepper .k-step-success .k-step-label .k-icon {
	color: #37b400
}
.k-stepper .k-step-error .k-step-label {
	color: #f31700
}
.k-stepper .k-step-error .k-step-label {
	color: #f31700
}
.k-stepper .k-step-error.k-step-hover .k-step-label, .k-stepper .k-step-error:hover .k-step-label {
	color: #f31700
}
.k-stepper .k-step-disabled .k-step-label {
	color: #8f8f8f
}
.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,.08)
}
.k-stepper .k-step-label-optional {
	color: #666
}
.k-wizard {
	padding: 20px 20px;
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	font-size: 14px;
	line-height: 1.4285714286;
	font-family: inherit;
	position: relative;
	color: inherit;
	background: 0 0;
	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.k-state-focused, .k-wizard .k-wizard-step:focus {
	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-content, .k-wizard-horizontal .k-wizard-steps {
	-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.k-state-focused, .k-wizard-step:focus {
	outline-color: #656565
}
.k-ie .k-wizard-step.k-state-focused, .k-ie .k-wizard-step:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13);
	outline: 0
}
.k-tabstrip-wrapper {
	padding: 0 0;
	border-width: 0;
	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: transparent
}
.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-link[data-type=remove], .k-tabstrip-items .k-remove-tab-link {
	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.k-state-focused, .k-tabstrip-content:focus, .k-tabstrip>.k-content.k-state-focused, .k-tabstrip>.k-content:focus {
	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: 0 0;
	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-next, .k-ie11 .k-tabstrip.k-tabstrip-scrollable>.k-tabstrip-prev {
	top: 0
}
.k-tabstrip-top>.k-tabstrip-items {
	border-bottom-width: 1px
}
.k-tabstrip-top>.k-tabstrip-items .k-item {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-bottom: -1px
}
.k-tabstrip-top>.k-tabstrip-items .k-item+.k-item {
	margin-left: 0
}
.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: 2px;
	border-bottom-left-radius: 2px;
	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: 2px;
	border-bottom-left-radius: 2px;
	margin-top: -1px
}
.k-tabstrip-bottom>.k-tabstrip-items .k-item+.k-item {
	margin-left: 0
}
.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: 2px;
	border-top-right-radius: 2px;
	border-bottom-width: 0
}
.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next, .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev {
	bottom: 0
}
.k-ie11 .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next, .k-ie11 .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev {
	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: 2px;
	border-bottom-left-radius: 2px;
	margin-right: -1px
}
.k-tabstrip-left>.k-tabstrip-items .k-item+.k-item {
	margin-top: 0
}
.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: 2px;
	border-bottom-right-radius: 2px;
	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: 2px;
	border-bottom-right-radius: 2px;
	margin-left: -1px
}
.k-tabstrip-right>.k-tabstrip-items .k-item+.k-item {
	margin-top: 0
}
.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: 2px;
	border-bottom-left-radius: 2px;
	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,.08);
	color: #424242
}
.k-tabstrip-items .k-item {
	color: #ff6358
}
.k-tabstrip-items .k-item.k-state-hover, .k-tabstrip-items .k-item:hover {
	color: #d6534a
}
.k-tabstrip-items .k-item.k-state-active, .k-tabstrip-items .k-item.k-state-selected {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-tabstrip-items .k-item.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-tabstrip>.k-content {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-tabstrip>.k-content.k-state-focused, .k-tabstrip>.k-content:focus {
	outline-color: #424242
}
.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: transparent
}
.k-expander .k-ie11 {
	background-clip: border-box
}
.k-expander.k-rtl .k-expander-indicator, .k-expander[dir=rtl] .k-expander-indicator, .k-rtl .k-expander .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,.08);
	color: #424242;
	background-color: #fff
}
.k-expander.k-state-focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-expander-header {
	color: #424242;
	background-color: transparent;
	outline: 0
}
.k-expander-header.k-state-hover, .k-expander-header:hover {
	background-color: rgba(0,0,0,.04)
}
.k-expander-header.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-expander-title {
	color: #ff6358
}
.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: 0;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.k-bottom-nav .k-ie11 {
	background-clip: border-box
}
.k-bottom-nav-border {
	border-width: 1px 0 0 0
}
.k-bottom-nav-shadow {
	box-shadow: 0 0 5px rgba(0,0,0,.12)
}
.k-bottom-nav-item {
	padding: 0 8px;
	min-width: 72px;
	min-height: 48px;
	border-width: 0;
	border-radius: 2px;
	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: 0
}
.k-bottom-nav-item:focus {
	outline: 0
}
.k-bottom-nav-item:hover {
	color: inherit;
	text-decoration: none
}
.k-bottom-nav-item>.k-bottom-nav-link {
	margin: 0 -8px;
	padding: 0 8px;
	width: 100%;
	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;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	outline: 0
}
.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: #ffc8c5;
	background-color: #ff6358
}
.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(255,200,197,.2)
}
.k-bottom-nav-solid.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.k-bottom-nav-solid.k-bottom-nav-secondary {
	color: #c9c9c9;
	background-color: #666
}
.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(201,201,201,.2)
}
.k-bottom-nav-solid.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.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,.2)
}
.k-bottom-nav-solid.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.k-bottom-nav-solid.k-bottom-nav-info {
	color: #a6c5f7;
	background-color: #0058e9
}
.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(166,197,247,.2)
}
.k-bottom-nav-solid.k-bottom-nav-info .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.k-bottom-nav-solid.k-bottom-nav-success {
	color: #b9e5a6;
	background-color: #37b400
}
.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(185,229,166,.2)
}
.k-bottom-nav-solid.k-bottom-nav-success .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.k-bottom-nav-solid.k-bottom-nav-warning {
	color: #594300;
	background-color: #ffc000
}
.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,67,0,.2)
}
.k-bottom-nav-solid.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected {
	color: #000
}
.k-bottom-nav-solid.k-bottom-nav-error {
	color: #fbaea6;
	background-color: #f31700
}
.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(251,174,166,.2)
}
.k-bottom-nav-solid.k-bottom-nav-error .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.k-bottom-nav-solid.k-bottom-nav-dark {
	color: #bdbdbd;
	background-color: #424242
}
.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(189,189,189,.2)
}
.k-bottom-nav-solid.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected {
	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,.2)
}
.k-bottom-nav-solid.k-bottom-nav-light .k-bottom-nav-item.k-state-selected {
	color: #000
}
.k-bottom-nav-solid.k-bottom-nav-inverse {
	color: #bdbdbd;
	background-color: #424242
}
.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(189,189,189,.2)
}
.k-bottom-nav-solid.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected {
	color: #fff
}
.k-bottom-nav-flat {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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(66,66,66,.05)
}
.k-bottom-nav-flat.k-bottom-nav-primary .k-bottom-nav-item.k-state-selected {
	color: #ff6358
}
.k-bottom-nav-flat.k-bottom-nav-secondary .k-bottom-nav-item.k-state-selected {
	color: #4e4e4e
}
.k-bottom-nav-flat.k-bottom-nav-tertiary .k-bottom-nav-item.k-state-selected {
	color: #03a9f4
}
.k-bottom-nav-flat.k-bottom-nav-info .k-bottom-nav-item.k-state-selected {
	color: #0058e9
}
.k-bottom-nav-flat.k-bottom-nav-success .k-bottom-nav-item.k-state-selected {
	color: #37b400
}
.k-bottom-nav-flat.k-bottom-nav-warning .k-bottom-nav-item.k-state-selected {
	color: #ffc000
}
.k-bottom-nav-flat.k-bottom-nav-error .k-bottom-nav-item.k-state-selected {
	color: #f31700
}
.k-bottom-nav-flat.k-bottom-nav-dark .k-bottom-nav-item.k-state-selected {
	color: #424242
}
.k-bottom-nav-flat.k-bottom-nav-light .k-bottom-nav-item.k-state-selected {
	color: #b3b3b3
}
.k-bottom-nav-flat.k-bottom-nav-inverse .k-bottom-nav-item.k-state-selected {
	color: #424242
}
.k-ie .k-bottom-nav-item {
	background-color: transparent
}
kendo-card, kendo-card-actions, kendo-card-body, kendo-card-footer, kendo-card-header {
	display: block
}
.k-card {
	border-radius: 4px;
	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: transparent
}
.k-card>.k-card-inner {
	border-radius: 3px;
	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-subtitle, .k-card-header .k-card-title {
	margin-bottom: 0
}
.k-card-header .k-card-subtitle+.k-card-subtitle, .k-card-header .k-card-title+.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 .k-avatar, .k-card-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-horizontal>.k-card-separator, .k-card-separator.k-separator-vertical {
	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: 0;
	-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: 4px;
	border-bottom-left-radius: 4px
}
.k-card-group .k-card.k-last {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.k-card-group .k-card.k-only {
	border-radius: 4px
}
.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-vertical, .k-rtl .k-card-horizontal>.k-card-actions-stretched, [dir=rtl] .k-card-horizontal .k-card-actions-vertical, [dir=rtl] .k-card-horizontal>.k-card-actions-stretched {
	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,.08);
	color: #424242;
	background-color: #fff
}
.k-card.k-state-focus, .k-card:focus {
	border-color: rgba(0,0,0,.15);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.06)
}
.k-card-actions {
	border-color: rgba(0,0,0,.08)
}
.k-card-header {
	border-color: rgba(0,0,0,.08);
	color: #424242
}
.k-card-footer {
	border-color: rgba(0,0,0,.08);
	color: #424242
}
.k-card-separator {
	border-color: rgba(0,0,0,.08)
}
.k-card-subtitle {
	color: #666
}
.k-card-primary {
	background-color: #ffe0de;
	color: #85332e;
	border-color: #ffd3d0
}
.k-card-primary .k-card-subtitle {
	color: inherit
}
.k-card-secondary {
	background-color: #e0e0e0;
	color: #353535;
	border-color: #d4d4d4
}
.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: #ccdefb;
	color: #002e79;
	border-color: #b8d0f9
}
.k-card-info .k-card-subtitle {
	color: inherit
}
.k-card-success {
	background-color: #d7f0cc;
	color: #1d5e00;
	border-color: #c7eab8
}
.k-card-success .k-card-subtitle {
	color: inherit
}
.k-card-warning {
	background-color: #fff2cc;
	color: #856400;
	border-color: #ffedb8
}
.k-card-warning .k-card-subtitle {
	color: inherit
}
.k-card-error {
	background-color: #fdd1cc;
	color: #7e0c00;
	border-color: #fcbeb8
}
.k-card-error .k-card-subtitle {
	color: inherit
}
.k-card-dark {
	background-color: #d9d9d9;
	color: #222;
	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: #222;
	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,.06)
}
.k-card-callout {
	border-color: rgba(0,0,0,.08);
	background-color: #fff
}
.k-card.k-state-focus .k-card-callout, .k-card:focus .k-card-callout {
	border-color: rgba(0,0,0,.15)
}
.k-card.k-state-focus .k-card-callout.k-callout-n, .k-card:focus .k-card-callout.k-callout-n {
	box-shadow: 1px -1px 4px 0 rgba(0,0,0,.06)
}
.k-card.k-state-focus .k-card-callout.k-callout-e, .k-card:focus .k-card-callout.k-callout-e {
	box-shadow: 2px -1px 4px 0 rgba(0,0,0,.06)
}
.k-card.k-state-focus .k-card-callout.k-callout-s, .k-card:focus .k-card-callout.k-callout-s {
	box-shadow: 2px -2px 4px 0 rgba(0,0,0,.06)
}
.k-card.k-state-focus .k-card-callout.k-callout-w, .k-card:focus .k-card-callout.k-callout-w {
	box-shadow: 2px -1px 4px 0 rgba(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: transparent
}
.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-flex.k-state-hidden, .k-splitter-flex .k-pane-flex[hidden], .k-splitter-flex .k-pane.k-state-hidden, .k-splitter-flex .k-pane[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,.08);
	color: #424242;
	background-color: #fff
}
.k-splitbar {
	color: #424242;
	background-color: #fafafa
}
.k-splitbar-horizontal-hover, .k-splitbar-vertical-hover, .k-splitbar.k-state-hover, .k-splitbar:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-splitbar.k-state-focus, .k-splitbar.k-state-focused, .k-splitbar:active {
	color: #fff;
	background: #ff6358
}
.k-ghost-splitbar {
	background-color: #f0f0f0
}
.k-tilelayout {
	background-clip: padding-box;
	border-width: 0;
	border-style: solid;
	box-sizing: border-box;
	outline: 0;
	display: grid;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent
}
.k-tilelayout .k-ie11 {
	background-clip: border-box
}
.k-tilelayout .k-card {
	box-shadow: none;
	border-width: 1px
}
.k-layout-item-hint {
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	position: relative
}
.k-layout-item-hint.k-layout-item-hint-resize {
	z-index: 3
}
.k-tilelayout-item-header.k-card-header {
	z-index: 0
}
.k-tilelayout-item-body {
	min-height: 0
}
.k-tilelayout {
	background-color: #fafafa
}
.k-tilelayout-item.k-state-focus, .k-tilelayout-item.k-state-focused, .k-tilelayout-item:focus {
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.06)
}
.k-layout-item-hint {
	border-color: rgba(0,0,0,.08);
	background-color: rgba(255,255,255,.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: transparent
}
.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 tbody, .k-grid tfoot, .k-grid thead {
	text-align: left;
	border-color: inherit
}
.k-grid tr {
	border-color: inherit
}
.k-grid td, .k-grid th {
	padding: 8px 12px;
	border-style: solid;
	border-color: inherit;
	outline: 0;
	font-weight: inherit;
	text-align: inherit;
	overflow: hidden;
	text-overflow: ellipsis
}
.k-grid td:first-child, .k-grid th:first-child {
	border-left-width: 0
}
.k-grid td:focus, .k-grid th:focus {
	outline: 0
}
.k-grid td .k-placeholder-line, .k-grid th .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 0 1px;
	vertical-align: middle
}
.k-grid a {/*color:inherit;*/
	text-decoration: none
}
.k-grid a:hover {
	text-decoration: none
}
.k-grid .k-grid-header-wrap, .k-grid table {
	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-drag-cell, .k-grid .k-hierarchy-cell {
	text-align: center;
	padding: 0;
	overflow: visible
}
.k-grid .k-drag-cell>.k-icon, .k-grid .k-hierarchy-cell>.k-icon {
	padding: 8px 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	outline: 0
}
.k-grid .k-hierarchy-cell+.k-grid-content-sticky {
	border-left-width: 1px
}
.k-grid .k-detail-row .k-detail-cell {
	border-left-width: 0
}
.k-grid[dir=rtl] tbody, .k-grid[dir=rtl] tfoot, .k-grid[dir=rtl] thead, .k-rtl .k-grid tbody, .k-rtl .k-grid tfoot, .k-rtl .k-grid thead {
	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-calendar-header .k-grid[dir=rtl] .k-group-indicator .k-button, .k-calendar-header .k-rtl .k-grid .k-group-indicator .k-button, .k-grid[dir=rtl] .k-group-indicator .k-button-flat, .k-grid[dir=rtl] .k-group-indicator .k-button.k-bare, .k-grid[dir=rtl] .k-group-indicator .k-button.k-flat, .k-grid[dir=rtl] .k-group-indicator .k-calendar-header .k-button, .k-grid[dir=rtl] .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button, .k-rtl .k-grid .k-group-indicator .k-button-flat, .k-rtl .k-grid .k-group-indicator .k-button.k-bare, .k-rtl .k-grid .k-group-indicator .k-button.k-flat, .k-rtl .k-grid .k-group-indicator .k-calendar-header .k-button, .k-rtl .k-grid .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button {
	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-content-sticky, .k-grid[dir=rtl] .k-grid-footer-sticky, .k-grid[dir=rtl] .k-grid-header-sticky, .k-rtl .k-grid .k-grid-content-sticky, .k-rtl .k-grid .k-grid-footer-sticky, .k-rtl .k-grid .k-grid-header-sticky {
	border-left-width: 1px
}
.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-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-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, .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 {
	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-footer, .k-grid[dir=rtl] .k-grid-header, .k-rtl .k-grid .k-grid-footer, .k-rtl .k-grid .k-grid-header {
	padding-left: 17px;
	padding-right: 0
}
.k-grid[dir=rtl] .k-grid-header .k-header, .k-rtl .k-grid .k-grid-header .k-header {
	z-index: 1
}
.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-filterable, .k-grid[dir=rtl] .k-grid-header .k-with-icon, .k-rtl .k-grid .k-grid-header .k-filterable, .k-rtl .k-grid .k-grid-header .k-with-icon {
	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-edit-cell {
	position: static
}
.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 .k-drag-col {
	padding: 0;
	width: 36px
}
.k-grid .k-drag-cell {
	cursor: move
}
.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: 2px;
	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-calendar-header .k-group-indicator .k-button, .k-group-indicator .k-button-flat, .k-group-indicator .k-button.k-bare, .k-group-indicator .k-button.k-flat, .k-group-indicator .k-calendar-header .k-button, .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button, .k-group-indicator .k-link {
	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-calendar-header .k-group-indicator .k-button, .k-group-indicator .k-button-flat, .k-group-indicator .k-button.k-bare, .k-group-indicator .k-button.k-flat, .k-group-indicator .k-calendar-header .k-button, .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button {
	margin-left: 8px;
	margin-right: -2px;
	padding: 0;
	width: auto;
	height: auto;
	opacity: .5
}
.k-calendar-header .k-group-indicator .k-button::after, .k-calendar-header .k-group-indicator .k-button::before, .k-group-indicator .k-button-flat::after, .k-group-indicator .k-button-flat::before, .k-group-indicator .k-button.k-bare::after, .k-group-indicator .k-button.k-bare::before, .k-group-indicator .k-button.k-flat::after, .k-group-indicator .k-button.k-flat::before, .k-group-indicator .k-calendar-header .k-button::after, .k-group-indicator .k-calendar-header .k-button::before, .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button::after, .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button::before {
	display: none
}
.k-calendar-header .k-group-indicator .k-button:hover, .k-group-indicator .k-button-flat:hover, .k-group-indicator .k-button.k-bare:hover, .k-group-indicator .k-button.k-flat:hover, .k-group-indicator .k-calendar-header .k-button:hover, .k-group-indicator .k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal)>.k-button: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::after, .k-grouping-dropclue::before {
	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-footer-wrap, .k-grid-header-wrap {
	width: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit;
	position: relative;
	overflow: hidden
}
.k-grid-footer-wrap, .k-grid-header-wrap.k-auto-scrollable {
	margin-right: -18px
}
.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-footer, .k-grid-header {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 17px;
	border-width: 0;
	border-style: solid;
	border-color: inherit
}
.k-grid-footer table, .k-grid-header table {
	table-layout: fixed
}
div.k-grid-footer, div.k-grid-header {
	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-edge .k-grid-header .k-header>.k-link, .k-ie .k-grid-header .k-header>.k-link {
	margin: 0;
	padding: 0
}
.k-grid-header .k-filterable, .k-grid-header .k-with-icon {
	padding-right: calc(1.4285714286em + 14px)
}
.k-edge .k-grid-header .k-filterable, .k-edge .k-grid-header .k-with-icon, .k-ie .k-grid-header .k-filterable, .k-ie .k-grid-header .k-with-icon {
	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-edge .k-grid-header .k-grid-filter, .k-edge .k-grid-header .k-header-column-menu, .k-ie .k-grid-header .k-grid-filter, .k-ie .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-asc-sm, .k-grid-header .k-header>.k-link>.k-icon.k-i-sort-desc-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: 700
}
.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-dropdowntree, .k-filter-row .k-multiselect {
	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 .k-filtercell-wrapper, .k-filtercell>span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.k-filtercell .k-filtercell-wrapper>label, .k-filtercell>span>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-filtercell-wrapper>.k-textbox, .k-filtercell .k-widget:not(.k-dropdown-operator) {
	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-button, .k-grid-edit-row .k-textbox, .k-grid-edit-row .k-widget {
	height: auto
}
.k-grid-edit-row .k-edit-cell {
	padding-top: 0;
	padding-bottom: 0
}
.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-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) {
	width: calc(100% + 18px)
}
.k-command-cell>.k-button, .k-edit-cell>.k-textbox, .k-edit-cell>.k-widget, .k-grid-edit-row td>.k-textbox, .k-grid-edit-row td>.k-widget {
	vertical-align: middle
}
.k-grid .k-command-cell, .k-grid .k-edit-cell, .k-grid .k-grid-edit-row td:not(.k-hierarchy-cell) {
	padding: 3px 12px
}
.k-command-cell>.k-button {
	margin-left: .16em;
	margin-right: .16em
}
.k-grid-header .k-resize-handle, .k-grid>.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.k-rtl .k-grid-content .k-grid-table, .k-grid-virtual[dir=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-content-sticky, .k-grid-footer-sticky, .k-grid-header .k-filter-row .k-grid-header-sticky, .k-grid-header .k-header.k-grid-header-sticky, .k-grid-row-sticky {
	position: sticky;
	z-index: 2
}
.k-grid-content-sticky.k-edit-cell, .k-grid-footer-sticky.k-edit-cell, .k-grid-header .k-filter-row .k-grid-header-sticky.k-edit-cell, .k-grid-header .k-header.k-grid-header-sticky.k-edit-cell, .k-grid-row-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 {
	z-index: 2
}
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-content-locked tr .k-grid-content-sticky:last-child, kendo-grid .k-grid-header-locked th.k-grid-header-sticky:last-child {
	border-right: 0
}
kendo-grid .k-grid-header .k-grid-column-menu {
	z-index: 5
}
.k-grid-content-sticky.k-grid-row-sticky {
	z-index: 3
}
.k-grid .k-grid-content-sticky, .k-grid .k-grid-footer-sticky, .k-grid .k-grid-header-sticky {
	border-right-width: 1px
}
.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, .k-grid .k-grid-header-sticky:not([style*="display: none"])+td, .k-grid .k-grid-header-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-asc-sm, .k-cell-inner>.k-link>.k-icon.k-i-sort-desc-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-content, .k-pdf-export-shadow .k-grid-header-locked+.k-grid-footer-wrap, .k-pdf-export-shadow .k-grid-header-locked+.k-grid-header-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-filter-menu-container, .k-grid-filter-popup.k-popup .k-filter-menu-container {
	width: 230px
}
.k-filter-menu.k-popup .k-multicheck-wrap, .k-grid-filter-popup.k-popup .k-multicheck-wrap, .k-popup .k-filter-menu .k-multicheck-wrap, .k-popup .k-grid-filter-popup .k-multicheck-wrap {
	padding: 8px 8px 0
}
.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-popup .k-filter-help-text, .k-grid-filter-popup.k-popup .k-filter-help-text, .k-popup .k-filter-menu .k-filter-help-text, .k-popup .k-grid-filter-popup .k-filter-help-text {
	padding: 8px 8px 0
}
.k-filter-menu.k-popup .k-filter-selected-items, .k-grid-filter-popup.k-popup .k-filter-selected-items, .k-popup .k-filter-menu .k-filter-selected-items, .k-popup .k-grid-filter-popup .k-filter-selected-items {
	padding: 8px 8px 0
}
.k-filter-menu .k-filter-menu-container {
	box-sizing: border-box
}
.k-filter-menu .k-radio-list, .k-filter-menu .k-searchbox, .k-filter-menu .k-textbox, .k-filter-menu .k-widget {
	margin: 8px 8px 0;
	width: calc(100% - 16px);
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex
}
.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-multicheck-wrap {
	max-height: 300px;
	white-space: nowrap;
	overflow: auto
}
.k-filter-selected-items {
	font-weight: 700;
	line-height: normal;
	white-space: nowrap
}
.k-autofitting {
	width: auto!important;
	table-layout: auto!important
}
.k-autofitting td, .k-autofitting th.k-header {
	white-space: nowrap!important
}
.k-autofitting .k-detail-row {
	display: none!important
}
.k-autofitting input.k-input, .k-autofitting input.k-textbox, .k-autofitting span.k-input {
	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-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,.08)
}
.k-columnmenu-item-content {
	overflow: hidden
}
.k-column-list-wrapper .k-action-buttons, .k-column-list-wrapper .k-actions, .k-column-list-wrapper .k-columnmenu-actions, .k-columnmenu-item-content .k-action-buttons, .k-columnmenu-item-content .k-actions, .k-columnmenu-item-content .k-columnmenu-actions, .k-filter-menu .k-action-buttons, .k-filter-menu .k-actions, .k-filter-menu .k-columnmenu-actions {
	margin-top: 4px;
	padding: 8px 8px
}
.k-column-list-wrapper .k-action-buttons .k-button, .k-column-list-wrapper .k-actions .k-button, .k-column-list-wrapper .k-columnmenu-actions .k-button, .k-columnmenu-item-content .k-action-buttons .k-button, .k-columnmenu-item-content .k-actions .k-button, .k-columnmenu-item-content .k-columnmenu-actions .k-button, .k-filter-menu .k-action-buttons .k-button, .k-filter-menu .k-actions .k-button, .k-filter-menu .k-columnmenu-actions .k-button {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%
}
.k-column-list-wrapper .k-actions-center.k-action-buttons .k-button, .k-column-list-wrapper .k-actions-center.k-columnmenu-actions .k-button, .k-column-list-wrapper .k-actions-end.k-action-buttons .k-button, .k-column-list-wrapper .k-actions-end.k-columnmenu-actions .k-button, .k-column-list-wrapper .k-actions-start.k-action-buttons .k-button, .k-column-list-wrapper .k-actions-start.k-columnmenu-actions .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-column-list-wrapper .k-actions.k-actions-start .k-button, .k-columnmenu-item-content .k-actions-center.k-action-buttons .k-button, .k-columnmenu-item-content .k-actions-center.k-columnmenu-actions .k-button, .k-columnmenu-item-content .k-actions-end.k-action-buttons .k-button, .k-columnmenu-item-content .k-actions-end.k-columnmenu-actions .k-button, .k-columnmenu-item-content .k-actions-start.k-action-buttons .k-button, .k-columnmenu-item-content .k-actions-start.k-columnmenu-actions .k-button, .k-columnmenu-item-content .k-actions.k-actions-center .k-button, .k-columnmenu-item-content .k-actions.k-actions-end .k-button, .k-columnmenu-item-content .k-actions.k-actions-start .k-button, .k-filter-menu .k-actions-center.k-action-buttons .k-button, .k-filter-menu .k-actions-center.k-columnmenu-actions .k-button, .k-filter-menu .k-actions-end.k-action-buttons .k-button, .k-filter-menu .k-actions-end.k-columnmenu-actions .k-button, .k-filter-menu .k-actions-start.k-action-buttons .k-button, .k-filter-menu .k-actions-start.k-columnmenu-actions .k-button, .k-filter-menu .k-actions.k-actions-center .k-button, .k-filter-menu .k-actions.k-actions-end .k-button, .k-filter-menu .k-actions.k-actions-start .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: 700;
	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
}
.k-rtl .k-columnmenu-item>.k-icon, [dir=rtl] .k-columnmenu-item>.k-icon {
	margin-left: 4px;
	margin-right: 0
}
.k-rtl .k-header>.k-cell-inner, [dir=rtl] .k-header>.k-cell-inner {
	margin-right: -12px;
margin-left:calc(-1.4285714286em - -2px)
}
.k-rtl .k-header>.k-cell-inner .k-sort-order, [dir=rtl] .k-header>.k-cell-inner .k-sort-order {
	margin-right: -2px;
	margin-left: 0
}
.k-rtl .k-filterable>.k-cell-inner, [dir=rtl] .k-filterable>.k-cell-inner {
	margin-right: -12px;
margin-left:calc(-1.4285714286em + -10px)
}
.k-rtl .k-filterable>.k-cell-inner .k-link, [dir=rtl] .k-filterable>.k-cell-inner .k-link {
	padding-right: 12px;
	padding-left: 0
}
.k-filter-row>td, .k-filter-row>th, .k-grid td, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, th.k-header {
	border-color: rgba(0,0,0,.08)
}
.k-grid-add-row, .k-grid-footer, .k-grid-header, .k-grouping-header {
	color: #424242;
	background-color: #fafafa
}
.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: #424242;
	background-color: #ededed
}
.k-grouping-dropclue::before {
	border-color: #424242 transparent transparent
}
.k-grouping-dropclue::after {
	background-color: #424242
}
.k-grid {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-grid tr.k-alt {
	background-color: rgba(0,0,0,.04)
}
.k-grid tbody tr.k-state-hover, .k-grid tbody tr:hover {
	background-color: #ededed
}
.k-grid td.k-state-selected, .k-grid tr.k-state-selected>td {
	background-color: rgba(255,99,88,.25)
}
.k-grid .k-detail-row>td:focus, .k-grid .k-group-footer>td:focus, .k-grid .k-grouping-row>td:focus, .k-grid .k-master-row>td:focus, .k-grid td.k-state-focused, .k-grid th.k-state-focused, .k-grid th:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
	color: #fff;
}
.k-grid .k-grouping-row {
	background-color: #ededed
}
.k-grid .k-grouping-row .k-icon {
	color: #424242
}
.k-grid .k-grouping-row .k-grid-content-sticky {
	border-color: rgba(0,0,0,.3);
	border-top-color: rgba(0,0,0,.08)
}
.k-grid .k-grid-content-locked, .k-grid .k-grid-content-locked td, .k-grid .k-grid-header-locked, .k-grid .k-grid-header-locked .k-header {
	border-color: rgba(0,0,0,.3)
}
.k-grid .k-grid-content-locked .k-group-cell, .k-grid .k-grid-content-locked .k-group-footer td {
	border-color: rgba(0,0,0,.08)
}
.k-grid .k-grid-content-locked .k-grouping-row+tr td {
	border-top-color: rgba(0,0,0,.08)
}
.k-grid .k-grid-content-locked .k-state-selected td {
	background-color: #ffd8d5
}
.k-grid .k-grid-content-locked .k-state-selected.k-alt td {
	background-color: #f7d1ce
}
.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.k-state-hover td, .k-grid .k-grid-content-locked .k-state-selected:hover td {
	background-color: #f1ccc9
}
.k-grid .k-grid-header-locked .k-header {
	border-bottom-color: rgba(0,0,0,.08)
}
.k-grid.k-rtl td.k-hierarchy-cell, .k-grid.k-rtl th.k-hierarchy-cell, .k-grid[dir=rtl] td.k-hierarchy-cell, .k-grid[dir=rtl] th.k-hierarchy-cell {
	border-left-color: transparent
}
col.k-sorted, th.k-sorted {
	background-color: rgba(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: #ff6358
}
.k-grid-header .k-grid-filter:hover, .k-grid-header .k-header-column-menu:hover, .k-grid-header .k-hierarchy-cell .k-icon:hover {
	background-color: #ebebeb
}
.k-grid-header .k-grid-filter.k-state-border-down, .k-grid-header .k-grid-filter.k-state-focus, .k-grid-header .k-grid-filter:focus, .k-grid-header .k-header-column-menu.k-state-border-down, .k-grid-header .k-header-column-menu.k-state-focus, .k-grid-header .k-header-column-menu:focus, .k-grid-header .k-hierarchy-cell .k-icon.k-state-border-down, .k-grid-header .k-hierarchy-cell .k-icon.k-state-focus, .k-grid-header .k-hierarchy-cell .k-icon:focus {
	box-shadow: inset 0 0 0 2px rgba(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: #ff6358
}
.k-grid-header .k-grid-header-sticky.k-sorted, .k-grid-header td.k-grid-header-sticky, .k-grid-header th.k-grid-header-sticky {
	color: #424242;
	background-color: #fafafa;
	border-right-color: rgba(0,0,0,.3);
	border-left-color: rgba(0,0,0,.3)
}
.k-grid-footer {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-grid-footer .k-grid-footer-sticky {
	border-left-color: rgba(0,0,0,.3);
	border-right-color: rgba(0,0,0,.3);
	background-color: #fafafa
}
.k-master-row .k-grid-content-sticky {
	border-color: rgba(0,0,0,.3);
	border-top-color: rgba(0,0,0,.08);
	background-color: #fff
}
.k-master-row .k-grid-row-sticky {
	border-top-color: rgba(0,0,0,.3);
	border-bottom-color: rgba(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: #ffd8d5
}
.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: #f7d1ce
}
.k-master-row.k-state-hover .k-grid-content-sticky, .k-master-row.k-state-hover .k-grid-row-sticky, .k-master-row:hover .k-grid-content-sticky, .k-master-row:hover .k-grid-row-sticky {
	background-color: #ebebeb
}
.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, .k-master-row.k-state-selected:hover .k-grid-content-sticky, .k-master-row.k-state-selected:hover .k-grid-row-sticky {
	background-color: #f1ccc9
}
kendo-grid .k-grid-content-sticky {
	border-top-color: rgba(0,0,0,.08);
	border-left-color: rgba(0,0,0,.3);
	border-right-color: rgba(0,0,0,.3);
	background-color: #fff
}
kendo-grid .k-grid-content-sticky.k-state-hover, kendo-grid .k-grid-content-sticky:hover {
	background-color: #ebebeb
}
kendo-grid .k-grid-row-sticky td {
	border-top-color: rgba(0,0,0,.3);
	border-bottom-color: rgba(0,0,0,.3);
	background-color: #fff
}
kendo-grid .k-grid-row-sticky.k-state-hover td, kendo-grid .k-grid-row-sticky: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 .k-grid-row-sticky td.k-state-selected, kendo-grid .k-state-selected.k-grid-content-sticky, kendo-grid .k-state-selected.k-grid-row-sticky td, kendo-grid tr.k-state-selected .k-grid-content-sticky {
	background-color: #ffd8d5
}
kendo-grid .k-alt .k-state-selected.k-grid-content-sticky, kendo-grid .k-state-selected.k-alt.k-grid-row-sticky td, kendo-grid tr.k-state-selected.k-alt .k-grid-content-sticky {
	background-color: #f7d1ce
}
kendo-grid .k-alt.k-state-hover .k-grid-content-sticky, kendo-grid .k-alt:hover .k-grid-content-sticky, kendo-grid .k-grid-row-sticky.k-alt.k-state-hover td, kendo-grid .k-grid-row-sticky.k-alt:hover td, kendo-grid .k-grid-row-sticky.k-state-hover td, kendo-grid .k-grid-row-sticky:hover td, kendo-grid tr.k-state-hover .k-grid-content-sticky, kendo-grid tr:hover .k-grid-content-sticky {
	background-color: #ebebeb
}
kendo-grid .k-grid-row-sticky.k-state-hover td.k-state-selected, kendo-grid .k-grid-row-sticky:hover td.k-state-selected, kendo-grid .k-state-selected.k-alt.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-grid-row-sticky.k-state-hover td, kendo-grid .k-state-selected.k-grid-row-sticky:hover td, kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected, kendo-grid tr.k-state-selected.k-alt.k-state-hover .k-grid-content-sticky, kendo-grid tr.k-state-selected.k-alt:hover .k-grid-content-sticky, kendo-grid tr.k-state-selected.k-state-hover .k-grid-content-sticky, kendo-grid tr.k-state-selected:hover .k-grid-content-sticky, kendo-grid tr:hover .k-grid-content-sticky.k-state-selected {
	background-color: #f1ccc9
}
.k-grouping-row .k-grid-content-sticky {
	background-color: #fafafa
}
.k-grouping-row.k-state-hover .k-grid-content-sticky, .k-grouping-row:hover .k-grid-content-sticky {
	background-color: #ebebeb
}
.k-column-list-item:hover, .k-columnmenu-item:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-columnmenu-item.k-state-focus, .k-columnmenu-item:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-columnmenu-item.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-column-menu .k-menu:not(.k-context-menu) {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item {
	color: #424242
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
	color: #fff;
	background-color: #ff6358
}
.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-focused, .k-column-menu .k-menu:not(.k-context-menu) .k-item:focus {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-column-menu-group-header-text {
	border-color: rgba(0,0,0,.08);
	color: #424242
}
.k-check-all-wrap {
	border-color: rgba(0,0,0,.08)
}
.k-grid-norecords-template {
	background-color: #fff;
	border-color: rgba(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,.08);
	color: #424242;
	background-color: #fff
}
.k-listview-content>.k-state-focused {
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-listview-content>.k-state-selected {
	background-color: rgba(255,99,88,.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: transparent
}
.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: 400;
	line-height: 1;
	padding: 0 4px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: inherit
}
.k-spreadsheet-formula-bar .k-group-header, .k-spreadsheet-formula-bar .k-list-scroller, .k-spreadsheet-formula-bar .k-tooltip {
	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-bool.k-syntax-at-point, .k-spreadsheet-formula-input>.k-syntax-func.k-syntax-at-point, .k-spreadsheet-formula-input>.k-syntax-num.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 {
	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: 700
}
.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: 0 0
}
.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-column-header, .k-spreadsheet-row-header {
	text-align: center;
	z-index: 100
}
.k-spreadsheet-column-header>div, .k-spreadsheet-row-header>div {
	position: relative;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: inherit
}
.k-spreadsheet-column-header>div::after, .k-spreadsheet-row-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-full::after, .k-spreadsheet-row-header>.k-selection-partial::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-full::after, .k-spreadsheet-column-header>.k-selection-partial::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-br-hint, .k-spreadsheet .k-auto-fill-punch {
	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: 2px;
	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-action-buttons .k-button, .k-spreadsheet-filter-menu .k-actions .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-center.k-action-buttons .k-button, .k-spreadsheet-filter-menu .k-actions-center.k-columnmenu-actions .k-button, .k-spreadsheet-filter-menu .k-actions-end.k-action-buttons .k-button, .k-spreadsheet-filter-menu .k-actions-end.k-columnmenu-actions .k-button, .k-spreadsheet-filter-menu .k-actions-start.k-action-buttons .k-button, .k-spreadsheet-filter-menu .k-actions-start.k-columnmenu-actions .k-button, .k-spreadsheet-filter-menu .k-actions.k-actions-center .k-button, .k-spreadsheet-filter-menu .k-actions.k-actions-end .k-button, .k-spreadsheet-filter-menu .k-actions.k-actions-start .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: 0 0
}
.k-spreadsheet-popup .k-button-icontext {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.k-spreadsheet-popup .k-custom-color, .k-spreadsheet-popup .k-reset-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: 0
}
.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: 2px;
	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.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover 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: 4px;
	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.k-state-hovered, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover {
	border-radius: 2px
}
.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,.08);
	color: #424242;
	background-color: #fff
}
.k-spreadsheet-column-header, .k-spreadsheet-row-header, .k-spreadsheet-top-corner {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-syntax-ref {
	color: #f82
}
.k-syntax-num {
	color: #09f
}
.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: #424242;
	background-color: #fff
}
.k-spreadsheet-merged-cell {
	background-color: #fff
}
.k-spreadsheet .k-selection-full, .k-spreadsheet .k-selection-partial {
	background-color: rgba(255,99,88,.25)
}
.k-spreadsheet-selection {
	border-color: #ff6358;
	background-color: rgba(255,99,88,.25);
	box-shadow: inset 0 0 0 1px #ff6358
}
.k-spreadsheet .k-single-selection::after {
	border-color: #fff;
	background-color: #ff6358
}
.k-spreadsheet-active-cell {
	box-shadow: inset 0 0 0 1px #ff6358;
	background-color: #fff
}
.k-spreadsheet-active-cell.k-right {
	box-shadow: inset 0 0 0 1px #ff6358, inset -1px 0 0 1px #ff6358
}
.k-spreadsheet-active-cell.k-bottom {
	box-shadow: inset 0 0 0 1px #ff6358, inset 0 -1px 0 1px #ff6358
}
.k-spreadsheet-active-cell.k-bottom.k-right {
	box-shadow: inset 0 0 0 1px #ff6358, inset -1px -1px 0 1px #ff6358
}
.k-spreadsheet .k-auto-fill {
	border-color: #ff6358;
	background-color: rgba(255,99,88,.25);
	box-shadow: inset 0 0 0 1px #ff6358
}
.k-spreadsheet .k-auto-fill-punch {
	background-color: rgba(255,255,255,.5)
}
.k-spreadsheet .k-resize-handle, .k-spreadsheet .k-resize-hint-handle, .k-spreadsheet .k-resize-hint-marker {
	background-color: #ff6358
}
.k-spreadsheet-has-comment::after {
	border-color: #ff6358 #ff6358 transparent transparent
}
.k-dirty {
	border-color: #f31700 transparent transparent #f31700
}
.k-spreadsheet .k-filter-range {
	border-color: #ff6358
}
.k-spreadsheet-filter {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02));
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.08)
}
.k-spreadsheet-filter:hover {
	background-color: #ebebeb
}
.k-spreadsheet-filter.k-state-active {
	background-color: #e1e1e1
}
.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: #424242;
	background-color: #f0f0f0
}
.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-spreadsheet-popup .k-button.k-state-hover, .k-spreadsheet-popup .k-button:hover {
	color: #424242;
	background-color: #f0f0f0
}
.k-spreadsheet-popup .k-button.k-state-active, .k-spreadsheet-popup .k-button.k-state-selected, .k-spreadsheet-popup .k-button:active {
	color: #fff;
	background-color: #ff6358
}
.k-spreadsheet-insert-image-dialog {
	border-color: rgba(0,0,0,.08)
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover {
	box-shadow: inset 0 0 0 2000px rgba(0,0,0,.5)
}
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
	color: #fff
}
.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
	outline-color: #ff6358
}
.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
	border-color: #ff6358;
	background-color: #ff6358
}
.k-spreadsheet-drawing-anchor-cell {
	background: rgba(255,99,88,.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: #ff6358 transparent transparent #ff6358
}
.k-rtl .k-spreadsheet .k-dirty, .k-spreadsheet[dir=rtl] .k-dirty, [dir=rtl] .k-spreadsheet .k-dirty {
	border-color: #f31700 #f31700 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-fieldselector .k-list li.k-item, .k-pivot-toolbar .k-button {
	background-clip: padding-box;
	border-radius: 2px;
	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-fieldselector .k-list li.k-item .k-ie11, .k-pivot-toolbar .k-button .k-ie11 {
	background-clip: border-box
}
.k-fieldselector .k-list li.k-item .k-field-actions .k-setting-delete, .k-pivot-toolbar .k-button .k-field-actions .k-setting-delete {
	box-sizing: content-box
}
.k-settings-columns .k-button, .k-settings-measures .k-button, .k-settings-rows .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 .k-alt, .k-pivot-layout .k-grid-footer {
	font-weight: 700
}
.k-pivot td, .k-pivot-layout>tbody {
	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: transparent
}
.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,.08)
}
.k-alt, .k-pivot-layout>tbody>tr:first-child>td:first-child, .k-pivot-toolbar {
	background-color: #fafafa
}
.k-fieldselector {
	color: #424242
}
.k-fieldselector .k-list-container {
	background-color: #fff
}
.k-fieldselector, .k-fieldselector .k-columns>div, .k-fieldselector .k-list-container, .k-pivot-rowheaders>.k-grid td:first-child, .k-pivot-table, .k-pivot-table .k-grid-header .k-header.k-first, .k-pivot-toolbar {
	border-color: rgba(0,0,0,.08)
}
.k-header.k-alt, .k-pivot-rowheaders .k-alt .k-alt {
	background-color: #ebebeb
}
.k-fieldselector .k-list li.k-item, .k-pivot-toolbar .k-button {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-fieldselector .k-list li.k-item.k-state-hover, .k-fieldselector .k-list li.k-item:hover, .k-pivot-toolbar .k-button.k-state-hover, .k-pivot-toolbar .k-button:hover {
	background-color: #ebebeb
}
.k-fieldselector .k-list li.k-item.k-state-active, .k-fieldselector .k-list li.k-item:active, .k-pivot-toolbar .k-button.k-state-active, .k-pivot-toolbar .k-button:active {
	background-color: #e1e1e1
}
.k-fieldselector .k-list li.k-item.k-state-focus, .k-fieldselector .k-list li.k-item.k-state-focused, .k-fieldselector .k-list li.k-item:focus, .k-pivot-toolbar .k-button.k-state-focus, .k-pivot-toolbar .k-button.k-state-focused, .k-pivot-toolbar .k-button:focus {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-fieldselector .k-list li.k-item.k-empty, .k-pivot-toolbar .k-button.k-empty {
	color: #666
}
.k-pivot-toolbar .k-empty {
	color: #666
}
.k-pivot-layout .k-grid-footer, .k-pivot-layout .k-grid.k-alt {
	color: #424242;
	background-color: #fafafa
}
.k-fieldselector .k-i-loading {
	border-color: #fafafa
}
.k-fieldselector .k-i-loading::after, .k-fieldselector .k-i-loading::before {
	background-color: #fafafa
}
.k-i-kpi-trend-decrease, .k-i-kpi-trend-equal, .k-i-kpi-trend-increase {
	color: inherit
}
.k-i-kpi-status-hold {
	color: #ffc000
}
.k-i-kpi-status-deny {
	color: #f31700
}
.k-i-kpi-status-open {
	color: #37b400
}
.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: 700
}
.k-treelist tr.k-footer+tr.k-footer td {
	border-top-width: 0
}
.k-treelist-scrollable .k-grid-header th, .k-treelist-scrollable .k-grid-header tr, .k-treelist-scrollable>table {
	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-rtl .k-treelist-scrollable thead.k-grid-header, .k-treelist-scrollable[dir=rtl] 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-item, .k-filter .k-filter-lines {
	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::after, .k-filter .k-filter-group-main>.k-filter-toolbar::before, .k-filter .k-filter-lines .k-filter-item:last-child::before {
	display: none
}
.k-filter[dir=rtl] .k-filter-item, .k-filter[dir=rtl] .k-filter-lines, .k-rtl .k-filter .k-filter-item, .k-rtl .k-filter .k-filter-lines, [dir=rtl] .k-filter .k-filter-item, [dir=rtl] .k-filter .k-filter-lines {
	padding-left: 0;
	padding-right: 8px
}
.k-filter[dir=rtl] .k-filter-toolbar::before, .k-rtl .k-filter .k-filter-toolbar::before, [dir=rtl] .k-filter .k-filter-toolbar::before {
	left: auto;
	right: -8px
}
.k-filter[dir=rtl] .k-filter-item::before, .k-rtl .k-filter .k-filter-item::before, [dir=rtl] .k-filter .k-filter-item::before {
	left: auto;
	right: 0
}
.k-filter[dir=rtl] .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after, .k-rtl .k-filter .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: #424242
}
.k-filter .k-filter-preview-field {
	color: #ff6358
}
.k-filter .k-filter-preview-operator {
	color: #666
}
.k-filter .k-filter-item::before, .k-filter .k-filter-lines .k-filter-item:last-child>.k-filter-toolbar::after, .k-filter .k-filter-toolbar::before {
	background-color: rgba(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: 700
}
.k-filemanager-preview .k-multiple-files-selected {
	font-weight: 700
}
.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,.08);
	color: #424242;
	background-color: #fff
}
.k-filemanager-breadcrumb {
	background-color: #fafafa
}
.k-filemanager-listview .k-listview-item .k-file-icon {
	color: #7e7e7e
}
.k-filemanager-listview .k-listview-item.k-state-selected .k-file-icon {
	border-color: transparent;
	color: inherit;
	background-color: none
}
.k-filemanager-preview .k-file-icon {
	color: #7e7e7e
}
.k-taskboard {
	box-sizing: border-box;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4285714286;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}
.k-taskboard-toolbar {
	padding: 16px 16px;
	border-width: 0;
	box-shadow: none;
	background: 0 0
}
.k-taskboard-content {
	padding: 0 16px 16px;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-x: auto
}
.k-taskboard-columns-container {
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	gap: 16px;
	overflow-x: visible
}
.k-taskboard-column {
	width: 320px;
	border-width: 1px;
	border-radius: 2px;
	border-style: solid;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden
}
.k-taskboard-column-header {
	padding: 8px 8px;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px
}
.k-taskboard-column-header-actions {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	gap: 8px
}
.k-taskboard-column-cards-container {
	margin-bottom: 8px;
	padding: 0 8px;
	outline: 0;
	overflow: auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.k-taskboard-column-cards {
	padding: 0 0;
	min-height: 100%;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px 0
}
.k-taskboard-column-new {
	max-height: calc(1.4285714286em + 26px)
}
.k-taskboard-column-edit .k-taskboard-column-header, .k-taskboard-column-new .k-taskboard-column-header {
	font-weight: inherit
}
.k-taskboard-column-edit .k-taskboard-column-header-text, .k-taskboard-column-new .k-taskboard-column-header-text {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}
.k-taskboard-column-edit .k-textbox, .k-taskboard-column-new .k-textbox {
	width: 100%
}
.k-taskboard-pane {
	padding: 16px 16px;
	width: 320px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
	gap: 16px
}
.k-taskboard-pane-header {
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center
}
.k-taskboard-pane-header-text {
	word-break: normal;
	overflow-wrap: anywhere
}
.k-taskboard-pane-header-actions {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: start;
	align-self: flex-start
}
.k-taskboard-pane-content {
	margin: 0 -16px;
	padding: 0 16px;
	overflow: auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.k-taskboard-pane-actions {
	margin: -8px -8px;
	padding: 8px 8px
}
.k-taskboard-pane-start {
	right: auto;
	left: 0
}
.k-taskboard-card {
	border-radius: 2px;
	border-width: 1px
}
.k-taskboard-card.k-taskboard-card-category {
	border-left-width: 4px
}
.k-taskboard-card .k-card-footer, .k-taskboard-card .k-card-header .k-card-body {
	padding: 16px 16px
}
.k-taskboard-card .k-card-header {
	-ms-flex-align: center;
	align-items: center
}
.k-taskboard-card .k-card-title {
	font-size: inherit;
	font-weight: inherit;
	word-break: normal;
	overflow-wrap: anywhere
}
.k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title.k-state-hover, .k-taskboard-card .k-card-title:focus, .k-taskboard-card .k-card-title:hover {
	text-decoration: underline
}
.k-taskboard-card .k-card-header-actions {
	-ms-flex-item-align: start;
	align-self: flex-start
}
.k-taskboard-drag-placeholder {
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	position: relative
}
.k-rtl .k-taskboard-card.k-taskboard-card-category, .k-taskboard-card.k-taskboard-card-category.k-rtl, .k-taskboard-card.k-taskboard-card-category[dir=rtl], [dir=rtl] .k-taskboard-card.k-taskboard-card-category {
	border-left-width: 1px;
	border-right-width: 4px
}
.k-ie .k-taskboard-column:not(:last-child) {
	margin-right: 16px
}
.k-ie .k-rtl .k-taskboard-column:not(:last-child) {
	margin-right: 0;
	margin-left: 16px
}
.k-ie .k-taskboard-column-cards-container {
	margin-bottom: 24px
}
.k-ie .k-taskboard-column-cards>.k-taskboard-card:not(:last-child) {
	margin-bottom: 8px
}
.k-taskboard-column {
	border-color: transparent;
	background-color: #fafafa
}
.k-taskboard-column.k-state-focus, .k-taskboard-column:focus {
	border-color: rgba(0,0,0,.264)
}
.k-taskboard-column-header {
	color: #424242
}
.k-taskboard-pane {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-taskboard-pane-header {
	color: #424242
}
.k-taskboard-card {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-taskboard-card .k-card-title {
	color: #ff6358
}
.k-taskboard-card .k-card-title.k-state-focus, .k-taskboard-card .k-card-title:focus {
	color: #d6534a
}
.k-taskboard-card .k-card-title.k-state-hover, .k-taskboard-card .k-card-title:hover {
	color: #ff7c73
}
.k-taskboard-card.k-state-focus, .k-taskboard-card:focus {
	border-color: rgba(0,0,0,.2456);
	box-shadow: none
}
.k-taskboard-card.k-state-hover, .k-taskboard-card:hover {
	border-color: rgba(0,0,0,.172)
}
.k-taskboard-card.k-state-selected {
	border-color: #ffb0ab;
	box-shadow: none
}
.k-taskboard-card.k-state-disabled {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
.k-taskboard-drag-placeholder {
	border-color: rgba(0,0,0,.08);
	background-color: rgba(255,255,255,.2)
}
.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: transparent
}
.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 td, table.k-editor tr {
	border-color: inherit
}
kendo-editor .k-editor-content {
	z-index: 1
}
kendo-editor.k-readonly {
	outline: 0;
	cursor: default;
	opacity: .6;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
	pointer-events: none;
	box-shadow: none
}
kendo-editor.k-readonly .k-editor-content, kendo-editor.k-readonly>.k-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: 2px;
	padding: 2px 4px;
	border: 1px solid transparent;
	word-wrap: break-word;
	overflow: auto;
	background: 0 0
}
.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-export-tool-text, .k-editor-toolbar .k-editor-export .k-icon {
	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: 0;
	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: #666;
	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: 0 0;
	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: 0 0
}
.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: 2px
}
.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-align.k-dropdowntree, .k-editor-table-wizard-dialog .k-dropdown.k-align {
	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,.08);
	color: #424242;
	background-color: #fff
}
kendo-editor.k-readonly .k-editor-content.k-state-focused {
	outline-color: #424242
}
.k-editor-inline .k-table, .k-editor-inline .k-table td {
	border-color: #ccc
}
.k-editor-inline .k-element-resize-handle-wrapper {
	background-color: #fff;
	border-color: #000
}
.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.k-state-active, .k-editor-inline:hover {
	border-color: rgba(0,0,0,.08)
}
.k-ct-popup .k-state-selected {
	border-color: rgba(0,0,0,.08);
	color: #fff;
	background-color: #ff6358;
	background-image: none
}
.k-editor-content .k-text-selected, .k-editor-content::selection {
	color: #fff;
	background-color: #ff6358
}
.k-editor-content .k-text-highlighted {
	background-color: #ffe0de
}
.k-editor-find-replace .k-matches-container {
	background-color: rgba(66,66,66,.1)
}
.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: transparent
}
.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-ne, .k-imageeditor-crop .k-resize-nw, .k-imageeditor-crop .k-resize-se, .k-imageeditor-crop .k-resize-sw {
	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-e, .k-imageeditor-crop .k-resize-w {
	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,.08);
	color: #424242;
	background-color: #fff
}
.k-imageeditor-content {
	background-color: #c6c6c6
}
.k-imageeditor-canvas {
	background: linear-gradient(45deg, rgba(0,0,0,.09) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.09) 75%, rgba(0,0,0,.09) 0), linear-gradient(45deg, rgba(0,0,0,.09) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.09) 75%, rgba(0,0,0,.09) 0), #fff;
	background-repeat: repeat, repeat;
	background-position: 0 0, 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: #fafafa
}
.k-imageeditor-crop {
	border-color: #fff
}
.k-imageeditor-crop-overlay {
	background-color: rgba(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: transparent
}
.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-content-sticky, .k-gantt .k-treelist-scrollable .k-grid-header th {
	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: 0 0
}
.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-end, .k-gantt .k-treelist-scrollable .k-task:hover .k-task-start {
	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: 0 0
}
.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: 0 0;
	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-create, .k-gantt-toolbar .k-gantt-pdf {
	padding: 4px;
	width: calc(1.4285714286em + 10px);
	height: calc(1.4285714286em + 10px)
}
.k-gantt-toolbar .k-gantt-create .k-button-text, .k-gantt-toolbar .k-gantt-pdf .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-columns, .k-gantt-rows {
	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.k-origin .k-task-dot, .k-task-wrap:hover .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.k-state-hover::before, .k-task-dot: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-complete::after, .k-task-summary-complete::before, .k-task-summary::after, .k-task-summary::before {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	top: 0;
	display: none
}
.k-task-summary-complete::before, .k-task-summary::before {
	border-left-color: currentColor;
	left: 0
}
.k-task-summary-complete::after, .k-task-summary::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: 2px;
	border-width: 0;
	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: 2px;
	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: 400;
	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-resources-wrap, .k-gantt-planned .k-task-dot {
	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-offset:hover .k-resize-handle, .k-task-offset:hover .k-task-actions, .k-task-single:hover+.k-task-offset .k-resize-handle, .k-task-single:hover+.k-task-offset .k-task-actions {
	visibility: visible
}
.k-pdf-export-shadow .k-gantt {
	float: left
}
.k-pdf-export-shadow .k-gantt, .k-pdf-export-shadow .k-gantt-dependencies, .k-pdf-export-shadow .k-gantt-timeline {
	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-columns, .k-rtl .k-gantt-rows {
	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,.08);
	color: #424242;
	background-color: #fff
}
.k-gantt .k-treelist-scrollable .k-task-milestone .k-task-milestone-content {
	border-color: rgba(0,0,0,.08);
	background-color: #424242
}
.k-gantt .k-treelist-scrollable .k-task-milestone.k-state-selected .k-task-milestone-content {
	border-color: rgba(0,0,0,.08);
	background-color: #ff6358
}
.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: #ff6358
}
.k-gantt-footer {
	box-shadow: none
}
.k-gantt-treelist .k-grid-content, .k-gantt-treelist .k-treelist {
	background-color: transparent
}
.k-gantt .k-nonwork-hour {
	background-color: rgba(0,0,0,.025)
}
.k-task-dot::before {
	background-color: #424242
}
.k-task-dot.k-state-hover::before, .k-task-dot:hover::before {
	border-color: #424242;
	background-color: #fff
}
.k-task-milestone {
	border-color: rgba(0,0,0,.08);
	background-color: #424242
}
.k-task-milestone.k-task-delayed {
	background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, #f31700 2px, #f31700 4px)
}
.k-task-milestone.k-task-advanced {
	background-color: #37b400
}
.k-task-milestone.k-state-selected {
	background-image: none;
	border-color: rgba(0,0,0,.08);
	background-color: #ff6358
}
.k-task-summary {
	color: #515151
}
.k-task-summary.k-task-delayed {
	color: #f87466
}
.k-task-summary.k-task-advanced {
	color: #87d266
}
.k-task-summary-complete {
	color: #282828
}
.k-task-delayed .k-task-summary-complete {
	color: #f31700
}
.k-task-advanced .k-task-summary-complete {
	color: #37b400
}
.k-task-summary.k-state-selected {
	color: #ffaea8
}
.k-task-summary.k-state-selected .k-task-summary-complete {
	color: #ff6358
}
.k-task-single {
	color: #fff;
	background-color: #606060
}
.k-task-single.k-task-delayed {
	background-color: #f87466
}
.k-task-single.k-task-advanced {
	background-color: #87d266
}
.k-task-single .k-task-complete {
	background-color: #424242
}
.k-task-delayed .k-task-complete {
	background-color: #f31700
}
.k-task-advanced .k-task-complete {
	background-color: #37b400
}
.k-task-single.k-state-selected {
	color: #fff;
	background-color: #ffaea8
}
.k-task-single.k-state-selected .k-task-complete {
	background-color: #ff6358
}
.k-gantt-line {
	color: #000
}
.k-gantt-line.k-state-selected {
	color: #ff6358
}
.k-task-planned .k-task-moment {
	border-color: #ff6358;
	background-color: transparent
}
.k-task-planned .k-task-duration {
	background-color: #ff6358
}
.k-task-planned:hover .k-task-moment {
	background-color: #ff6358
}
.k-task-offset {
	background-image: repeating-linear-gradient(135deg, #fff, #fff 2px, #f31700 2px, #f31700 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, #f87466 2px, #f87466 4px)
}
.k-pdf-export .k-task-offset {
	background-color: #f31700
}
.k-offset-tooltip-delayed {
	background-color: #f31700
}
.k-planned-tooltip {
	background-color: #ff6358
}
.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: transparent
}
.k-scheduler .k-ie11 {
	background-clip: border-box
}
.k-scheduler div, .k-scheduler table, .k-scheduler tbody, .k-scheduler td, .k-scheduler tfoot, .k-scheduler th, .k-scheduler thead, .k-scheduler tr, .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-body, .k-scheduler-layout-flex .k-scheduler-head {
	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: 700
}
.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;
	gap: 4px;
	cursor: pointer
}
.k-scheduler-toolbar .k-nav-current .k-lg-date-format, .k-scheduler-toolbar .k-nav-current .k-sm-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-next .k-link, ul.k-scheduler-navigation .k-nav-prev .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;
	gap: 0
}
ul.k-scheduler-navigation .k-nav-current>.k-link {
	gap: 4px
}
ul.k-scheduler-navigation .k-nav-today {
	border-radius: 2px 0 0 2px
}
ul.k-scheduler-navigation .k-nav-next {
	border-radius: 0 2px 2px 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: 2px
}
ul.k-scheduler-views li:first-child+li {
	border-radius: 2px 0 0 2px
}
ul.k-scheduler-views li:last-child {
	border-radius: 0 2px 2px 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: 2px 2px 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 2px 2px
}
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;
	gap: 4px
}
.k-scheduler-footer li {
	border-radius: 2px
}
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-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 .k-scheduler-pane+.k-scheduler-pane .k-scheduler-times tr th, .k-scheduler-layout tr+tr .k-scheduler-times tr th {
	border-bottom-color: transparent
}
.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 .k-slot-cell, .k-scheduler-layout .k-scheduler-pane+.k-scheduler-pane .k-scheduler-times tr:last-child th, .k-scheduler-layout tr+tr .k-scheduler-times tr .k-scheduler-times-all-day, .k-scheduler-layout tr+tr .k-scheduler-times tr .k-slot-cell, .k-scheduler-layout tr+tr .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-dayview .k-scheduler-pane:first-child .k-scheduler-table, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-weekview .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-scheduler-times-all-day, .k-scheduler-times .k-slot-cell {
	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
}
.k-event, kendo-scheduler .k-event {
	border-radius: 2px;
	min-height: 25px;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-radius: 2px;
	text-align: left;
	outline: 0;
	cursor: default;
	position: absolute;
	overflow: hidden;
	padding-right: 8px
}
.k-event>div, kendo-scheduler .k-event>div {
	position: relative;
	z-index: 2
}
.k-event .k-event-template, kendo-scheduler .k-event .k-event-template {
	line-height: 17px;
	padding: 4px 8px
}
.k-event .k-event-time, kendo-scheduler .k-event .k-event-time {
	padding-bottom: 0;
	font-size: .875em;
	white-space: nowrap;
	display: none
}
.k-event .k-event-actions, kendo-scheduler .k-event .k-event-actions {
	white-space: nowrap;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	z-index: 2
}
.k-event .k-event-actions .k-event-delete, kendo-scheduler .k-event .k-event-actions .k-event-delete {
	opacity: .5;
	visibility: hidden
}
.k-event .k-event-actions.k-state-hover .k-event-delete, .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler .k-event .k-event-actions.k-state-hover .k-event-delete, kendo-scheduler .k-event .k-event-actions:hover .k-event-delete {
	opacity: 1
}
.k-event .k-event-actions .k-icon, kendo-scheduler .k-event .k-event-actions .k-icon {
	line-height: normal;
	font-size: inherit
}
.k-event .k-event-actions a, kendo-scheduler .k-event .k-event-actions a {
	color: inherit
}
.k-event .k-event-actions:first-child, kendo-scheduler .k-event .k-event-actions:first-child {
	margin: 2px .4ex 0 4px;
	top: 0;
	right: 0;
	float: left;
	position: relative;
	opacity: 1;
	visibility: visible;
	line-height: normal
}
.k-event .k-resize-handle, kendo-scheduler .k-event .k-resize-handle {
	z-index: 4;
	opacity: .5;
	visibility: hidden
}
.k-event .k-resize-handle::before, kendo-scheduler .k-event .k-resize-handle::before {
	border-color: currentColor
}
.k-event .k-resize-n, kendo-scheduler .k-event .k-resize-n {
	height: .5em;
	top: 0
}
.k-event .k-resize-s, kendo-scheduler .k-event .k-resize-s {
	height: .5em;
	bottom: 0
}
.k-event .k-resize-n::before, .k-event .k-resize-s::before, kendo-scheduler .k-event .k-resize-n::before, kendo-scheduler .k-event .k-resize-s::before {
	width: 2em;
	border-bottom-width: 1px
}
.k-event .k-resize-w, kendo-scheduler .k-event .k-resize-w {
	width: .5em;
	left: 0
}
.k-event .k-resize-e, kendo-scheduler .k-event .k-resize-e {
	width: .5em;
	right: 0
}
.k-event .k-resize-e::before, .k-event .k-resize-w::before, kendo-scheduler .k-event .k-resize-e::before, kendo-scheduler .k-event .k-resize-w::before {
	height: 2em;
	border-left-width: 1px
}
.k-event.k-state-hover .k-event-actions .k-event-delete, .k-event.k-state-hover .k-resize-handle, .k-event:hover .k-event-actions .k-event-delete, .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, kendo-scheduler .k-event:hover .k-event-actions .k-event-delete, kendo-scheduler .k-event:hover .k-resize-handle {
	visibility: visible
}
.k-event.k-event-drag-hint .k-event-time, kendo-scheduler .k-event.k-event-drag-hint .k-event-time {
	display: block
}
.k-event .k-event-bottom-actions, .k-event .k-event-top-actions, kendo-scheduler .k-event .k-event-bottom-actions, kendo-scheduler .k-event .k-event-top-actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center
}
.k-event .k-event-bottom-actions, kendo-scheduler .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-down, .k-current-time.k-current-time-arrow-left, .k-current-time.k-current-time-arrow-right {
	width: 0;
	height: 0;
	background: 0 0;
	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-bottom-actions, .k-event-drag-hint .k-event-top-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-bottom, .k-scheduler-marquee .k-label-top {
	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-content .k-scheduler-table, .k-scheduler-pdf-export .k-scheduler-header .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-content .k-scheduler-table-auto, .k-scheduler-monthview .k-scheduler-table-auto, .k-scheduler-monthview .k-scheduler-table-auto td {
	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 td:first-child, .k-scheduler-agendaview .k-scheduler-table th: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-scheduler-content .k-scheduler-row:hover .k-event-delete, .k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete, .k-scheduler-agendaview .k-state-hover .k-task>.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-content, .k-scheduler-pane .k-scheduler-header {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.k-scheduler-yearview .k-scheduler-body {
	padding: 12px 12px;
	-ms-flex-pack: center;
	justify-content: center
}
.k-scheduler-yearview .k-calendar {
	width: 100%;
	border-width: 0
}
.k-scheduler-yearview .k-calendar .k-calendar-view {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 12px
}
.k-scheduler-yearview .k-calendar .k-content {
	-ms-flex: 0;
	flex: 0
}
.k-scheduler-yearview .k-calendar .k-month-header {
	font-size: inherit;
	font-weight: 700;
	opacity: 1
}
.k-scheduler-yearview .k-calendar .k-link {
	position: relative
}
.k-scheduler-yearview .k-calendar td.k-state-selected {
	background-color: inherit
}
.k-scheduler-yearview .k-day-indicator {
	margin-top: 1.4285714286em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 1.5px)
}
.k-scheduler-tooltip {
	padding: 8px 8px;
	border-width: 0;
	color: inherit
}
.k-scheduler-tooltip .k-tooltip-title {
	margin-bottom: 12px
}
.k-scheduler-tooltip .k-tooltip-title .k-month {
	font-size: 12px;
	text-transform: uppercase
}
.k-scheduler-tooltip .k-tooltip-title .k-day {
	font-size: 24px
}
.k-scheduler-tooltip .k-tooltip-events-container {
	overflow: auto
}
.k-scheduler-tooltip .k-tooltip-events {
	max-height: 250px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px
}
.k-scheduler-tooltip .k-tooltip-event {
	padding: 4px 8px;
	border-radius: 2px;
	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-negative: 0;
	flex-shrink: 0;
	position: relative;
	gap: 4px
}
.k-scheduler-tooltip .k-tooltip-event .k-event-time {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: inherit
}
.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-count, .k-scheduler-edit-form .k-widget.k-recur-interval, .k-scheduler-edit-form .k-widget.k-recur-monthday {
	width: 5em
}
.k-scheduler-edit-form .k-widget.k-recur-month, .k-scheduler-edit-form .k-widget.k-recur-until, .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 .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 2px 2px 0
}
.k-rtl .k-scheduler-views li:last-child {
	border-radius: 2px 0 0 2px
}
.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 2px 2px 0
}
.k-rtl .k-scheduler-navigation .k-nav-next {
	border-radius: 2px 0 0 2px
}
.k-rtl .k-scheduler-navigation li+li {
	margin-left: 0;
	margin-right: -1px
}
.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-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, .k-rtl.k-scheduler .k-i-arrow-60-left, .k-rtl.k-scheduler .k-i-arrow-60-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-ie .k-scheduler-tooltip .k-tooltip-event:not(:last-child), .k-safari .k-scheduler-tooltip .k-tooltip-event:not(:last-child) {
	margin-bottom: 4px
}
.k-ie .k-scheduler-yearview .k-calendar-view .k-month, .k-safari .k-scheduler-yearview .k-calendar-view .k-month {
	margin: 0 6px
}
.k-scheduler {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	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,.08);
	color: #424242;
	background-color: #fafafa
}
.k-scheduler-footer {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-scheduler-header {
	background-color: #fafafa
}
.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,.13)
}
ul.k-scheduler-navigation .k-nav-next, ul.k-scheduler-navigation .k-nav-prev, ul.k-scheduler-navigation .k-nav-today {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
ul.k-scheduler-navigation .k-nav-next.k-state-hover, ul.k-scheduler-navigation .k-nav-next:hover, ul.k-scheduler-navigation .k-nav-prev.k-state-hover, ul.k-scheduler-navigation .k-nav-prev:hover, ul.k-scheduler-navigation .k-nav-today.k-state-hover, ul.k-scheduler-navigation .k-nav-today:hover {
	background-color: #ebebeb
}
ul.k-scheduler-views.k-state-expanded {
	background-color: #fafafa
}
ul.k-scheduler-views li {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
ul.k-scheduler-views li.k-state-hover, ul.k-scheduler-views li:hover {
	background-color: #ebebeb
}
ul.k-scheduler-views li.k-state-selected {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
ul.k-scheduler-views li.k-state-focus, ul.k-scheduler-views li.k-state-focused, ul.k-scheduler-views li:focus {
	box-shadow: 0 0 0 2px rgba(0,0,0,.08)
}
.k-scheduler-footer li {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-scheduler-footer li:hover {
	background-color: #ebebeb
}
.k-scheduler .k-nonwork-hour, .k-scheduler-nonwork {
	background-color: #f5f5f5
}
.k-scheduler .k-other-month, .k-scheduler-other-month {
	background-color: #f5f5f5
}
.k-scheduler-layout .k-scheduler-cell.k-state-selected, .k-scheduler-layout td.k-state-selected {
	background-color: rgba(255,99,88,.25)
}
.k-scheduler-layout-flex .k-scheduler-head, .k-scheduler-layout-flex .k-sticky-cell {
	background-color: #fff
}
.k-event {
	color: #fff;
	background-color: #ff7c73
}
.k-event.k-state-selected {
	color: #fff;
	background-color: #ff6358;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,.13)
}
.k-event-inverse {
	color: #000
}
.k-scheduler-marquee::after, .k-scheduler-marquee::before {
	border-color: #ff6358
}
.k-scheduler-edit-dialog .k-dialog-buttongroup {
	border-color: rgba(0,0,0,.08)
}
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover, .k-scheduler-agendaview .k-scheduler-content tr.k-state-hover, .k-scheduler-agendaview .k-scheduler-content tr:hover {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f0f0f0;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.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, .k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-datecolumn, .k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-groupcolumn {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected {
	background-color: rgba(255,99,88,.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-scheduler-yearview .k-month-header {
	color: #666
}
.k-scheduler-yearview .k-day-indicator {
	background-color: #ff6358
}
.k-scheduler-yearview .k-state-selected .k-day-indicator {
	background-color: #fff
}
.k-tooltip.k-scheduler-tooltip {
	color: #424242;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.k-tooltip.k-scheduler-tooltip .k-callout {
	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: transparent;
	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: 0 0;
	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-last .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-middle .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-last .k-bubble, .k-chat .k-message-group.k-alt .k-middle .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: 0
}
.k-chat .k-message-status, .k-chat .k-message-time {
	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: 0 0
}
.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: 0
}
.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::after, .k-message-box .k-button::before {
	display: none
}
.k-message-box .k-button[dir=rtl], .k-rtl .k-message-box .k-button {
	-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: 0 0
}
.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 .k-toolbar-box, .k-chat-toolbar {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}
.k-chat .k-toolbar-box .k-button-list, .k-chat-toolbar .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 .k-toolbar-box .k-button-list::after, .k-chat-toolbar .k-button-list::after {
	content: "";
	padding-right: 16px
}
.k-chat .k-toolbar-box .k-button-list .k-button+.k-button, .k-chat-toolbar .k-button-list .k-button+.k-button {
	margin-left: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.k-chat .k-toolbar-box .k-scroll-button, .k-chat-toolbar .k-scroll-button {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.k-chat .k-toolbar-box .k-scroll-button-left, .k-chat-toolbar .k-scroll-button-left {
	left: 0
}
.k-chat .k-toolbar-box .k-scroll-button-right, .k-chat-toolbar .k-scroll-button-right {
	right: 0
}
.k-chat .k-toolbar-box .k-button, .k-chat-toolbar .k-button {
	border-width: 0;
	color: inherit;
	background: 0 0;
	-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,.08);
	color: #424242;
	background-color: #fafafa
}
.k-chat .k-timestamp {
	color: #666
}
.k-chat .k-author {
	font-weight: 700
}
.k-chat .k-bubble {
	border-color: #fff;
	color: #424242;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.08);
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
	-ms-flex-order: -1;
	order: -1
}
.k-chat .k-bubble:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.16)
}
.k-chat .k-state-selected .k-bubble {
	box-shadow: 0 3px 10px rgba(0,0,0,.16)
}
.k-chat .k-alt .k-bubble {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358;
	box-shadow: 0 1px 2px rgba(255,99,88,.2)
}
.k-chat .k-alt .k-bubble:hover {
	box-shadow: 0 1px 2px rgba(255,99,88,.2)
}
.k-chat .k-alt .k-state-selected .k-bubble {
	box-shadow: 0 3px 10px rgba(255,99,88,.4)
}
.k-chat .k-quick-reply {
	border-color: #ff6358;
	color: #ff6358;
	background-color: transparent
}
.k-chat .k-quick-reply:hover {
	border-color: #ff6358;
	color: #fff;
	background-color: #ff6358
}
.k-chat .k-message-box {
	border-color: inherit;
	color: #424242;
	background-color: #fff
}
.k-chat .k-message-box.k-state-focused {
	box-shadow: 0 0 40px rgba(66,66,66,.1)
}
.k-chat .k-message-box .k-button:hover {
	color: #ff6358
}
.k-chat .k-toolbar-box, .k-chat-toolbar {
	border-color: inherit;
	color: #424242;
	background-color: #fafafa
}
.k-chat .k-toolbar-box .k-button:hover, .k-chat-toolbar .k-button:hover {
	color: #ff6358;
	background-color: none
}
.k-chat .k-toolbar-box .k-scroll-button, .k-chat-toolbar .k-scroll-button {
	background-color: #fafafa;
	box-shadow: 0 0 20px 5px #fafafa
}
.k-chat .k-toolbar-box .k-scroll-button:hover, .k-chat-toolbar .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: transparent
}
.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,.08);
	color: #424242;
	background-color: #fff
}
.k-mediaplayer-titlebar {
	color: #fff;
	background-image: linear-gradient(rgba(66,66,66,.7), rgba(66,66,66,0));
	text-shadow: 0 0 2px rgba(66,66,66,.5)
}
.k-mediaplayer-toolbar {
	color: #424242;
	background-color: rgba(250,250,250,.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: transparent
}
.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: 2px;
	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:2px
}
.k-timeline-card .k-timeline-card-callout.k-callout-e, .k-timeline-card .k-timeline-card-callout.k-callout-w {
	top: 36px
}
.k-timeline-horizontal, .k-timeline-vertical {
	padding: 0 40px;
	margin: 40px 0;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	border: 0
}
.k-timeline-horizontal .k-timeline-track-wrap::after, .k-timeline-vertical::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: 4px
}
.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: 4px
}
.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-actions, .k-timeline-vertical .k-timeline-card.k-collapsed .k-card-body {
	display: none
}
.k-timeline-vertical .k-timeline-card.k-collapsed .k-event-collapse {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
.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 .k-timeline-flag {
	color: #fff;
	background-color: #ff6358
}
.k-timeline .k-timeline-circle {
	background-color: #ff6358
}
.k-timeline .k-timeline-card .k-card-header {
	background-color: #fff;
	color: #424242
}
.k-timeline .k-timeline-card .k-card-body {
	scrollbar-color: rgba(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,.08)
}
.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,.08)
}
.k-timeline .k-timeline-date {
	color: #424242
}
.k-timeline .k-timeline-arrow.k-state-disabled {
	opacity: 1;
	color: #848484;
	background-color: #f9f9f9;
	border-color: #f3f3f3
}
.k-timeline-horizontal .k-timeline-track-wrap::after, .k-timeline-vertical::after {
	background-color: #f5f5f5;
	border-color: rgba(0,0,0,.08)
}
.k-timeline-horizontal .k-timeline-flag::after {
	background-color: #ff6358
}
.k-timeline-track-item.k-state-focus .k-timeline-circle {
	box-shadow: 0 3px 4px 0 rgba(255,99,88,.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: transparent
}
.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: 0 0;
	overflow: visible
}
.k-pdf-viewer .k-list-scroller {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	outline: 0
}
.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: 0 0
}
.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,.08);
	color: #424242;
	background-color: #fff
}
.k-pdf-viewer .k-canvas {
	background-color: #fafafa
}
.k-pdf-viewer .k-page {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08)
}
.k-pdf-viewer .k-search-highlight {
	background-color: #424242
}
.km-scroll-container, .km-scrollview {
	-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(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s 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-diagram .km-touch-scrollbar, .k-map .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: #333
}
.k-widget.k-scrollview, kendo-scrollview.k-scrollview, kendo-scrollview.k-scrollview-wrap {
	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: transparent
}
.k-scrollview .k-scrollview-wrap, .k-scrollview-wrap .k-scrollview {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	cursor: default;
	white-space: nowrap
}
.k-scrollview .k-scrollview-wrap img, .k-scrollview-wrap .k-scrollview img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.k-scrollview .k-scrollview-wrap>li, .k-scrollview-wrap .k-scrollview>li {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.k-scrollview .k-scrollview-wrap>[data-role=page], .k-scrollview-wrap .k-scrollview>[data-role=page] {
	vertical-align: top;
	display: inline-block;
	min-height: 1px
}
.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), 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) {
	width: 4px;
	height: 4px
}
.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), 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) {
	width: 6px;
	height: 6px
}
.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), 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) {
	width: 8px;
	height: 8px
}
.k-scrollview-nav-wrap, kendo-scrollview.k-scrollview kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	text-align: center
}
kendo-scrollview.k-scrollview kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager {
	pointer-events: none
}
kendo-scrollview.k-scrollview .k-scrollview-nav, kendo-scrollview.k-scrollview-wrap .k-scrollview-nav {
	pointer-events: initial
}
.k-scrollview-nav, .k-scrollview-pageable {
	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-nav:focus, .k-scrollview-pageable:focus {
	outline: 0
}
.k-scrollview-nav>.k-link, .k-scrollview-pageable>.k-button {
	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-nav>.k-link::before, .k-scrollview-pageable>.k-button::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: 400
}
.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) {
div.k-scrollview ul.k-scrollview-wrap li>*, kendo-scrollview.k-scrollview ul.k-scrollview-wrap li>*, kendo-scrollview.k-scrollview-wrap ul.k-scrollview li>* {
pointer-events:auto
}
}
@supports not (-webkit-user-select:none) {
div.k-scrollview ul.k-scrollview-wrap li>*, kendo-scrollview.k-scrollview ul.k-scrollview-wrap li>*, kendo-scrollview.k-scrollview-wrap ul.k-scrollview li>* {
pointer-events:none
}
}
div.k-scrollview, kendo-scrollview.k-scrollview, kendo-scrollview.k-scrollview-wrap {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fff
}
div.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap, div.k-scrollview.k-scrollview-dark kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap.k-scrollview-dark .k-scrollview-nav-wrap, kendo-scrollview.k-scrollview-wrap.k-scrollview-dark kendo-scrollview-pager, kendo-scrollview.k-scrollview.k-scrollview-dark .k-scrollview-nav-wrap, kendo-scrollview.k-scrollview.k-scrollview-dark kendo-scrollview-pager {
	background-color: rgba(0,0,0,.2)
}
div.k-scrollview.k-scrollview-dark .k-scrollview-next, div.k-scrollview.k-scrollview-dark .k-scrollview-prev, 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 {
	color: rgba(0,0,0,.2)
}
div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap, div.k-scrollview.k-scrollview-light kendo-scrollview-pager, kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap, kendo-scrollview.k-scrollview-wrap.k-scrollview-light kendo-scrollview-pager, kendo-scrollview.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap, kendo-scrollview.k-scrollview.k-scrollview-light kendo-scrollview-pager {
	background-color: rgba(255,255,255,.2)
}
.k-scrollview-wrap:focus, .k-scrollview:focus {
	outline: 0
}
.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,.3) 0 0 15px;
	opacity: .7;
	outline-width: 0;
	-webkit-tap-highlight-color: transparent
}
.k-scrollview-next.k-state-focus, .k-scrollview-next:focus, .k-scrollview-prev.k-state-focus, .k-scrollview-prev:focus {
	color: #fff;
	opacity: 1
}
.k-scrollview-next.k-state-focus .k-icon::before, .k-scrollview-next:focus .k-icon::before, .k-scrollview-prev.k-state-focus .k-icon::before, .k-scrollview-prev:focus .k-icon::before {
	box-shadow: 0 0 0 2px rgba(0,0,0,.13)
}
.k-scrollview-next.k-state-hover, .k-scrollview-next:hover, .k-scrollview-prev.k-state-hover, .k-scrollview-prev:hover {
	color: #fff;
	opacity: 1
}
.k-scrollview-nav>.k-link, .k-scrollview-pageable>.k-button {
	background: #f5f5f5;
	border: rgba(0,0,0,.08);
	background-clip: padding-box
}
.k-scrollview-nav>.k-link.k-primary, .k-scrollview-pageable>.k-button.k-primary {
	background: #ff6358;
	border: #ff6358
}
.k-scrollview-nav>.k-link.k-state-focused, .k-scrollview-nav>.k-link:focus, .k-scrollview-pageable>.k-button.k-state-focused, .k-scrollview-pageable>.k-button:focus {
	box-shadow: 0 0 0 2px rgba(0,0,0,.13)
}
.k-scrollview-nav>.k-link.k-state-hover, .k-scrollview-nav>.k-link:hover {
	box-shadow: 0 0 0 2px rgba(0,0,0,.13)
}
.k-scrollview-pageable>.k-button {
	box-shadow: inset 0 0 2px rgba(0,0,0,.08)
}
.k-skeleton {
	display: block
}
.k-skeleton-text {
	border-radius: 2px;
	-webkit-transform: scale(1, .6);
	-ms-transform: scale(1, .6);
	transform: scale(1, .6)
}
.k-skeleton-text:empty::before {
	content: "\00a0"
}
.k-skeleton-rect {
	border-radius: 0
}
.k-skeleton-circle {
	border-radius: 9999px
}
@-webkit-keyframes k-skeleton-wave {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
60% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
100% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
}
@keyframes k-skeleton-wave {
0% {
-webkit-transform:translateX(-100%);
transform:translateX(-100%)
}
60% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
100% {
-webkit-transform:translateX(100%);
transform:translateX(100%)
}
}
.k-skeleton-wave .k-skeleton, .k-skeleton-wave.k-skeleton {
	position: relative;
	overflow: hidden
}
.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave.k-skeleton::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-animation: k-skeleton-wave 1.6s linear .5s infinite;
	animation: k-skeleton-wave 1.6s linear .5s infinite
}
@-webkit-keyframes k-skeleton-pulse {
0% {
opacity:1
}
50% {
opacity:.4
}
100% {
opacity:1
}
}
@keyframes k-skeleton-pulse {
0% {
opacity:1
}
50% {
opacity:.4
}
100% {
opacity:1
}
}
.k-skeleton-pulse .k-skeleton, .k-skeleton-pulse.k-skeleton {
	-webkit-animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite;
	animation: k-skeleton-pulse 1.5s ease-in-out .5s infinite
}
.k-skeleton {
	background-color: rgba(66,66,66,.2)
}
.k-skeleton-wave .k-skeleton::after, .k-skeleton-wave.k-skeleton::after {
	background-image: linear-gradient(to right, transparent, rgba(0,0,0,.04), transparent)
}
.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: 0;
	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: transparent
}
.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-chart-tooltip-wrapper, .k-sparkline-tooltip-wrapper {
	z-index: 12000
}
.k-chart-tooltip-wrapper>.k-popup, .k-sparkline-tooltip-wrapper>.k-popup {
	padding: 0;
	border-width: 0;
	background: 0 0
}
.k-chart-tooltip table {
	border-spacing: 0;
	border-collapse: collapse
}
.k-chart-tooltip {
	border-radius: 2px;
	font-size: 13.01px;
	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.67px;
	padding: 44px 29.33px 0 0
}
.k-right-handle div {
	margin: -22px 0 0 -14.67px;
	padding: 44px 0 0 29.33px
}
.k-left-handle.k-handle-active div {
	margin-left: -44px;
	padding-left: 58.67px
}
.k-right-handle.k-handle-active div {
	margin-left: -44px;
	padding-right: 58.67px
}
.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: 2px;
	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: transparent
}
.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: 25px
}
.k-treemap .k-treemap-title-vertical+.k-treemap-wrap {
	left: 25px
}
.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: #ff6358
}
.k-var--accent-contrast {
	background-color: #fff
}
.k-var--primary {
	background-color: #ff6358
}
.k-var--primary-contrast {
	background-color: #fff
}
.k-var--base {
	background-color: #fafafa
}
.k-var--background {
	background-color: #fff
}
.k-var--border-radius {
	margin-top: 2px
}
.k-var--normal-background {
	background-color: #fafafa
}
.k-var--normal-text-color {
	background-color: #424242
}
.k-var--hover-background {
	background-color: #f0f0f0
}
.k-var--hover-text-color {
	background-color: #424242
}
.k-var--selected-background {
	background-color: #ff6358
}
.k-var--selected-text-color {
	background-color: #fff
}
.k-var--success {
	background-color: #37b400
}
.k-var--info {
	background-color: #0058e9
}
.k-var--warning {
	background-color: #ffc000
}
.k-var--error {
	background-color: #f31700
}
.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: #ff6358
}
.k-var--gauge-track {
	background-color: #ebebeb
}
.k-var--chart-inactive {
	background-color: rgba(66,66,66,.5)
}
.k-var--chart-major-lines {
	background-color: rgba(0,0,0,.08)
}
.k-var--chart-minor-lines {
	background-color: rgba(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,.5)
}
.k-var--chart-notes-border {
	background-color: rgba(0,0,0,.5)
}
.k-var--chart-notes-lines {
	background-color: rgba(0,0,0,.5)
}
.k-var--chart-crosshair-background {
	background-color: rgba(0,0,0,.5)
}
.k-var--chart-error-bars-background {
	background-color: rgba(0,0,0,.5)
}
.k-chart, .k-sparkline, .k-stockchart {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: transparent
}
.k-chart .k-popup, .k-sparkline .k-popup, .k-stockchart .k-popup {
	background: 0 0
}
.k-chart-tooltip {
	color: #fff
}
.k-chart-tooltip-inverse {
	color: #000
}
.k-chart-crosshair-tooltip, .k-chart-shared-tooltip {
	color: #424242;
	background-color: #ebebeb;
	border-color: rgba(0,0,0,.08)
}
.k-selection {
	border-color: rgba(0,0,0,.08);
	box-shadow: inset 0 1px 7px rgba(0,0,0,.15)
}
.k-selection-bg {
	background-color: transparent
}
.k-handle {
	cursor: e-resize;
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-handle:hover {
	background-color: #ebebeb
}
.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,.08);
	color: #424242;
	background-color: #fff
}
.k-treemap .k-treemap-title {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #fafafa
}
.k-treemap .k-leaf {
	color: #fff
}
.k-treemap .k-leaf.k-inverse {
	color: #424242
}
.k-treemap .k-leaf.k-state-hover {
	box-shadow: inset 0 0 0 3px rgba(0,0,0,.08)
}
.k-map {
	height: 600px;
	border-width: 0;
	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: 0 0
}
.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: 0 0;
	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,.08);
	color: #424242;
	background-color: #fff
}
.k-map .k-navigator {
	border-color: rgba(0,0,0,.08);
	color: #424242;
	background-color: #f5f5f5;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.02))
}
.k-map .k-marker {
	color: #ff6358
}
.k-map .k-attribution {
	background-color: rgba(255,255,255,.8)
}
