/*! jQuery UI - v1.11.1 - 2014-08-13
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,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");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(2d0fe19a8438054960bb9697fbf445b1.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(5e53e3efb34d5c58c6625312ded62672.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(d5b88429850337d4b81935ccbaf1f26f.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(f182dff8e71b889f65f5badde3f2b9e8.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(aa2aac47724da16ff3cd75f07351b7c2.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(e8cb6a5f13def515822c57766624d6dd.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(27c3b439d6d29d9f4d08b18414e61e94.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(d272c9e431adfc13e5eb9aadbb4b7365.png);
}
.ui-widget-header .ui-icon {
	background-image: url(e1f5eb149ed5af13e076a230e8926817.png);
}
.ui-state-default .ui-icon {
	background-image: url(f446322d918d0b3add7f680e8ddaa0c4.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(f446322d918d0b3add7f680e8ddaa0c4.png);
}
.ui-state-active .ui-icon {
	background-image: url(f446322d918d0b3add7f680e8ddaa0c4.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(4dbfd9f813ef3dc07032438162f7b361.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(dcf14e29cbed24f2ee3c106091b8e2be.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(a095a85e72e604cf276a1f43f221e703.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(d8eabf52f0f0e5823ae41c3767204434.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
.rotate45{transform:rotate(45deg)}.rotate90{transform:rotate(90deg)}.rotate135{transform:rotate(135deg)}.rotate180{transform:rotate(180deg)}.rotate225{transform:rotate(225deg)}.rotate270{transform:rotate(270deg)}.rotate360{transform:rotate(360deg)}.rotate-45{transform:rotate(-45deg)}.rotate-90{transform:rotate(-90deg)}.rotate-135{transform:rotate(-135deg)}.rotate-180{transform:rotate(-180deg)}.rotate-225{transform:rotate(-225deg)}.rotate-270{transform:rotate(-270deg)}.rotate-360{transform:rotate(-360deg)}.rotateX45{transform:rotateX(45deg)}.rotateX90{transform:rotateX(90deg)}.rotateX135{transform:rotateX(135deg)}.rotateX180{transform:rotateX(180deg)}.rotateX225{transform:rotateX(225deg)}.rotateX270{transform:rotateX(270deg)}.rotateX360{transform:rotateX(360deg)}.rotateX-45{transform:rotateX(-45deg)}.rotateX-90{transform:rotateX(-90deg)}.rotateX-135{transform:rotateX(-135deg)}.rotateX-180{transform:rotateX(-180deg)}.rotateX-225{transform:rotateX(-225deg)}.rotateX-270{transform:rotateX(-270deg)}.rotateX-360{transform:rotateX(-360deg)}.rotateY45{transform:rotateY(45deg)}.rotateY90{transform:rotateY(90deg)}.rotateY135{transform:rotateY(135deg)}.rotateY180{transform:rotateY(180deg)}.rotateY225{transform:rotateY(225deg)}.rotateY270{transform:rotateY(270deg)}.rotateY360{transform:rotateY(360deg)}.rotateY-45{transform:rotateY(-45deg)}.rotateY-90{transform:rotateY(-90deg)}.rotateY-135{transform:rotateY(-135deg)}.rotateY-180{transform:rotateY(-180deg)}.rotateY-225{transform:rotateY(-225deg)}.rotateY-270{transform:rotateY(-270deg)}.rotateY-360{transform:rotateY(-360deg)}.op-default{background-color:rgba(27,161,226,0.7)}.fg-black{color:#000000 !important}.bg-black{background-color:#000000 !important}.bd-black{border-color:#000000 !important}.ol-black{outline-color:#000000 !important}.op-black{background-color:rgba(0,0,0,0.7)}.ribbed-black{background:#000000 linear-gradient(-45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent) !important;background-size:40px 40px !important}.before-bg-black:before{background:#000000 !important}.before-fg-black:before{color:#000000 !important}.after-bg-black:after{background:#000000 !important}.after-fg-black:after{color:#000000 !important}.bg-hover-black:hover{background:#000000 !important}.bg-active-black:active{background:#000000 !important}.bg-focus-black:focus{background:#000000 !important}.fg-hover-black:hover{color:#000000 !important}.fg-active-black:active{color:#000000 !important}.fg-focus-black:focus{color:#000000 !important}.dropdown-toggle{position:relative;cursor:pointer}.dropdown-toggle:before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:5px;width:5px;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-0.1625rem;z-index:2;transform:rotate(-45deg)}.dropdown-toggle.drop-marker-light:before{border-color:#ffffff}*.dropdown-toggle{padding-right:1.625rem}.flush-list{padding:0;margin:0;list-style:none inside none}.shadow{box-shadow:0 2px 4px rgba(0,0,0,0.35)}.before-shadow:before{box-shadow:0 2px 4px rgba(0,0,0,0.35)}.after-shadow:after{box-shadow:0 2px 4px rgba(0,0,0,0.35)}.block-shadow{box-shadow:0 0 5px 0 rgba(0,0,0,0.3)}.block-shadow-success{box-shadow:0 0 25px 0 rgba(0,128,0,0.7)}.block-shadow-error{box-shadow:0 0 25px 0 rgba(128,0,0,0.7)}.block-shadow-danger{box-shadow:0 0 25px 0 rgba(128,0,0,0.7)}.block-shadow-warning{box-shadow:0 0 25px 0 rgba(255,165,0,0.7)}.block-shadow-info{box-shadow:0 0 25px 0 rgba(89,205,226,0.7)}.block-shadow-impact{box-shadow:0 0 20px 0 rgba(0,0,0,0.2)}.bottom-shadow{box-shadow:-1px 6px 6px -6px rgba(0,0,0,0.35)}.text-shadow{text-shadow:2px 2px 4px rgba(0,0,0,0.4)}.before-text-shadow:before{text-shadow:2px 2px 4px rgba(0,0,0,0.4)}.after-text-shadow:after{text-shadow:2px 2px 4px rgba(0,0,0,0.4)}.no-shadow{box-shadow:none !important}.full-size{width:100% !important}.block{display:block !important}.inline-block{display:inline-block !important}.no-display{display:none !important}.no-margin{margin:0 !important}.no-margin-right{margin-right:0 !important}.no-margin-left{margin-left:0 !important}.no-margin-top{margin-top:0 !important}.no-margin-bottom{margin-bottom:0 !important}.no-padding{padding:0 !important}.no-padding-left{padding-left:0 !important}.no-padding-right{padding-right:0 !important}.no-padding-top{padding-top:0 !important}.no-padding-bottom{padding-bottom:0 !important}.no-float{float:none !important}.no-visible{visibility:hidden !important}.no-border{border:0 !important}.no-overflow{overflow:hidden !important}.no-scroll{overflow:hidden !important}.no-scroll-x{overflow-x:hidden !important}.no-scroll-y{overflow-y:hidden !important}.no-wrap{white-space:nowrap !important}.no-border-left{border-left:none !important}.no-border-right{border-right:none !important}.no-border-top{border-top:none !important}.no-border-bottom{border-bottom:none !important}.transparent-border{border-color:transparent !important}.place-right{float:right !important}.place-left{float:left !important}.clear-float:before,.clear-float:after{display:table;content:""}.clear-float:after{clear:both}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}.no-user-select{user-select:none}.no-appearance{-moz-appearance:none;-webkit-appearance:none;appearance:none}.debug{border:1px dashed red}.example{padding:.625rem 1.825rem .625rem 2.5rem;border:1px #ccc dashed;position:relative;margin:0 0 .625rem 0;background-color:#fff}.example:before,.example:after{display:table;content:""}.example:after{clear:both}.example:before{position:absolute;content:attr(data-text);text-transform:lowercase;left:1.5rem;top:11.875rem;color:gray;display:block;font-size:1rem;line-height:1rem;height:1rem;text-align:right;white-space:nowrap;direction:ltr;width:12.5rem;transform:rotate(-90deg);transform-origin:0 100%}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.padding10{padding:.625rem}.padding20{padding:1.25rem}.padding30{padding:1.875rem}.padding40{padding:2.5rem}.padding50{padding:3.125rem}.padding60{padding:3.75rem}.padding70{padding:4.375rem}.padding80{padding:5rem}.padding90{padding:5.625rem}.padding100{padding:6.25rem}.padding5{padding:5px}.margin5{margin:5px}.margin10{margin:.625rem}.margin20{margin:1.25rem}.margin30{margin:1.875rem}.margin40{margin:2.5rem}.margin50{margin:3.125rem}.margin60{margin:3.75rem}.margin70{margin:4.375rem}.margin80{margin:5rem}.margin90{margin:5.625rem}.margin100{margin:6.25rem}.opacity{opacity:.9}.half-opacity{opacity:.5}.hi-opacity{opacity:.2}.element-selected{border:4px #4390df solid}.element-selected:after{position:absolute;display:block;border-top:28px solid #4390df;border-left:28px solid transparent;right:0;content:"";top:0;z-index:101}.element-selected:before{position:absolute;display:block;content:"";background-color:transparent;border-color:#ffffff;border-left:2px solid;border-bottom:2px solid;height:.25rem;width:.5rem;right:0;top:0;z-index:102;transform:rotate(-45deg)}.set-border{border:1px #d9d9d9 solid}.set-border.medium-border{border-width:8px}.set-border.large-border{border-width:16px}.fluent-menu .tabs-holder{list-style:none;position:relative;margin:0;padding:0;display:block;z-index:2}.fluent-menu .tabs-holder:before,.fluent-menu .tabs-holder:after{display:table;content:""}.fluent-menu .tabs-holder:after{clear:both}.fluent-menu .tabs-holder li{display:block;float:left;margin-right:5px;background-color:#ffffff}.fluent-menu .tabs-holder li a{display:block;float:left;padding:.25rem 1rem;text-transform:uppercase;font-size:.8em;color:#444444}.fluent-menu .tabs-holder li a:hover{color:#00838F}.fluent-menu .tabs-holder li:first-child{margin-left:0}.fluent-menu .tabs-holder li.active{border:1px #d4d4d4 solid;border-bottom-color:#ffffff}.fluent-menu .tabs-holder li.active a{color:#00838F}.fluent-menu .tabs-holder li.special{border:1px #00838F solid;background-color:#00838F}.fluent-menu .tabs-holder li.special a{color:#ffffff}.fluent-menu .tabs-holder li.special a:hover{color:#ffffff}.fluent-menu .tabs-content{z-index:1;position:relative;margin-top:-1px;border:1px #d4d4d4 solid;background-color:#ffffff;height:120px}.fluent-menu .tabs-content .tab-panel{display:block;height:100%;padding:5px 0 2px}.fluent-menu .tabs-content .tab-panel .tab-panel-group{height:100%;position:relative;display:block;float:left;padding:0 5px;border-right:1px #d4d4d4 solid}.fluent-menu .tabs-content .tab-panel .tab-panel-group:last-child{margin-right:0}.fluent-menu .tabs-content .tab-panel .tab-group-caption{font-size:10px;margin:2px 0 -2px;text-align:center;display:block;position:absolute;bottom:0;right:0;left:0;white-space:nowrap;background:#eeeeee}.fluent-menu .tabs-content .tab-panel .tab-content-segment{display:block;float:left;position:relative}.fluent-menu .fluent-button,.fluent-menu .fluent-big-button,.fluent-menu .fluent-tool-button{background-color:#ffffff;padding:.3125rem;display:block;cursor:default;border:0;outline:none;font-size:.8em;line-height:1.2;vertical-align:middle}.fluent-menu .fluent-button:hover,.fluent-menu .fluent-big-button:hover,.fluent-menu .fluent-tool-button:hover{background-color:#D9F0F2}.fluent-menu .fluent-button img,.fluent-menu .fluent-big-button img,.fluent-menu .fluent-tool-button img,.fluent-menu .fluent-button .icon,.fluent-menu .fluent-big-button .icon,.fluent-menu .fluent-tool-button .icon,.fluent-menu .fluent-button [class*=mif-],.fluent-menu .fluent-big-button [class*=mif-],.fluent-menu .fluent-tool-button [class*=mif-]{line-height:1.2;display:block;float:left;margin-right:5px;width:16px;height:16px;color:#444444;vertical-align:middle}.fluent-menu .fluent-button .label,.fluent-menu .fluent-big-button .label,.fluent-menu .fluent-tool-button .label{display:inline-block;color:inherit;font:inherit}.fluent-menu .fluent-button:active,.fluent-menu .fluent-big-button:active,.fluent-menu .fluent-tool-button:active{top:0;left:0;background-color:#8dd2d8}.fluent-menu .fluent-button.dropdown-toggle:before,.fluent-menu .fluent-big-button.dropdown-toggle:before,.fluent-menu .fluent-tool-button.dropdown-toggle:before{margin-top:-0.3125rem}.fluent-menu .fluent-big-button{padding:7px 5px;text-align:center;white-space:normal;line-height:12px;float:left;position:relative}.fluent-menu .fluent-big-button img,.fluent-menu .fluent-big-button .icon,.fluent-menu .fluent-big-button [class*=mif-]{display:block;width:40px;height:40px;font-size:40px;float:none;text-align:center;margin:5px auto 5px}.fluent-menu .fluent-big-button br{line-height:4px;height:4px;font-size:4px}.fluent-menu .fluent-tool-button{padding:4px}.fluent-menu .fluent-tool-button img,.fluent-menu .fluent-tool-button [class*="icon-"]{display:block;width:16px;height:16px;font-size:16px;float:none;text-align:center}.fluent-menu .fluent-tool-button img{margin-right:0}.fluent-menu .dropdown-toggle{padding-right:24px}.fluent-menu .d-menu{position:absolute;top:100%;z-index:100}.fluent-menu .d-menu a{padding:4px 24px;font-size:.8em}.fluent-menu .d-menu a:hover{background-color:#D9F0F2;color:#444444}.metro .fluent-menu li a{font-size:13px}.fluent-menu .tabs-content .tab-panel .tab-group-caption{background:transparent;margin-bottom:2px}.fluent-menu .tabs-content .tab-panel{box-sizing:border-box}.metro button{font-family:"Segoe UI","Open Sans",Verdana,Arial,Helvetica,sans-serif}.metro .fluent-menu .tabs-content{border-bottom-color:#898d92;height:110px}.metro .fluent-menu .fluent-big-button img,.metro .fluent-menu .fluent-big-button [class*='icon-']{width:32px;height:32px;font-size:32px}.metro .fluent-menu .fluent-big-button,.metro .fluent-menu .fluent-tool-button,.metro .fluent-menu .fluent-button,.metro .fluent-menu{font-size:11px}.metro li.k-item{font-size:11px}.metro .fluent-menu .tab-panel{overflow:auto}.metro .fluent-menu li a:focus,.metro .fluent-menu li a:link,.metro .fluent-menu li a:active,.metro .fluent-menu li a:hover{text-decoration:none}.metro .fluent-button{margin:0 !important}.metro .fluent-big-button .idms_Icon{display:block;font-size:32px;line-height:42px}.metro button:disabled,.metro button.disabled{background-color:#eaeaea !important;color:#bebebe !important;cursor:not-allowed !important}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-flex-wrap{flex-wrap:wrap}.k-flex-nowrap{flex-wrap:nowrap}.k-flex-wrap-reverse{flex-wrap:wrap-reverse}.k-flex{flex:1 1 0}.k-flex-auto{flex:1 1 auto}.k-no-flex{flex:0 0 0}.k-no-flex-auto{flex:0 0 auto}.k-flex-grow{flex-grow:1}.k-no-flex-grow{flex-grow:0}.k-flex-shrink{flex-shrink:1}.k-no-flex-shrink{flex-shrink:0}.k-align-items-start{align-items:flex-start}.k-align-items-end{align-items:flex-end}.k-align-items-center{align-items:center}.k-align-items-stretch{align-items:stretch}.k-align-items-baseline{align-items:baseline}.k-align-content-start{align-content:flex-start}.k-align-content-end{align-content:flex-end}.k-align-content-center{align-content:center}.k-align-content-stretch{align-content:stretch}.k-align-content-baseline{align-content:baseline}.k-align-self-start{align-self:flex-start}.k-align-self-end{align-self:flex-end}.k-align-self-center{align-self:center}.k-align-self-stretch{align-self:stretch}.k-align-self-baseline{align-self:baseline}.k-justify-content-start{justify-content:flex-start}.k-justify-content-end{justify-content:flex-end}.k-justify-content-center{justify-content:center}.k-justify-content-between{justify-content:space-between}.k-justify-content-around{justify-content:space-around}.k-justify-content-evenly{justify-content:space-evenly}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.fake{color:red}.k-common-test-class{opacity:0}.k-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.k-no-click{pointer-events:none}.k-floatwrap:after,.k-slider-items:after,.k-grid-toolbar:after{content:"";display:block;clear:both;visibility:hidden;height:0;overflow:hidden}.k-floatwrap,.k-slider-items,.k-grid-toolbar{display:inline-block}.k-floatwrap,.k-slider-items,.k-grid-toolbar{display:block}.k-block,.k-header,.k-grid-header,.k-toolbar,.k-grouping-header,.k-tooltip,.k-pager-wrap,.k-tabstrip-items .k-item,.k-link.k-state-hover,.k-textbox,.k-textbox:hover,.k-autocomplete,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap,.k-autocomplete.k-state-hover,.k-dropdown-wrap.k-state-hover,.k-picker-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-draghandle{background-repeat:repeat;background-position:0 center}.k-link:hover{text-decoration:none}.k-state-highlight>.k-link{color:inherit}.k-textbox>input,.k-multiselect .k-input,.k-input[type="text"],.k-input[type="number"],.k-textbox,.k-picker-wrap .k-input{font-size:100%;font-family:inherit;border-style:solid;border-width:1px;-webkit-appearance:none}.k-widget,.k-block,.k-inline-block,.k-draghandle{border-style:solid;border-width:1px;-webkit-appearance:none}.k-block,.k-widget{line-height:normal;outline:0}.k-widget .k-input::-ms-clear,.k-list-filter ::-ms-clear{width:0;height:0}.k-block,.k-widget,.k-grid,.k-slider,.k-splitter,.k-treeview,.k-panelbar,.k-content,.k-header-column-menu{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-block,.k-slider,.k-splitbar,.k-calendar,.k-treeview,.k-pager-wrap,.k-grid-header .k-i-link-horizontal,.k-header-column-menu{-webkit-touch-callout:none}.k-header-column-menu{color:inhert}.k-block{padding:2px}.k-block>.k-header{margin:-2px 0 10px -2px;padding:.3em 2px;width:100%;border-bottom-style:solid;border-bottom-width:1px;font-size:1.2em;white-space:nowrap;min-height:16px;position:relative}a.k-button-expand{display:block}button.k-button-expand,input[type="submit"].k-button-expand,input[type="button"].k-button-expand,input[type="reset"].k-button-expand{width:100%}.k-toolbar .k-button-icontext{padding-right:.8em}.k-link{cursor:pointer;outline:0;text-decoration:none}.k-grid-header span.k-link{cursor:default}.k-state-disabled,.k-state-disabled .k-link,.k-state-disabled .k-icon,.k-state-disabled .k-draghandle,.k-state-disabled .k-upload-button input{cursor:default !important;pointer-events:none;outline:0}.k-state-disabled{opacity:.7}.k-state-disabled>.k-button{opacity:1}@media print{.k-state-disabled,.k-state-disabled .k-input{opacity:1 !important}}.k-state-error{border-style:ridge}.k-state-empty{font-style:italic}.k-icon.k-i-none{background-image:none !important}.k-image{border:0}.k-widget .k-icon.k-i-expand,.k-widget .k-icon.k-i-collapse{cursor:pointer}.k-badge{max-width:100%;font-size:.7em;line-height:2em;margin-left:6px;padding:0 6px;text-align:center;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}html .k-success-colored{color:#507f50;border-color:#d0dfd0;background-color:#f0fff0}html .k-info-colored{color:#50607f;border-color:#d0d9df;background-color:#f0f9ff}html .k-error-colored{color:#7f5050;border-color:#dfd0d0;background-color:#fff0f0}.k-inline-block{padding:0 2px}.k-loading,.k-loading-image{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-icon.k-i-loading{background-color:transparent;background-repeat:no-repeat;background-position:center center}.k-icon.k-i-loading::before{content:"";display:none}.k-loading-mask,.k-loading-image,.k-loading-text{position:absolute}.k-loading-mask{z-index:100}.k-loading-mask.k-opaque .k-loading-color{opacity:1}.k-loading-mask .k-loading-progress{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.k-loading-text{text-indent:-4000px;text-align:center}.k-loading-image,.k-loading-color{width:100%;height:100%}.k-loading-image{top:0;left:0;z-index:2}.k-loading-color{filter:alpha(opacity=30);opacity:.3}.k-content-frame{border:0;width:100%;height:100%}.k-pane>.k-splitter-overlay{filter:alpha(opacity=0);opacity:0;position:absolute}.k-drag-clue{position:absolute;z-index:10003;border-style:solid;border-width:1px;font-size:.9em;padding:.2em .4em;white-space:nowrap;cursor:default}.k-item.k-drag-clue{font-size:inherit}.k-drag-status{margin-top:-3px;margin-right:4px;vertical-align:middle}.k-reorder-cue{position:absolute;width:1px;overflow:visible}.k-reorder-cue .k-icon{position:absolute;left:-4px;width:8px;height:4px}.k-reorder-cue .k-i-arrow-60-down{top:-4px}.k-reorder-cue .k-i-arrow-60-up{bottom:-4px}.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}@media only screen and (-webkit-min-device-pixel-ratio:2){body .k-touch-scrollbar{height:12px;width:12px;border-radius:7px}}.k-virtual-scrollable-wrap{overflow-x:auto}.k-current-time{background:#f00;position:absolute}.k-current-time-arrow-down{width:0;height:0;background:transparent;border-bottom:4px solid  transparent;border-top:4px solid #f00;border-left:4px solid transparent;border-right:4px solid transparent}.k-current-time-arrow-left{width:0;height:0;background:transparent;border-bottom:4px solid  transparent;border-top:4px solid transparent;border-left:4px solid transparent;border-right:4px solid #f00}.k-current-time-arrow-right{width:0;height:0;background:transparent;border-bottom:4px solid  transparent;border-top:4px solid transparent;border-left:4px solid #f00;border-right:4px solid transparent}.k-animation-container,.k-widget,.k-widget *,.k-animation-container *,.k-widget *:before,.k-animation-container *:after,.k-block .k-header,.k-list-container,.k-dialog .k-window-content{box-sizing:content-box}.k-textbox,.k-autocomplete,.k-tabstrip>.k-content>.km-scroll-container,.k-block,.k-edit-cell .k-widget,.k-grid-edit-row .k-widget,.k-grid-edit-row .text-box,.km-actionsheet>li,.km-shim,div.k-window-content{box-sizing:border-box}.input-group .form-control{box-sizing:border-box}.form-control.k-widget{padding:0}.km-widget,.km-widget *{-moz-background-clip:border-box;-webkit-background-clip:border-box;background-clip:border-box}input.k-checkbox,.k-radio{display:inline;opacity:0;width:0;margin:0;-webkit-appearance:none;overflow:hidden}.k-ff input.k-checkbox,.k-ff .k-radio{position:absolute}.k-checkbox-label,.k-radio-label{display:inline-block;position:relative;padding-left:25.2px;vertical-align:top;line-height:16px;cursor:pointer;border-style:solid;border-width:0}.k-checkbox-label:before{font:14px "WebComponentsIcons",monospace;content:"";position:absolute;top:0;left:0;border-width:1px;border-style:solid;width:14px;height:14px;font-size:14px;line-height:14px;text-align:center}.k-checkbox:indeterminate+.k-checkbox-label:after{content:"";position:absolute;left:8px;top:8px;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-width:1px;border-style:solid;width:8px;height:8px;font-size:14px;text-align:center;content:" "}.k-checkbox:checked+.k-checkbox-label:before{content:"\E118"}.k-checkbox:disabled+.k-checkbox-label{cursor:auto}.k-radio-label:before{content:"";position:absolute;top:0;left:0;width:14px;height:14px;border-style:solid}.k-radio:checked+.k-radio-label:after{content:"";width:10px;height:10px;position:absolute;top:3px;left:3px}.k-radio:disabled+.k-radio-label{cursor:auto}.k-rtl .k-checkbox-label,.k-rtl .k-radio-label{padding-left:0;padding-right:25.2px}.k-rtl .k-checkbox-label:before,.k-rtl .k-radio-label:before{right:0}.k-rtl .k-radio:checked+.k-radio-label:after{right:3px}input.k-checkbox+label{-webkit-user-select:none}.k-pdf-export-shadow{position:absolute;overflow:hidden;left:-15000px;width:14400px}.km-native-scroller{overflow:auto;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-x pan-y;-ms-overflow-style:-ms-autohiding-scrollbar;-ms-scroll-snap-type:proximity}.k-hr{margin:.5em auto;padding:0;height:0;border-width:1px 0 0;border-style:solid;display:block;float:none;clear:both}.k-icon,.k-tool-icon{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 'WebComponentsIcons';speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:inherit}.k-i-drag-and-drop,.k-column-menu .k-sprite,.k-grid-mobile .k-resize-handle-inner:before,.k-grid-mobile .k-resize-handle-inner:after,.k-pager-numbers .k-current-page .k-link:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after,.k-gantt-views>.k-current-view>.k-link:after{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 'WebComponentsIcons';speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.k-icon:before{margin:auto;width:1em;height:1em;line-height:1;display:inline-block;position:absolute;top:0;bottom:0;left:0;right:0}.k-button.k-button-icon .k-icon,.k-grid-filter .k-icon,.k-header .k-icon{text-indent:-99999px;overflow:hidden}.k-button.k-button-icon .k-icon:before,.k-grid-filter .k-icon:before,.k-header .k-icon:before{text-indent:0}.k-sprite{width:16px;height:16px;font-size:0;line-height:0;text-align:center;background-repeat:no-repeat;background-color:transparent;display:inline-block;vertical-align:middle;overflow:hidden;-ms-high-contrast-adjust:none}.k-list-container .k-footer:before,.k-list-container .k-footer:after{content:"";display:block;overflow:hidden}.k-reorder-cue{position:absolute}.k-reorder-cue::before,.k-reorder-cue::after{content:"";width:0;height:0;border:3px solid transparent;position:absolute;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-flip-h{transform:scaleX(-1)}.k-flip-v{transform:scaleY(-1)}.k-flip-h.k-flip-v{transform:scale(-1, -1)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-button{margin:0;padding:4px 8px;box-sizing:border-box;border-width:1px;border-style:solid;background-repeat:repeat-x;background-position:0 center;font:inherit;line-height:1.42857143;text-align:center;text-decoration:none;display:inline-flex;overflow:hidden;align-items:center;justify-content:center;vertical-align:middle;user-select:none;cursor:pointer;outline:none;-webkit-appearance:none;position:relative}.k-no-flexbox .k-button{display:inline-block}.k-button::-moz-focus-inner{padding:0;border:0;outline:0}.k-button:hover,.k-button:focus{text-decoration:none;outline:0}.k-button .k-text{overflow:hidden}.k-button .k-icon,.k-button .k-image,.k-button .k-sprite{color:inherit;align-self:center;pointer-events:none}.k-button-icontext{overflow:visible}.k-button-icontext .k-icon,.k-button-icontext .k-image,.k-button-icontext .k-sprite{margin-right:3px;margin-right:.1875em;margin-left:-2px;margin-left:-0.125em}.k-button[disabled],.k-state-disabled .k-button,.k-button.k-state-disabled{cursor:default;outline:0;box-shadow:none;opacity:.6}.k-ie9 .k-button{display:inline-block}a.k-button-expand{display:block}button.k-button-expand,input[type="submit"].k-button-expand,input[type="button"].k-button-expand,input[type="reset"].k-button-expand{width:100%}.k-button-icon{height:calc(1.4285714285714286em + (2*4px) + 2px)}.k-split-button-arrow{display:inline-block}.k-button-icon,.k-split-button-arrow{width:calc(1.4285714285714286em + (2*4px) + 2px);padding:4px calc(8px/2)}.k-overflow-group .k-button-icon{width:auto}.k-button.k-flat,.k-button.k-bare{border-color:transparent !important;color:inherit;background:none !important;box-shadow:none !important;transition:color .2s ease-in-out}.k-button.k-flat:hover,.k-button.k-bare:hover,.k-button.k-flat.k-state-hover,.k-button.k-bare.k-state-hover,.k-button.k-flat:active,.k-button.k-bare:active,.k-button.k-flat.k-state-active,.k-button.k-bare.k-state-active,.k-button.k-flat:hover:active,.k-button.k-bare:hover:active,.k-button.k-flat:hover.k-state-active,.k-button.k-bare:hover.k-state-active{color:inherit}.k-button.k-flat::before,.k-button.k-bare::before{display:block}.k-button.k-flat::after,.k-button.k-bare::after{display:block}.k-button.k-flat:focus::after,.k-button.k-bare:focus::after,.k-button.k-flat.k-state-focused::after,.k-button.k-bare.k-state-focused::after{box-shadow:inset 0 0 0 2px currentColor;opacity:.12}.k-button.k-flat[disabled],.k-button.k-bare[disabled],.k-state-disabled .k-button.k-flat,.k-state-disabled .k-button.k-bare,.k-button.k-flat.k-state-disabled,.k-button.k-bare.k-state-disabled{pointer-events:none}.k-button::before{border-radius:inherit;content:"";background:currentColor;opacity:0;display:none;pointer-events:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;transition:opacity .2s ease-in-out}.k-button:hover::before,.k-button.k-state-hover::before{opacity:.08}.k-button.k-no-focus:not(:hover)::before,.k-button.k-no-focus:not(.k-state-hover)::before{opacity:0}.k-button:active::before,.k-button.k-state-active::before{opacity:.16}.k-button.k-state-selected::before{opacity:.2}.k-button::after{border-radius:inherit;content:"";opacity:0;display:none;pointer-events:none;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;transition:opacity .2s ease-in-out}.k-button-group{margin:0;padding:0;border-width:0;list-style:none;white-space:nowrap;display:inline-flex;flex-direction:row;vertical-align:middle;position:relative;flex-wrap:nowrap}.k-button-group .k-button{position:relative}.k-button-group .k-button+.k-button{margin-left:-1px}.k-button-group.k-button-group-stretched .k-button{flex:1 0 auto}.k-button-group .k-button:active,.k-button-group .k-button.k-state-active{z-index:2}.k-button-group .k-button:hover,.k-button-group .k-button.k-state-hover{z-index:3}.k-button-group .k-button.k-state-disabled,.k-button-group.k-state-disabled .k-button{z-index:auto}.k-button-group .k-button:focus,.k-button-group .k-button.k-state-focused{z-index:4}.k-button-group>input[type="radio"],.k-button-group>input[type="checkbox"],.k-button-group label input[type="radio"],.k-button-group label input[type="checkbox"]{margin:0;padding:0;clip:rect(0, 0, 0, 0);position:absolute;pointer-events:none}.k-overflow-container .k-overflow-tool-group{display:block}.k-rtl .k-button-group .k-button{margin-left:0}.k-rtl .k-button-group .k-button+.k-button{margin-right:-1px}.k-no-flexbox .k-button-group{display:inline-block}.k-no-flexbox .k-button-group:after{content:"";display:block;clear:both}.k-no-flexbox .k-button-group .k-button{display:inline-block;vertical-align:top}.k-action-buttons{margin:1em 0 0;padding:6px 8px;text-align:right;position:relative;clear:both}.k-action-buttons .k-button{min-width:75px}.k-action-buttons .k-button+.k-button{margin-left:6px}.k-action-buttons .k-button.k-left{float:left;margin:0 0 0 1em}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-rpanel-left{transform:translateX(-100%);-webkit-transform:translateX(-100%) translateZ(0);-ms-transform:translateX(-100%) translateZ(0);transform:translateX(-100%) translateZ(0);left:0}.k-rpanel-right{transform:translateX(100%);-webkit-transform:translateX(100%) translateZ(0);-ms-transform:translateX(100%) translateZ(0);transform:translateX(100%) translateZ(0);right:0}.k-rpanel-left,.k-rpanel-right{position:fixed;display:block;overflow:auto;min-width:320px;height:100%;top:0}.k-rpanel-left.k-rpanel-expanded,.k-rpanel-right.k-rpanel-expanded{transform:translateX(0);-webkit-transform:translateX(0) translateZ(0);-ms-transform:translateX(0) translateZ(0);transform:translateX(0) translateZ(0)}.k-rpanel-left+*,.k-rpanel-right+*{overflow:auto}.k-ie9 .k-rpanel-left{left:-100%}.k-ie9 .k-rpanel-left.k-rpanel-expanded{left:0}.k-rpanel-top{position:static;max-height:0}.k-rpanel-top.k-rpanel-expanded{max-height:568px;overflow:visible !important}.k-rpanel-toggle{touch-action:manipulation}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-edit-form{margin:0;padding:0}.k-window>div.k-popup-edit-form{padding:1em 0}.k-grid-edit-row .k-edit-form td{border-bottom-width:0}.k-edit-form-container{position:relative;width:400px}.k-edit-label,.k-edit-form-container .editor-label{float:left;clear:both;width:30%;padding:.4em 0 1em;margin-left:2%;text-align:right}.k-edit-field,.k-edit-form-container .editor-field{float:right;clear:right;width:60%;margin-right:2%;padding:0 0 .6em}.k-edit-field>input[type="checkbox"],.k-edit-field>input[type="radio"]{margin-top:.4em}.k-edit-form-container .k-button{margin:0 .16em}.k-edit-field>input[type="checkbox"]:first-child,.k-edit-field>input[type="radio"]:first-child,.k-edit-field>label:first-child>input[type="checkbox"],.k-edit-field>.k-button:first-child{margin-left:0}.k-edit-form-container .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-window{padding:0;border-width:1px;border-style:solid;display:inline-block;position:absolute;z-index:10001}.k-window .k-overlay{position:absolute;opacity:0}.k-window-sm{width:300px}.k-window-md{width:800px}.k-window-lg{width:1200px}.k-window-titlebar{padding:4px 12px;border-width:0 0 1px;border-style:solid;width:100%;box-sizing:border-box;white-space:nowrap;min-height:16px}.k-window-title{font-size:1.2em;line-height:1.25;display:block;text-overflow:ellipsis;overflow:hidden;cursor:default}.k-window-title::before{content:"";display:inline-block}.k-window-titlebar .k-window-actions{position:absolute;top:2px;right:6px}.k-window-titlebar .k-window-action{padding:2px;width:20px;height:20px;border-width:0;box-sizing:content-box;opacity:.7}.k-window-titlebar .k-window-action:hover{opacity:1}.k-window-content,.k-prompt-container{padding:12px 12px;height:100%;overflow:auto;position:relative;outline:0}.k-window-content+.k-prompt-container{margin-top:-12px}.k-prompt-container .k-textbox{width:100%}.k-window-iframecontent{padding:0;overflow:visible}.k-window-iframecontent .k-content-frame{vertical-align:top;border:0;width:100%;height:100%}.k-window-content>.km-scroll-container{height:100%}.k-window>.k-resize-handle{position:absolute;z-index:1;background-color:#fff;font-size:0;line-height:6px;opacity:0;zoom:1}.k-resize-n{top:-3px;left:0;width:100%;height:6px;cursor:n-resize}.k-resize-e{top:0;right:-3px;width:6px;height:100%;cursor:e-resize}.k-resize-s{bottom:-3px;left:0;width:100%;height:6px;cursor:s-resize}.k-resize-w{top:0;left:-3px;width:6px;height:100%;cursor:w-resize}.k-resize-se{bottom:-3px;right:-3px;width:6px;height:6px;cursor:se-resize}.k-resize-sw{bottom:-3px;left:-3px;width:6px;height:6px;cursor:sw-resize}.k-resize-ne{top:-3px;right:-3px;width:6px;height:6px;cursor:ne-resize}.k-resize-nw{top:-3px;left:-3px;width:6px;height:6px;cursor:nw-resize}.k-overlay{position:fixed;top:0;left:0;z-index:10001;width:100%;height:100%;background-color:#000;opacity:.5;-webkit-backface-visibility:hidden}.k-window>.k-action-buttons,.k-window-content>.k-action-buttons{border-width:1px 0 0;border-style:solid}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-tabstrip{margin:0;padding:0;zoom:1;position:relative}.k-tabstrip-items{padding:.3em .3em 0}.k-tabstrip-scrollable .k-tabstrip-items{white-space:nowrap;overflow:hidden}.k-tabstrip>.k-button.k-bare{position:absolute;top:.27em;z-index:2;user-select:none}.k-tabstrip-bottom>.k-button.k-bare{top:auto;bottom:.15em}.k-tabstrip-prev{left:.4em}.k-tabstrip-next{right:.4em}.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item{list-style-type:none;display:inline-block;position:relative;border-style:solid;border-width:1px 1px 0;padding:0;vertical-align:top}.k-tabstrip-items>.k-item{overflow:hidden}.k-tabstrip-items .k-tab-on-top,.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-items .k-state-active{margin-bottom:-1px;padding-bottom:1px}.k-tabstrip-top>.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item{margin:0 -1px 0 0}.k-tabstrip-top>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-top>.k-tabstrip-items .k-state-active{border-bottom-width:1px;margin-bottom:-1px;padding-bottom:0px}.k-tabstrip-items .k-tab-on-top{z-index:1}.k-tabstrip-items .k-link,.k-panelbar .k-tabstrip-items .k-link{display:inline-block;border-bottom-width:0;padding:.5em .92em}.k-tabstrip-items .k-icon,.k-panelbar .k-tabstrip-items .k-icon{margin:-1px 4px 0 -3px;vertical-align:top}.k-tabstrip-items .k-item .k-image,.k-tabstrip-items .k-item .k-sprite,.k-panelbar .k-tabstrip-items .k-item .k-image,.k-panelbar .k-tabstrip-items .k-item .k-sprite{margin:-3px 3px 0 -6px;vertical-align:middle}.k-tabstrip-items .k-loading{top:0;left:0;height:0;width:20%;position:absolute;background:transparent;border-top:1px solid transparent;border-color:inherit;transition:all "width 200ms linear" ease;transition:width 200ms linear;transition:"width 200ms linear";animation:k-tab-loader 1s ease-in-out infinite}.k-tabstrip-items .k-progress{animation:none}.k-tabstrip-items .k-loading.k-complete{width:100%;animation:none}.k-tabstrip>.k-content,.k-panelbar .k-tabstrip>.k-content{position:static;border-style:solid;border-width:1px;margin:0 .286em .3em;padding:.92em;zoom:1}.k-tabstrip>.k-content{display:none;overflow:auto}.k-tabstrip>.k-content.km-scroll-wrapper{padding:0}.k-tabstrip>.k-content>.km-scroll-container{padding:.3em .92em}@keyframes k-tab-loader{0%{left:0}50%{left:80%}100%{left:0}}.k-tabstrip-left>div.k-content,.k-tabstrip-right>div.k-content{margin:.286em .3em}.k-tabstrip-left>.k-tabstrip-items .k-item,.k-tabstrip-right>.k-tabstrip-items .k-item{display:block;margin-bottom:-1px}.k-tabstrip-left>.k-tabstrip-items .k-link,.k-tabstrip-right>.k-tabstrip-items .k-link{display:block}.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top,.k-tabstrip-right>.k-tabstrip-items .k-tab-on-top,.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-right>.k-tabstrip-items .k-state-active{margin-bottom:-1px;padding-bottom:0}.k-tabstrip-left>.k-tabstrip-items{float:left;padding:.25em 0 .3em .3em}.k-tabstrip-left>.k-tabstrip-items .k-item{border-width:1px 0 1px 1px;border-radius:3px 0 0 3px}.k-tabstrip-left>.k-tabstrip-items .k-state-active{border-width:1px 0 1px 1px}.k-tabstrip-left>.k-tabstrip-items .k-tab-on-top,.k-tabstrip-left>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-left>.k-tabstrip-items .k-state-active{margin-right:-1px;padding-right:1px}.k-tabstrip-right>.k-tabstrip-items{float:right;padding:.25em .3em .3em 0}.k-tabstrip-right>.k-tabstrip-items .k-item{border-width:1px 1px 1px 0;border-radius:0 3px 3px 0}.k-tabstrip-right>.k-tabstrip-items .k-state-active{border-width:1px 1px 1px 0}.k-tabstrip-right>.k-tabstrip-items .k-tab-on-top,.k-tabstrip-right>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-right>.k-tabstrip-items .k-state-active{margin-left:-1px;padding-left:1px}.k-tabstrip-bottom>.k-tabstrip-items{margin-top:-1px;padding:0 .3em .3em}.k-tabstrip-bottom>.k-content,.k-panelbar .k-tabstrip-bottom>.k-content{margin:.3em .286em 0;z-index:1;position:relative}.k-tabstrip-bottom>.k-tabstrip-items .k-item{border-width:0 1px 1px;border-radius:0 0 4px 4px}.k-tabstrip-bottom>.k-tabstrip-items .k-state-active{margin-bottom:0;padding-bottom:0}.k-tabstrip-bottom>.k-content{min-height:100px}.k-tabstrip-bottom>.k-tabstrip-items .k-loading{top:auto;bottom:0}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-panelbar{zoom:1}.k-panelbar>.k-item,.k-panel>.k-item{list-style-type:none;display:block;border-width:0;margin:0;zoom:1;border-radius:0}.k-panelbar .k-link>.k-image,.k-panelbar .k-link>.k-sprite{margin-top:-2px;margin-right:5px;vertical-align:middle}.k-panelbar>.k-item>.k-link,.k-panel>.k-item>.k-link{color:inherit;display:block;position:relative;border-bottom-style:solid;border-bottom-width:1px;padding:0 1em;line-height:2.34em;text-decoration:none;zoom:1}.k-panelbar-expand.k-icon,.k-panelbar-collapse.k-icon{position:absolute;top:50%;right:4px;margin-top:-8px}.k-panelbar .k-panel,.k-panelbar .k-content{position:relative;border-bottom-style:solid;border-bottom-width:1px;margin:0;padding:0;zoom:1}.k-panel>.k-item>.k-link{border-bottom:0;font-size:.95em;line-height:2.2}.k-panel .k-panel>.k-item>.k-link{padding-left:2em}.k-panelbar .k-i-arrow-end-right .k-link{border-bottom:0}.k-panel .k-panel{border-bottom:0}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-pager-wrap{padding:.333em .25em;border-width:1px;display:flex;align-items:center;overflow:hidden;cursor:default;flex:0 0 auto}.k-pager-wrap .k-link,.k-pager-wrap .k-state-selected{width:2em;height:2em;margin:.08333em;display:inline-flex;align-items:center;justify-content:center;position:relative;text-align:center;border-style:solid;border-width:1px;border-radius:1.0833em;z-index:1}.k-pager-wrap .k-link>.k-icon,.k-pager-wrap .k-state-selected>.k-icon{vertical-align:middle}.k-pager-wrap .k-link:hover,.k-pager-wrap .k-state-selected{z-index:2}.k-pager-wrap .k-link:focus,.k-pager-wrap .k-state-selected{text-decoration:none;outline:none}.k-pager-wrap .k-link.k-state-disabled{color:inherit}.k-pager-wrap>.k-link{border-style:solid;border-width:1px}.k-pager-wrap .k-pager-numbers-wrap{width:auto;height:auto;position:relative;display:inline-flex}.k-pager-wrap .k-pager-numbers{display:inline-flex;flex-direction:row}.k-pager-wrap .k-pager-numbers li{display:inline-block}.k-pager-wrap .k-pager-numbers .k-current-page{display:none}.k-pager-wrap .k-pager-numbers .k-current-page+li{margin-left:0}.k-pager-wrap .k-label{display:flex;align-items:center;margin:0 1em}.k-pager-wrap .k-pager-input .k-textbox{margin:0 1ex;width:3em}.k-pager-wrap .k-pager-sizes .k-dropdown,.k-pager-wrap .k-pager-sizes>select{margin:0 .4em 0 0;width:5.2em}.k-pager-wrap .k-pager-refresh{order:10;border-width:0}.k-pager-wrap .k-pager-info{flex:1;text-align:right;order:9;justify-content:flex-end}.k-pager-wrap .k-widget{font-size:inherit}.k-rtl .k-pager-wrap .k-i-arrow-end-left,.k-pager-wrap[dir="rtl"] .k-i-arrow-end-left,[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,.k-rtl .k-pager-wrap .k-i-arrow-60-left,.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,.k-rtl .k-pager-wrap .k-i-arrow-60-right,.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,.k-rtl .k-pager-wrap .k-i-arrow-end-right,.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,[dir="rtl"] .k-pager-wrap .k-i-arrow-end-right{transform:scaleX(-1)}.k-rtl .k-pager-wrap .k-pager-sizes .k-dropdown,.k-pager-wrap[dir="rtl"] .k-pager-sizes .k-dropdown,[dir="rtl"] .k-pager-wrap .k-pager-sizes .k-dropdown,.k-rtl .k-pager-wrap .k-pager-sizes>select,.k-pager-wrap[dir="rtl"] .k-pager-sizes>select,[dir="rtl"] .k-pager-wrap .k-pager-sizes>select{margin-right:0;margin-left:2em}.k-pager-wrap.k-pager-lg,.k-pager-wrap.k-pager-md,.k-pager-wrap.k-pager-sm{position:relative;overflow:visible}.k-pager-wrap.k-pager-lg .k-pager-numbers-wrap,.k-pager-wrap.k-pager-md .k-pager-numbers-wrap,.k-pager-wrap.k-pager-sm .k-pager-numbers-wrap{width:calc((2em * 2) + 2px);height:calc(2em + 2px);box-sizing:border-box;border-color:inherit;margin:0 .08333em}.k-pager-wrap.k-pager-lg .k-pager-numbers,.k-pager-wrap.k-pager-md .k-pager-numbers,.k-pager-wrap.k-pager-sm .k-pager-numbers{position:absolute;overflow:hidden;flex-direction:column-reverse;height:auto;margin:0;bottom:0;border-style:solid;border-width:1px;border-color:inherit;z-index:3;border-radius:1.0833em}.k-pager-wrap.k-pager-lg .k-pager-numbers li:not(.k-current-page),.k-pager-wrap.k-pager-md .k-pager-numbers li:not(.k-current-page),.k-pager-wrap.k-pager-sm .k-pager-numbers li:not(.k-current-page){display:none}.k-pager-wrap.k-pager-lg .k-pager-numbers .k-current-page,.k-pager-wrap.k-pager-md .k-pager-numbers .k-current-page,.k-pager-wrap.k-pager-sm .k-pager-numbers .k-current-page{display:inline-flex;cursor:pointer}.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link,.k-pager-wrap.k-pager-md .k-pager-numbers .k-link,.k-pager-wrap.k-pager-sm .k-pager-numbers .k-link,.k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected,.k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected,.k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected{margin:0;border-width:0;width:4em;height:2em}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded{border-radius:3px 3px 1.0833em 1.0833em}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav{border-radius:0 0 1.0833em 1.0833em}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded li,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded li,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded li{display:inline-flex}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page{border-radius:0 0 1.0833em 1.0833em;border-style:solid;border-width:1px 0 0;border-color:inherit}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-link,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-link,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-link,.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-state-selected,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-state-selected,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-state-selected{border-radius:3px}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav{border-radius:0}.k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers+.k-link,.k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers+.k-link,.k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers+.k-link,.k-pager-wrap.k-pager-lg[dir="rtl"] .k-pager-numbers+.k-link,.k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-numbers+.k-link,.k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-numbers+.k-link,[dir="rtl"] .k-pager-wrap.k-pager-lg .k-pager-numbers+.k-link,[dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-numbers+.k-link,[dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-numbers+.k-link,.k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers+.k-pager-input,.k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers+.k-pager-input,.k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers+.k-pager-input,.k-pager-wrap.k-pager-lg[dir="rtl"] .k-pager-numbers+.k-pager-input,.k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-numbers+.k-pager-input,.k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-numbers+.k-pager-input,[dir="rtl"] .k-pager-wrap.k-pager-lg .k-pager-numbers+.k-pager-input,[dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-numbers+.k-pager-input,[dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-numbers+.k-pager-input{margin-left:0}.k-pager-wrap.k-pager-md .k-pager-info,.k-pager-wrap.k-pager-sm .k-pager-info{display:none}.k-pager-wrap.k-pager-md .k-pager-refresh,.k-pager-wrap.k-pager-sm .k-pager-refresh{margin-left:auto}.k-rtl .k-pager-wrap.k-pager-md .k-pager-refresh,.k-rtl .k-pager-wrap.k-pager-sm .k-pager-refresh,.k-pager-wrap.k-pager-md[dir="rtl"] .k-pager-refresh,.k-pager-wrap.k-pager-sm[dir="rtl"] .k-pager-refresh,[dir="rtl"] .k-pager-wrap.k-pager-md .k-pager-refresh,[dir="rtl"] .k-pager-wrap.k-pager-sm .k-pager-refresh{margin-left:0;margin-right:auto}.k-pager-wrap.k-pager-sm .k-pager-sizes{display:none}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-menu{cursor:default}.k-menu .k-link{white-space:nowrap}.k-menu .k-item>.k-link{color:inherit}.k-menu,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-menu-group,.k-menu .k-menu-group{list-style:none;margin:0;padding:0;zoom:1}.k-menu:after{content:'';display:block;width:99%;height:0;float:inherit;clear:both}.k-menu-scroll-wrapper .k-item,.k-popups-wrapper .k-item,.k-menu .k-item{-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.k-menu-scroll-wrapper .k-item div,.k-popups-wrapper .k-item div,.k-menu .k-item div{user-select:default}.k-popups-wrapper .k-item .k-item,.k-popups-wrapper.vertical>.k-item,.k-menu-scroll-wrapper .k-item .k-item,.k-menu-scroll-wrapper.vertical>.k-item,.k-menu .k-item .k-item,ul.k-menu-vertical>.k-item{display:block;float:none;border-width:0}.k-menu-scroll-wrapper .k-item>.k-link>.k-icon,.k-menu-scroll-wrapper .k-image,.k-menu-scroll-wrapper .k-sprite,.k-popups-wrapper .k-item>.k-link>.k-icon,.k-popups-wrapper .k-image,.k-popups-wrapper .k-sprite,.k-menu .k-item>.k-link>.k-icon,.k-menu .k-image,.k-menu .k-sprite{margin:-2px 4px 0 -4px;vertical-align:middle}.k-menu-scroll-wrapper .k-item>.k-link,.k-popups-wrapper .k-item>.k-link,.k-menu .k-item>.k-link{display:block;padding:.5em 1.1em .4em;line-height:1.34em;user-select:none}.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-menu-group,.k-menu .k-menu-group{display:none;border-style:solid;border-width:1px;overflow:visible;white-space:nowrap}.k-menu-scroll-wrapper .k-menu-group>.k-item,.k-popups-wrapper .k-menu-group>.k-item,.k-menu .k-menu-group>.k-item{display:block;border-width:0}.k-menu-scroll-wrapper .k-item,.k-menu-scroll-wrapper.horizontal>.k-item,.k-popups-wrapper .k-item,.k-popups-wrapper.horizontal>.k-item,.k-menu .k-item,.k-widget.k-menu-horizontal>.k-item{position:relative;float:left;border-style:solid;border-width:0 1px 0 0;vertical-align:top;zoom:1;box-sizing:content-box}.k-menu-scroll-wrapper .k-menu-group .k-item>.k-link,.k-popups-wrapper.vertical>.k-item>.k-link,.k-context-menu.k-menu-vertical>.k-item>.k-link,.k-menu .k-menu-group .k-item>.k-link{padding:.28em 1.8em .38em .9em}.k-popups-wrapper.horizontal>.k-separator,.k-context-menu.k-menu-horizontal>.k-separator{display:none}.k-popups-wrapper.horizontal>.k-item,.k-context-menu.k-menu-horizontal>.k-item{box-sizing:border-box}.k-popups-wrapper.horizontal>.k-last,.k-context-menu.k-menu-horizontal>.k-last{border:0}.k-popups-wrapper .k-item>.k-link>.k-menu-expand-arrow,.k-menu-horizontal>.k-item>.k-link>.k-menu-expand-arrow{margin:-2px 0 0}.k-menu-scroll-wrapper .k-item>.k-link>.k-i-arrow-60-down,.k-popups-wrapper .k-item>.k-link>.k-i-arrow-60-down,.k-menu .k-item>.k-link>.k-i-arrow-60-down{margin-right:-8px}.k-menu-scroll-wrapper .k-item>.k-link>.k-i-arrow-60-right,.k-popups-wrapper .k-item>.k-link>.k-i-arrow-60-right,.k-menu-group .k-item>.k-link>.k-menu-expand-arrow,.k-menu-vertical .k-item>.k-link>.k-menu-expand-arrow{position:absolute;top:50%;margin-top:-8px;right:.2rem}.k-menu-scroll-wrapper .k-animation-container,.k-popups-wrapper .k-animation-container,.k-menu .k-animation-container{border:0}.k-menu-scroll-wrapper .k-animation-container,.k-menu-scroll-wrapper .k-menu-group,.k-popups-wrapper .k-animation-container,.k-popups-wrapper .k-menu-group,.k-menu .k-animation-container,.k-menu .k-menu-group{position:absolute;left:0}.k-menu-scroll-wrapper .k-animation-container .k-animation-container,.k-menu-scroll-wrapper .k-menu-group .k-menu-group,.k-menu-scroll-wrapper.vertical .k-animation-container,.k-menu-scroll-wrapper.vertical .k-menu-group,.k-popups-wrapper .k-animation-container .k-animation-container,.k-popups-wrapper .k-menu-group .k-menu-group,.k-popups-wrapper.vertical .k-animation-container,.k-popups-wrapper.vertical .k-menu-group,.k-menu .k-animation-container .k-animation-container,.k-menu .k-menu-group .k-menu-group,.k-menu-vertical .k-animation-container,.k-menu-vertical .k-menu-group{top:0;left:0}.k-menu-scroll-wrapper .k-animation-container .k-menu-group,.k-popups-wrapper .k-animation-container .k-menu-group,.k-menu .k-animation-container .k-menu-group{top:auto;left:auto;margin-left:-1px}.k-menu .k-animation-container,.k-menu-scroll-wrapper .k-animation-container,.k-popups-wrapper .k-animation-container,.k-popup .k-animation-container{margin-top:-1px;padding-left:1px}.k-ie .k-menu .k-animation-container,.k-ie .k-menu-scroll-wrapper .k-animation-container,.k-ie .k-popups-wrapper .k-animation-container,.k-ie .k-popup .k-animation-container{margin-top:-2px}.k-popup .k-animation-container .k-popup{margin-left:-1px}.k-menu-scroll-wrapper .k-separator,.k-popups-wrapper .k-separator,ul.k-menu .k-separator{padding:.25em 0;height:100%;width:1px;font-size:0;line-height:0;border-width:0 1px 0 0}.k-menu-scroll-wrapper.vertical .k-separator,.k-menu-scroll-wrapper.vertical .k-menu-group .k-separator,.k-popups-wrapper.vertical .k-separator,.k-popups-wrapper.vertical .k-menu-group .k-separator,ul.k-menu-vertical .k-separator,.k-menu .k-menu-group .k-separator{padding:0;height:1px;width:100%;border-width:1px 0 0}.k-popups-wrapper .k-widget.k-menu,.k-menu-scroll-wrapper .k-widget.k-menu{white-space:nowrap;overflow:hidden}.k-popups-wrapper.vertical .k-menu.k-menu-vertical,.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical{height:100%;box-sizing:border-box}.k-popups-wrapper.horizontal .k-menu.k-menu-horizontal>.k-item,.k-menu-scroll-wrapper.horizontal .k-menu.k-menu-horizontal>.k-item{display:inline-block;overflow:hidden;float:none}.k-popups-wrapper.vertical .k-menu.k-menu-vertical>.k-item,.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical>.k-item{overflow:hidden}.k-popups-wrapper,.k-menu-scroll-wrapper{position:relative;border:0;margin:0;padding:0}.k-popups-wrapper.vertical,.k-menu-scroll-wrapper.vertical{height:100%}.k-popups-wrapper>.k-animation-container .k-item,.k-menu-scroll-wrapper>.k-animation-container .k-item{float:none}.k-popups-wrapper .k-menu-scroll-button,.k-menu-scroll-wrapper .k-menu-scroll-button{border-radius:0;position:absolute;display:none}.k-popups-wrapper .k-scroll-up,.k-menu-scroll-wrapper .k-scroll-up{top:0;left:0}.k-popups-wrapper .k-scroll-down,.k-menu-scroll-wrapper .k-scroll-down{bottom:0;left:0}.k-popups-wrapper .k-scroll-up,.k-menu-scroll-wrapper .k-scroll-up,.k-popups-wrapper .k-scroll-down,.k-menu-scroll-wrapper .k-scroll-down{width:100%;height:16px;padding:0 .7em;line-height:.2em}.k-popups-wrapper .k-scroll-left,.k-menu-scroll-wrapper .k-scroll-left{top:0;left:0}.k-popups-wrapper .k-scroll-right,.k-menu-scroll-wrapper .k-scroll-right{top:0;right:0}.k-popups-wrapper .k-scroll-left,.k-menu-scroll-wrapper .k-scroll-left,.k-popups-wrapper .k-scroll-right,.k-menu-scroll-wrapper .k-scroll-right{width:16px;height:100%;padding-left:0;padding-right:0}.k-popups-wrapper .k-scroll-left .k-icon,.k-menu-scroll-wrapper .k-scroll-left .k-icon,.k-popups-wrapper .k-scroll-right .k-icon,.k-menu-scroll-wrapper .k-scroll-right .k-icon{margin-top:-0.5em;position:absolute;top:50%;left:0}.k-rtl .k-menu .k-item,[dir="rtl"] .k-menu .k-item,.k-rtl .k-widget.k-menu-horizontal>.k-item,[dir="rtl"] .k-widget.k-menu-horizontal>.k-item{border-width:0 0 0 1px}.k-rtl .k-menu-scroll-wrapper .k-item>.k-link>.k-icon,[dir="rtl"] .k-menu-scroll-wrapper .k-item>.k-link>.k-icon,.k-rtl .k-popups-wrapper .k-item>.k-link>.k-icon,[dir="rtl"] .k-popups-wrapper .k-item>.k-link>.k-icon,.k-rtl .k-menu .k-item>.k-link>.k-icon,[dir="rtl"] .k-menu .k-item>.k-link>.k-icon,.k-rtl .k-menu-scroll-wrapper .k-image,[dir="rtl"] .k-menu-scroll-wrapper .k-image,.k-rtl .k-popups-wrapper .k-image,[dir="rtl"] .k-popups-wrapper .k-image,.k-rtl .k-menu .k-image,[dir="rtl"] .k-menu .k-image,.k-rtl .k-menu-scroll-wrapper .k-sprite,[dir="rtl"] .k-menu-scroll-wrapper .k-sprite,.k-rtl .k-popups-wrapper .k-sprite,[dir="rtl"] .k-popups-wrapper .k-sprite,.k-rtl .k-menu .k-sprite,[dir="rtl"] .k-menu .k-sprite{margin-right:-4px;margin-left:4px}.k-rtl .k-menu-scroll-wrapper .k-menu-group>.k-item,[dir="rtl"] .k-menu-scroll-wrapper .k-menu-group>.k-item,.k-rtl .k-popups-wrapper .k-menu-group>.k-item,[dir="rtl"] .k-popups-wrapper .k-menu-group>.k-item,.k-rtl .k-menu .k-menu-group>.k-item,[dir="rtl"] .k-menu .k-menu-group>.k-item{border:0}.k-rtl .k-menu-scroll-wrapper .k-menu-group .k-item>.k-link,[dir="rtl"] .k-menu-scroll-wrapper .k-menu-group .k-item>.k-link,.k-rtl .k-popups-wrapper.vertical>.k-item>.k-link,[dir="rtl"] .k-popups-wrapper.vertical>.k-item>.k-link,.k-rtl .k-context-menu.k-menu-vertical>.k-item>.k-link,[dir="rtl"] .k-context-menu.k-menu-vertical>.k-item>.k-link,.k-rtl .k-menu .k-menu-group .k-item>.k-link,[dir="rtl"] .k-menu .k-menu-group .k-item>.k-link{padding:.28em .9em .38em 1.8em}.k-context-menu{border:0;user-select:none}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-grid,.k-listview{position:relative;zoom:1}.k-grid table{width:100%;margin:0;max-width:none;border-collapse:separate;border-spacing:0;empty-cells:show;border-width:0;outline:none}.k-header.k-drag-clue{padding:.5em .6em .4em .6em;line-height:1.6;overflow:hidden}.k-grid-header th.k-header,.k-filter-row th{overflow:hidden;border-style:solid;border-width:0 0 1px 1px;padding:.5em .6em .4em .6em;font-weight:normal;white-space:nowrap;text-overflow:ellipsis;text-align:left}.k-grid-header th.k-header{vertical-align:bottom;cursor:default}.k-filtercell,.k-filtercell>span,.k-filtercell .k-widget{display:block;width:auto}.k-filtercell>span{padding-right:4.8em;position:relative;min-height:2em;line-height:2em}.k-filtercell>.k-operator-hidden{padding-right:2.3em}.k-filtercell>span>.k-button,.k-filter-row .k-dropdown-operator{position:absolute;top:0;right:0;margin:0}.k-filter-row .k-dropdown-operator{width:2.1em;right:2.5em}.k-filtercell>span>label{vertical-align:middle}.k-filter-row label>input[type="radio"]{vertical-align:middle;position:relative;bottom:2px}.k-ff .k-grid .k-filter-row .k-i-filter-clear{top:1px}.k-ie10 .k-grid-header a:active{background-color:transparent}.k-grid-header th.k-header>.k-link{display:block;min-height:18px;line-height:18px;margin:-0.5em -0.6em -0.4em 0;padding:.5em .6em .4em 0;overflow:hidden;text-overflow:ellipsis}.k-grid-header th.k-with-icon .k-link{margin-right:18px}.k-grid-header th>.k-link>.k-icon{vertical-align:text-top}.k-grid .k-state-hover{cursor:pointer}.k-grid-column-resizing,.k-grid-column-resizing .k-grid-filter,.k-grid-column-resizing .k-link,.k-grid-column-resizing .k-button,.k-grid-column-resizing .k-grid-toolbar{cursor:col-resize}.k-grid td{border-style:solid;border-width:0 0 0 1px;padding:.4em .6em;overflow:hidden;line-height:1.6em;vertical-align:middle;text-overflow:ellipsis}.k-grid .k-grouping-row td,.k-grid .k-hierarchy-cell{overflow:visible}.k-grid-edit-row td{text-overflow:clip}.k-grid-edit-row .k-textbox,.k-grid-edit-row .text-box{margin-top:0;margin-bottom:0}.k-grid-header-wrap,.k-grid-footer-wrap{position:relative;width:100%;overflow:hidden;border-style:solid;border-width:0 1px 0 0;zoom:1}div.k-grid-header,div.k-grid-footer{padding-right:17px;border-bottom-style:solid;border-bottom-width:1px;zoom:1}.k-grid-header-wrap>table,.k-grid-header-locked>table{margin-bottom:-1px}.k-grid-content{position:relative;width:100%;overflow:auto;overflow-x:auto;overflow-y:scroll;zoom:1;min-height:0%}.k-mobile .k-grid tbody{-webkit-backface-visibility:hidden}.k-mobile .k-grid-backface tbody{-webkit-backface-visibility:visible}.k-grid-content-expander{position:absolute;visibility:hidden;height:1px}.k-grid-norecords{width:100%;height:100%;text-align:center}.k-grid-norecords-template{width:20em;height:4em;line-height:4em;vertical-align:middle;margin:0 auto}.k-grid-content>.k-grid-norecords>.k-grid-norecords-template{top:50%;left:50%;margin-left:-10em;margin-top:-2em;position:absolute}@media print{.k-grid{height:auto !important}.k-grid-header{padding:0 !important}.k-grid-header-wrap,.k-grid-content{overflow:visible;height:auto !important}}.k-grid .k-scrollbar{-ms-overflow-style:scrollbar}.k-virtual-scrollable-wrap{height:100%;overflow-y:hidden;position:relative}.k-grid-header table,.k-grid-content table,.k-grid-footer table,.k-grid-content-locked>table{table-layout:fixed}.k-grid-lockedcolumns{white-space:nowrap}.k-grid-content-locked,.k-grid-content,.k-pager-wrap{white-space:normal}.k-grid-header-locked,.k-grid-content-locked,.k-grid-footer-locked{display:inline-block;vertical-align:top;overflow:hidden;position:relative;border-style:solid;border-width:0 1px 0 0}.k-grid-header-locked+.k-grid-header-wrap,.k-grid-content-locked+.k-grid-content,.k-grid-footer-locked+.k-grid-footer-wrap{display:inline-block;vertical-align:top}.k-grid-toolbar{border-style:solid;border-width:0 0 1px}.k-grid-header th.k-header:first-child,.k-grid tbody td:first-child,.k-grid tfoot td:first-child,.k-filter-row>th:first-child{border-left-width:0}.k-grid-header th.k-header.k-first{border-left-width:1px}.k-footer-template td{border-style:solid;border-width:1px 0 0 1px}.k-group-footer td{border-style:solid;border-width:1px 0}.k-group-footer .k-group-cell+td{border-left-width:1px}.k-grid-footer{border-style:solid;border-width:1px 0 0}.k-grid-footer td{border-top-width:0}.k-grid-footer>td{border-top-width:1px}.k-grid-pager{border-width:1px 0 0}.k-header>.k-grid-filter,.k-header>.k-header-column-menu{float:right;margin:-0.5em -0.6em -0.4em 0;padding:.5em .2em .4em;position:relative;z-index:1;color:inherit}.k-grid .k-animation-container{position:absolute}.k-filter-menu{padding:.5em}.k-list-filter{display:block}form.k-filter-menu .k-widget,form.k-filter-menu .k-textbox{display:block}form.k-filter-menu .k-textbox{width:100%;margin-bottom:3px}.k-filter-help-text,.k-filter-menu .k-widget,.k-filter-menu .k-textbox{margin:.19em 0 0}.k-filter-menu span.k-filter-and{width:6em;margin:.5em 0 .5em}.k-filter-menu .k-action-buttons{margin:0;padding:0;text-align:initial}.k-filter-menu .k-action-buttons .k-button{width:48%;margin:.5em 4% 0 0;min-width:0}.k-filter-menu .k-action-buttons .k-button+.k-button{margin-right:0}.k-filter-menu .k-filter-selected-items{font-weight:bold;margin:.5em}.k-multicheck-wrap{overflow:auto;overflow-x:hidden;white-space:nowrap;max-height:300px}.k-multicheck-wrap .k-item{line-height:2.2em}.k-grouping-row .k-icon{margin:-3px 4px 0 2px}.k-grouping-row p{display:inline-block;vertical-align:middle;margin-left:-0.6em;padding:0 .6em}.k-grouping-row+tr td{border-top-width:1px}.k-grouping-row .k-group-cell,.k-grouping-row+tr .k-group-cell{border-top-width:0;text-overflow:none}.k-grid .k-hierarchy-cell+td{border-left-width:0}.k-grid .k-group-col,.k-grid .k-hierarchy-col{width:27px}.k-grouping-header{border-bottom-style:solid;border-bottom-width:1px}.k-grouping-header{line-height:2;position:relative;white-space:normal}.k-grouping-dropclue{position:absolute;top:3px;width:6px;height:25px;background-repeat:no-repeat;background-position:-165px -148px}.k-grouping-dropclue:before,.k-grouping-dropclue:after{content:"";width:0;height:0;border:3px solid;border-left-color:transparent;border-right-color:transparent;position:absolute;left:0}.k-grouping-dropclue:before{top:0;border-bottom:0}.k-grouping-dropclue:after{bottom:0;border-top:0}.k-group-indicator{padding:.15em .15em .15em .4em;border-width:1px;border-style:solid;line-height:1.5em;display:inline-flex;flex-direction:row;align-items:center;align-content:center;vertical-align:top}.k-grouping-header .k-group-indicator{margin:0 3px}.k-group-indicator .k-link,.k-group-indicator .k-button.k-bare{padding:0;border-width:0;display:inline-flex;align-items:center}.k-group-indicator .k-link .k-icon{margin-right:4px}.k-group-indicator .k-button.k-bare{margin-left:8px;padding:0;width:auto;height:auto;opacity:.5}.k-group-indicator .k-button.k-bare::before,.k-group-indicator .k-button.k-bare::after{display:none}.k-group-indicator .k-button.k-bare:hover{opacity:1}.k-no-flexbox .k-group-indicator{display:inline-block}.k-no-flexbox .k-group-indicator .k-link,.k-no-flexbox .k-group-indicator .k-button{display:inline-block;vertical-align:middle}.k-dirty-cell:before{content:"\A0";display:inline-block;width:0;float:left}.k-dirty-cell{position:relative}.k-dirty-cell.k-edit-cell{position:static}.k-dirty-cell .k-dirty{margin:0;top:0;left:0}.k-dirty{position:absolute;width:0;height:0;border-style:solid;border-width:3px;border-color:#f00 transparent transparent #f00;margin:-0.45em 0 0 -0.6em;padding:0;overflow:hidden;vertical-align:top}.k-grouping-header,.k-grid-toolbar{margin:0;padding:.22em .2em .28em;cursor:default}.k-grid .k-edit-container{padding:0}.k-grid .field-validation-error{display:block}.k-grid .input-validation-error{border-style:ridge;border-color:#f00;background-color:#ffc0cb}.k-grid-toolbar .k-button{vertical-align:middle}.k-grid-actions{display:inline-block}.k-grid .k-button{margin:.16em}.k-grid tbody .k-button{min-width:64px}.k-grid tbody button.k-button{min-width:78px}html body .k-grid tbody .k-button-icon{width:auto;min-width:0}.k-detail-row{position:relative}.k-grid .k-detail-cell{overflow:visible}.k-grid .k-edit-cell{padding:0 .3em;white-space:nowrap}.k-grid .k-edit-cell .k-tooltip{white-space:normal}.k-edit-cell>.k-textbox,.k-edit-cell>.k-widget,.k-grid-edit-row>td>.k-textbox,.k-grid-edit-row>td>.k-widget,.k-grid-edit-row>td>.text-box{width:100%}html .k-edit-cell .k-tooltip,html .k-grid-edit-row .k-tooltip{width:auto;max-width:300px}.k-edit-cell input[type="checkbox"]{margin-left:.6em}.k-grid-resize-indicator{position:absolute;width:2px;background-color:#aaa}.k-grid-header .k-resize-handle,.k-grid>.k-resize-handle{position:absolute;height:25px;cursor:col-resize;z-index:2}.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{filter:alpha(opacity=60);opacity:.6}.k-ie9 .k-column-menu{width:160px}.k-column-menu{min-width:160px}.k-column-menu .k-sprite{margin-right:10px}.k-column-menu>.k-menu{border-width:0}.k-column-menu .k-calendar .k-link{white-space:normal}.k-columns-item .k-group{max-height:200px;overflow:auto}.k-pdf-export-shadow .k-grid{float:left;width:auto !important}.k-pdf-export-shadow .k-grid,.k-pdf-export-shadow .k-grid-content,.k-pdf-export-shadow .k-grid-content-locked{height:auto !important;overflow:visible}.k-pdf-export-shadow .k-grid-header-locked+.k-grid-header-wrap,.k-pdf-export-shadow .k-grid-content-locked+.k-grid-content,.k-pdf-export-shadow .k-grid-footer-locked+.k-grid-footer-wrap{width:auto !important}.k-pdf-export-shadow .k-grid-header,.k-pdf-export-shadow .k-grid[data-role="grid"] .k-grid-footer{padding:0 !important}.k-loading-pdf-mask{position:absolute;width:100%;height:100%;top:0;left:0;z-index:100}.k-loading-pdf-mask .k-loading-color{filter:alpha(opacity=50);opacity:.5}.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-pdf-export .k-grid-filter{text-decoration:none}.k-autofitting{width:auto !important;table-layout:auto !important}.k-autofitting th.k-header,.k-autofitting td{white-space:nowrap !important}.k-autofitting .k-detail-row{display:none !important}.k-grid input.k-checkbox+label.k-checkbox-label{cursor:default;outline:0}.k-grid .k-checkbox-label.k-no-text{padding:0}.k-grid .k-edit-cell input[type='checkbox'],.k-grid .k-edit-cell input.k-checkbox+label.k-checkbox-label{margin-left:.3em}.k-grid .k-grouping-row td{border-bottom-width:0}.k-grid .k-grouping-row+tr td{border-top-width:1px}.k-grid .k-grouping-row+tr td.k-group-cell{border-top-width:0}.k-grid .k-group-cell{border-bottom-width:0;border-top-width:0}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox{position:absolute;margin-left:1px;margin-top:.8em;width:14px;height:14px;z-index:1}.k-window .k-popup-edit-form .k-edit-field input.k-checkbox+label.k-checkbox-label{cursor:default}.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label{margin-top:.5em}.k-grid-header .k-i-sort-asc-sm,.k-grid-header .k-i-sort-desc-sm{margin-left:7px}.k-grid-header .k-sort-order{display:inline-block;height:16px;line-height:16px;margin-top:1px;margin-left:-1px;vertical-align:text-top;font-size:12px}.k-grid-header .k-link .k-icon.k-i-sort-asc-sm,.k-grid-header .k-link .k-icon.k-i-sort-desc-sm{margin-top:1px;vertical-align:text-top}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.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-i-drag-and-drop{position:absolute;z-index:10000;visibility:hidden;width:80px;height:5px;margin-top:-3px;background-color:transparent;background-repeat:no-repeat}.k-treelist .k-i-arrow-60-right,.k-treelist .k-i-arrow-45-down-right{cursor:pointer}.k-treelist .k-i-arrow-45-down-right{margin-top:-0.5em}.k-drag-separator{display:inline-block;border-right:1px solid;height:1em;vertical-align:top;margin:0 .5em}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-gantt{white-space:nowrap;position:relative}.k-gantt-layout{display:inline-block;white-space:normal;vertical-align:top}.k-gantt .k-splitbar{position:relative;cursor:e-resize;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-gantt .k-gantt-layout th{vertical-align:bottom}.k-gantt td{overflow:hidden;white-space:nowrap;vertical-align:top}.k-gantt .k-grid .k-edit-cell{vertical-align:middle}.k-gantt-treelist>.k-treelist,.k-gantt-timeline>.k-timeline{border-width:0;height:100%}.k-gantt-toolbar{border-style:solid;border-width:0 0 1px;line-height:2.4em;padding:.5em}.k-gantt-layout+.k-gantt-toolbar{border-width:1px 0 0}.k-gantt-actions,.k-gantt-toolbar>ul{float:left;margin-right:.6em}.k-gantt-actions>.k-button{margin-right:.5em;vertical-align:top}.k-gantt-toolbar>.k-gantt-views{float:right;margin-right:0}.k-gantt-toolbar>.k-gantt-views>li.k-current-view{display:none}.k-gantt-toolbar>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-gantt-toolbar>ul>li:first-child+li{border-left-width:1px}.k-gantt-toolbar .k-link{display:inline-block;padding:0 1.1em}.k-gantt-toolbar li:first-child+li,.k-gantt-toolbar li:first-child+li>.k-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.k-gantt-toolbar li:last-child,.k-gantt-toolbar li:last-child>.k-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-gantt-toolbar li.k-button{line-height:inherit;padding-top:0;padding-bottom:0}.k-gantt-treelist .k-grid-header tr{height:5em}.k-gantt .k-treelist .k-grid-header{padding:0 !important}.k-gantt .k-treelist .k-grid-content{overflow-y:hidden;overflow-x:scroll}.k-treelist-group>tr>span{font-weight:bold}.k-treelist-group .k-widget{font-weight:normal}.k-gantt-timeline .k-grid-header tr{height:2.5em}.k-gantt-tasks{position:relative}.k-gantt-rows tr,.k-gantt-tasks tr,.k-gantt .k-grid-content tr{height:2.3em}.k-gantt .k-gantt-tasks td:after{content:"\A0"}.k-gantt-timeline{background:transparent}.k-gantt-rows,.k-gantt-columns,.k-gantt-dependencies{position:absolute;top:0;left:0}.k-gantt-tables{position:relative}.k-gantt .k-timeline .k-grid-content{overflow-x:scroll}.k-gantt .k-gantt-timeline th{text-align:center}.k-gantt .k-gantt-timeline tr:first-child th{border-bottom-width:1px}.k-task-summary{height:10px;display:inline-block;vertical-align:top;margin-top:3px}.k-task-summary-complete{height:10px;position:relative;z-index:2}.k-task-summary-progress{height:15px;overflow:hidden}.k-task-summary:before,.k-task-summary-complete:before,.k-task-summary:after,.k-task-summary-complete:after{content:"";position:absolute;top:0;width:0;height:0;border-style:solid;border-width:8px;border-color:transparent}.k-task-summary:before,.k-task-summary-complete:before{left:0;border-left-color:inherit}.k-task-summary:after,.k-task-summary-complete:after{right:0;border-right-color:inherit}.k-line-h,.k-line-v{position:absolute}.k-line-h{height:2px}.k-line-v{width:2px}.k-arrow-e,.k-arrow-w{position:absolute;top:-4px;width:0;height:0;border-style:solid;border-width:5px}.k-arrow-e{right:-6px;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent}.k-arrow-w{left:-6px;border-top-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.k-task-milestone{width:13px;height:13px;margin-top:3px;border-style:solid;border-width:1px;transform:rotate(45deg)}.k-gantt .k-gantt-treelist .k-button,.k-gantt .k-gantt-tasks .k-button-icon{padding-top:0;padding-bottom:0}.k-gantt .k-gantt-tasks .k-button-icon{margin-top:4px}.k-gantt .k-gantt-treelist .k-button{margin-top:-4px;margin-bottom:-2px}.k-gantt .k-gantt-tasks .k-button-icon{padding-left:2px;padding-right:2px}.k-gantt .k-gantt-treelist .k-button .k-icon,.k-gantt .k-gantt-tasks .k-button .k-icon{vertical-align:text-top}.k-rel .k-button-icon{position:absolute;left:200px}.k-rel{position:relative;height:0;top:-0.3em}.k-task-wrap{position:absolute;padding:0 23px 5px;margin:-1px -23px 0;z-index:2}.k-task-wrap:hover,.k-line.k-state-selected{z-index:3}.k-milestone-wrap{margin:0 -13px 0 -27px}.k-task-content{position:relative;z-index:2}.k-task-complete{position:absolute;top:0;bottom:0;left:0;width:20%;z-index:1}.k-task-dot{position:absolute;top:0;width:16px;height:16px;line-height:16px;display:none;cursor:pointer}.k-task-dot.k-state-hover{background-color:transparent}.k-task-single+.k-task-dot,.k-task-single+.k-task-dot+.k-task-dot{top:.2em}.k-task-wrap:hover .k-task-dot,.k-task-wrap-active .k-task-dot{display:block}.k-task-dot:before{content:"\A0";display:inline-block;width:0;height:16px}.k-task-dot:after{content:"";display:inline-block;vertical-align:middle;width:8px;height:8px;border-radius:4px;margin-left:4px}.k-task-dot:hover:after,.k-task-dot.k-state-hover:after,.k-task-wrap-active .k-task-dot:after{border-style:solid;border-width:1px;margin-left:3px}.k-task-start{left:0}.k-task-end{right:0}.k-task-single{border-style:solid;border-width:1px;text-align:left;overflow:hidden;cursor:default;min-height:1.3em;white-space:nowrap}.k-task-template{padding:.2em 1.4em .2em .6em;line-height:normal}.k-task-actions,.k-task-content>.k-link{position:absolute;top:0;right:4px;white-space:nowrap}.k-task-actions{z-index:1}.k-task-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-task-actions:first-child{margin-top:3px}.k-task-actions:first-child>.k-link{display:inline-block}.k-task-delete{display:none}.k-task-wrap:hover .k-task-delete,.k-task-wrap-active .k-task-delete{display:inline-block}.k-task-single .k-resize-handle{position:absolute;visibility:hidden;z-index:2;height:auto}.k-task-single:hover .k-resize-handle,.k-task-wrap-active .k-resize-handle{visibility:visible}.k-task-single .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-task-content>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-task-content>.k-resize-e:after,.k-task-content>.k-resize-w:after{left:1px;top:50%;margin-top:-0.7em;height:1.4em;width:1px}.k-task-content>.k-resize-e:after{left:auto;right:1px}.k-task-draghandle{position:absolute;bottom:0;width:0;height:0;margin:0 18px;border-width:5px;border-style:solid;border-top-color:transparent;border-left-color:transparent;border-right-color:transparent;display:none;cursor:e-resize}.k-task-wrap:hover .k-task-draghandle,.k-task-wrap-active .k-task-draghandle{display:block}.k-dependency-hint{z-index:4}.k-gantt-rowheight .k-task-summary,.k-gantt-rowheight .k-task-milestone,.k-gantt-rowheight .k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot+.k-task-dot{top:50%}.k-gantt-rowheight .k-task-summary,.k-gantt-rowheight .k-task-milestone{margin-top:-6px}.k-gantt-rowheight .k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot,.k-gantt-rowheight .k-task-single+.k-task-dot+.k-task-dot{margin-top:-11px}.k-gantt-rowheight .k-task-single{height:calc(100% - 2px)}.k-ie .k-gantt-rowheight .k-task-single{height:99%}.k-gantt-rowheight .k-task-content{height:100%}.k-gantt-rowheight .k-task-content>.k-resize-e:after,.k-gantt-rowheight .k-task-content>.k-resize-w:after{top:0;margin-top:0;height:100%}.k-task-details{padding:.4em;text-align:left;white-space:nowrap}.k-task-details>strong{font-size:120%;display:block}.k-task-pct{margin:.5em 0 .1em;font-size:170%}.k-task-details>ul{line-height:1.2}.k-resources-wrap{position:absolute;z-index:2;zoom:1;margin-left:20px;margin-top:-2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-resources-wrap .k-resource{margin:0px 5px}.k-gantt-edit-form>.k-edit-form-container{width:430px}.k-gantt-edit-form>.k-resources-form-container{width:506px}.k-resources-form-container>.k-grid{margin:0 .9em}.k-gantt-edit-form>.k-edit-form-container .k-textbox,.k-gantt-edit-form>.k-edit-form-container .k-numerictextbox{width:15em}.k-gantt-edit-form .k-edit-buttons .k-gantt-delete{float:left}.k-pdf-export-shadow .k-gantt{float:left}.k-pdf-export-shadow .k-gantt,.k-pdf-export-shadow .k-gantt-timeline,.k-pdf-export-shadow .k-gantt .k-grid-content{width:auto !important;height:auto !important;overflow:visible !important}.k-pdf-export-shadow .k-gantt-treelist{height:auto !important;overflow:visible !important}.k-pdf-export-shadow .k-gantt-timeline .k-grid-header{padding:0 !important}.k-pdf-export-shadow .k-gantt .k-splitbar,.k-pdf-export-shadow .k-pdf-export{display:none}button.k-gantt-toggle{display:none;float:left;margin-right:.5em}@media only screen and (max-width:1024px){.k-gantt-toolbar>ul.k-gantt-views{position:absolute;right:6px;top:6px;z-index:10000}.k-rtl .k-gantt-toolbar>ul.k-gantt-views{right:auto;left:6px}.k-gantt-toolbar>ul.k-gantt-views>li:not(.k-current-view){display:none}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view{display:block;border-width:1px}.k-rtl .k-gantt-toolbar>ul.k-gantt-views>li.k-current-view{text-align:left;padding-left:1em}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em}.k-rtl .k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link{padding-left:0}.k-gantt-toolbar>ul.k-gantt-views>li.k-current-view>.k-link:after{content:"\E006";position:absolute;top:50%;right:.6em;margin-top:-0.5em;line-height:1em}.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded>li,.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-gantt-toolbar>ul.k-gantt-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;box-shadow:0 2px 2px 0 rgba(0,0,0,0.3)}.k-rtl .k-gantt-toolbar>ul.k-gantt-views.k-state-expanded{text-align:left}}@media only screen and (max-width:480px){button.k-gantt-toggle{display:inline-block}.k-gantt-create span+span,.k-gantt-pdf span+span{display:none}.k-gantt-create .k-icon,.k-gantt-pdf .k-icon{margin:0}.k-gantt .k-splitbar{display:none;width:0;border-width:0}.k-gantt .k-gantt-treelist{display:none;max-width:0}.k-gantt .k-treelist .k-grid-content{overflow-y:scroll}.k-gantt .k-gantt-timeline{width:100%}}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-pivot{position:relative}.k-pivot-toolbar{padding:.2em;border-bottom-width:1px;border-bottom-style:solid}.k-pivot .k-pivot-toolbar{padding:.6em}.k-pivot-toolbar .k-button{margin-right:.4em;line-height:1.2em;font-size:.9em;text-align:left;position:relative;padding:.3em 5em .3em .3em;cursor:move}.k-field-actions{position:absolute;right:2px;top:3px;cursor:pointer}.k-pivot .k-grid td{white-space:nowrap}.k-pivot-layout{border-spacing:0;table-layout:auto}.k-pivot-layout>tbody>tr>td{vertical-align:top;padding:0}.k-pivot td{vertical-align:top}.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>table{height:100%}.k-pivot .k-grid-header .k-header{vertical-align:top}.k-header.k-alt,td.k-alt{font-weight:bold}.k-header.k-alt{background-image:none}.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 .k-edit-buttons{bottom:auto}.k-fieldselector .k-edit-label{width:16%}.k-fieldselector .k-edit-field{width:77%}.k-fieldselector .k-edit-field>.k-widget,.k-fieldselector .k-edit-field>.k-textbox{width:99%}.k-fieldselector .k-edit-buttons>input,.k-fieldselector .k-edit-buttons>label{float:left;margin-top:.4em}.k-fieldselector p{margin:0 0 .2em .5em;text-transform:uppercase}.k-fieldselector p .k-icon{margin:0 5px 0 0}.k-fieldselector .k-columns{border-style:solid;border-width:0}.k-fieldselector .k-columns>div{overflow:auto;padding:.6em;border-style:solid;border-width:0 0 0 1px;float:left;width:45%}.k-fieldselector .k-columns>div:first-child{border-width:0;margin-right:-1px}.k-fieldselector .k-columns>div+div{float:right;border-width:0}.k-fieldselector div.k-treeview{border-width:0;margin-right:-1px;padding-left:4px;overflow:visible}.k-fieldselector .k-list-container{margin-left:.5em;margin-bottom:1em;padding:.2em 0 0;border-style:solid;border-width:1px}.k-fieldselector .k-list{padding-bottom:2em}.k-fieldselector .k-list li.k-item{padding:.3em 3.3em .3em .3em;margin:0 .2em .2em;position:relative;font-size:.9em;line-height:1.2em;min-height:1em}.k-i-kpi-trend-increase,.k-i-kpi-trend-decrease,.k-i-kpi-trend-equal{color:#858585}.k-i-kpi-status-hold{color:#f9ce1d}.k-i-kpi-status-deny{color:#f44336}.k-i-kpi-status-open{color:#4caf50}.k-pdf-export-shadow .k-pivot .k-grid-content{overflow:visible !important}.k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid,.k-pdf-export-shadow .k-pivot .k-grid-content{height:100% !important}.k-pdf-export-shadow .k-pivot .k-grid-header{padding-right:0 !important}.k-pdf-export-shadow .k-pivot{width:auto !important;height:auto !important}.k-pdf-export-shadow .k-pivot .k-grid-header-wrap>table,.k-pdf-export-shadow .k-pivot .k-grid-content>table{width:100% !important;height:auto !important}.k-pivot .k-field-actions .k-icon{pointer-events:all}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */div.k-treeview{border-width:0;background:none;overflow:auto;white-space:nowrap}.k-treeview .k-item{display:block;border-width:0;margin:0;padding:0 0 0 16px}.k-treeview>.k-group,.k-treeview .k-item>.k-group,.k-treeview .k-content{margin:0;padding:0;background:none;list-style-type:none;position:relative}.k-treeview .k-icon,.k-treeview .k-image,.k-treeview .k-sprite,.k-treeview .k-checkbox,.k-treeview .k-in{display:inline-block;vertical-align:top}.k-checkbox-wrapper{display:inline-block;vertical-align:middle}.k-treeview .k-checkbox{margin-top:.2em}.k-treeview .k-checkbox-label{padding-left:calc(14px + 0.7ex)}.k-treeview .k-icon,.k-treeview .k-in{vertical-align:middle}.k-treeview .k-request-retry{vertical-align:baseline}.k-treeview .k-i-plus,.k-treeview .k-i-minus,.k-treeview .k-i-expand,.k-treeview .k-i-collapse{margin-left:-16px;cursor:pointer}.k-treeview .k-i-collapse{margin-top:-4px}.k-treeview .k-sprite,.k-treeview .k-image{margin-right:3px}.k-treeview .k-in{margin:1px 0 1px .16666em;padding:1px .3333em 1px .25em;line-height:1.3333em;text-decoration:none;border-style:solid;border-width:1px}.k-treeview span.k-in{cursor:default}.k-treeview .k-i-drag-and-drop{position:absolute;z-index:10000;visibility:hidden;transform:translate(-50%, -50%);background-color:transparent;background-repeat:no-repeat}.k-treeview .k-state-hover{cursor:pointer}.k-rtl .k-treeview .k-i-expand,.k-rtl .k-treeview .k-i-collapse{margin-left:0;margin-right:-16px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */span.k-datepicker,span.k-timepicker,span.k-datetimepicker,span.k-colorpicker,span.k-numerictextbox,span.k-combobox,span.k-dropdown,span.k-dropdowntree,.k-toolbar .k-split-button{background-image:none}.k-autocomplete,.k-combobox,.k-datepicker,.k-timepicker,.k-datetimepicker,.k-colorpicker,.k-numerictextbox,.k-dropdown,.k-dropdowntree,.k-selectbox,.k-multiselect,.k-textbox,.k-toolbar .k-split-button,.k-listbox{position:relative;display:inline-block;width:12.4em;overflow:visible;border-width:0;vertical-align:middle}.k-autocomplete>.k-i-close,.k-dropdown-wrap>.k-i-close,.k-multiselect-wrap>.k-i-close{font-size:100%;display:none;position:absolute;cursor:pointer}.k-autocomplete>.k-i-close{right:calc(( (2em - 16px)/2 ))}.k-multiselect-wrap>.k-i-close{right:calc(( (2em - 16px)/2 ) + 1px)}.k-autocomplete>.k-i-close,.k-dropdown-wrap>.k-i-close{top:50%;transform:translateY(-50%)}.k-dropdown-wrap>.k-i-close{right:calc(( ( (2em - 16px)/2 ) + 2em ))}.k-multiselect-wrap>.k-i-close,.k-dropdowntree>.k-multiselect-wrap>.k-i-close{top:calc(( (1.65em - 16px) / 2 + 0.17857143em + 1px ))}.k-multiselect-wrap .k-readonly,.k-dropdown-wrap .k-readonly{opacity:.5}.k-autocomplete.k-state-hover>.k-i-close,.k-dropdown-wrap.k-state-hover>.k-i-close,.k-multiselect-wrap.k-state-hover>.k-i-close,.k-autocomplete.k-state-focused>.k-i-close,.k-dropdown-wrap.k-state-focused>.k-i-close,.k-multiselect-wrap.k-state-focused>.k-i-close{display:inline-block;outline:none}.k-multiselect.k-state-hover>.k-multiselect-wrap>.k-i-close,.k-multiselect.k-state-focused>.k-multiselect-wrap>.k-i-close{display:inline-block;outline:none}.k-autocomplete>.k-hidden,.k-dropdown-wrap .k-hidden,.k-multiselect-wrap .k-hidden{display:none !important}.k-autocomplete,.k-combobox,.k-datepicker,.k-timepicker,.k-datetimepicker,.k-colorpicker,.k-numerictextbox,.k-dropdown,.k-dropdowntree,.k-selectbox,.k-toolbar .k-split-button{white-space:nowrap}.k-filter-menu .k-combobox,.k-filter-menu .k-datepicker,.k-filter-menu .k-timepicker,.k-filter-menu .k-datetimepicker,.k-filter-menu .k-numerictextbox,.k-filter-menu .k-dropdown,.k-filter-menu .k-dropdowntree,.k-filter-menu .k-autocomplete,.k-filter-menu .k-textbox{width:13.2em}.k-colorpicker,.k-toolbar .k-split-button{width:auto}.k-datetimepicker{width:15em}.k-autocomplete,.k-picker-wrap,.k-numeric-wrap{position:relative;cursor:default}.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap,.k-multiselect-wrap{display:block}.k-list-scroller{position:relative;overflow:auto}.k-popup.k-list-container,.k-popup.k-calendar-container{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:2px;border-width:1px;border-style:solid}.k-list-container.k-popup-dropdowntree{padding:0}.k-list-container.k-popup-dropdowntree .k-check-all{margin:10px 10px 0}.k-list-container.k-popup-dropdowntree .k-treeview{box-sizing:border-box;padding:10px}.k-list-container.k-state-border-down,.k-autocomplete.k-state-border-down,.k-picker-wrap.k-state-border-down,.k-numeric-wrap.k-state-border-down{border-bottom-width:0;padding-bottom:1px}.k-list-container .km-scroll-container{padding-bottom:6px}.k-textbox,.k-autocomplete,.k-dropdown-wrap,.k-multiselect-wrap,.k-picker-wrap,.k-numeric-wrap{border-width:1px;border-style:solid}.k-dropdown-wrap{position:relative}.k-dropdown-wrap,.k-numeric-wrap,.k-picker-wrap{padding-right:calc(2em)}.k-numeric-wrap.k-expand-padding{padding-right:0}.k-numeric-wrap.k-expand-padding .k-i-warning{right:0}.k-textbox,.k-autocomplete{padding:0}.k-textbox.k-space-left{padding-left:2em}.k-textbox.k-space-right{padding-right:2em}.k-picker-wrap .k-input{margin:0}.k-textbox .k-icon{top:50%;margin:-8px 0 0;position:absolute}.k-space-left .k-icon{left:3px}.k-space-right .k-icon{right:3px}span.k-textbox:after{content:"\A0";display:block;height:.4px;overflow:hidden}.k-autocomplete,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap{transition:all "box-shadow .15s ease-out" ease;transition:box-shadow .15s ease-out;transition:"box-shadow .15s ease-out"}.k-textbox>input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input,.k-dropdown-wrap .k-input{width:100%;box-sizing:border-box}.k-picker-wrap .k-input,.k-numeric-wrap .k-input,.k-dropdown-wrap .k-input,.k-selectbox .k-input{font-family:inherit;border-width:0;outline:0}.k-dropdown .k-input,.k-dropdowntree .k-dropdown-wrap .k-input,.k-selectbox .k-input{color:inherit;background:transparent}.k-picker-wrap .k-select,.k-numeric-wrap .k-select,.k-dropdown-wrap .k-select{position:absolute;top:0;right:0;display:inline-block;vertical-align:top;text-decoration:none}.k-combobox .k-select,.k-picker-wrap .k-select,.k-numeric-wrap .k-select{border-style:solid;border-width:0 0 0 1px;border-color:inherit}span.k-datetimepicker .k-select,span.k-datetimepicker .k-select+.k-select{right:0}.k-textbox>input,.k-autocomplete .k-input{display:block;width:100%}.k-dropdown-wrap .k-select,.k-selectbox .k-select{overflow:hidden;border:0;text-decoration:none;color:inherit}.k-dropdown .k-input,.k-dropdowntree .k-dropdown-wrap .k-input,.k-selectbox .k-input{display:block;overflow:hidden;text-overflow:ellipsis}.k-textbox>input,.k-autocomplete .k-input,.k-multiselect-wrap .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input,.k-dropdown-wrap .k-input,.k-selectbox .k-input{line-height:1.65em;padding:.17857143em 0;text-indent:.571em;border:0;margin:0;overflow:hidden;text-overflow:ellipsis}.k-dropdown-wrap .k-input:before{content:"";display:inline-block;width:0}.k-ie .k-autocomplete .k-input{height:1.65em}.k-ie .k-textbox>input,.k-ie .k-picker-wrap .k-input,.k-ie .k-numeric-wrap .k-input,.k-ie .k-combobox .k-input{height:calc(1.65em + .35em)}.k-ie input.k-textbox{height:calc(1.65em + .35em + 2px)}.k-webkit .k-combobox .k-dropdown-wrap:before,.k-webkit .k-picker-wrap:before,.k-webkit .k-numeric-wrap:before{padding-bottom:.38em}.km.root .k-combobox .k-dropdown-wrap:before,.km.root .k-picker-wrap:before,.km.root .k-numeric-wrap:before{content:none}.k-combobox .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input{display:inline}.k-picker-wrap .k-select,.k-numeric-wrap .k-select,.k-dropdown-wrap .k-select{line-height:calc(1.65em + .35em);vertical-align:middle;-moz-box-sizing:border-box;text-align:center;width:calc(1.65em + .35em);height:100%}.k-numeric-wrap .k-select{padding:0}body .k-datetimepicker .k-select{border-radius:0}.k-combobox .k-select,.k-dropdown,.k-dropdowntree .k-dropdown-wrap,.k-selectbox .k-icon{cursor:pointer}.k-popup{border-style:solid;border-width:1px}.k-popup .k-item,.k-list-optionlabel{cursor:default}.k-popup .k-calendar{border:0}.k-list{height:auto}.k-nodata{min-height:138px;width:100%;display:table;text-transform:uppercase;font-size:.85em;font-weight:lighter}.k-nodata>div{display:table-cell;text-align:center;vertical-align:middle;padding:11px}.k-popup .k-list .k-item,.k-fieldselector .k-list .k-item,.k-list-optionlabel,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header,.k-listbox .k-item,.k-item.k-drag-clue{padding:1px 5px 1px 5px;line-height:1.8em;min-height:1.8em}.k-popup .k-list .k-item,.k-listbox .k-item{border-width:1px;border-style:solid;border-color:transparent;padding:0 4px}.k-popup .k-list .k-item>.k-group{top:-1px}.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-group-header,.k-popup>.k-virtual-wrap>.k-group-header{padding-right:22px}.k-overflow-container .k-item{padding:1px}.k-overflow-container>.k-state-disabled .k-button,.k-overflow-container>.k-state-disabled .k-button:hover,.k-overflow-container .k-button.k-state-disabled,.k-overflow-container .k-button.k-state-disabled:hover{border-color:transparent;background:none}.k-popup .k-list .k-state-hover,.k-popup .k-list .k-state-focused,.k-popup .k-list .k-state-selected,.k-overflow-container .k-state-hover,.k-overflow-container .k-state-focused,.k-overflow-container .k-state-selected,.k-fieldselector .k-list .k-item,.k-list-optionlabel.k-state-focused,.k-list-optionlabel.k-state-selected,.k-listbox .k-item{padding:0 4px;border-width:1px;border-style:solid}.k-list-filter{position:relative;margin-bottom:2px}.k-list-filter>.k-textbox{padding-right:20px;width:100%}.k-list-filter>.k-icon{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.km-root .k-list-filter>.k-textbox{padding-left:0;padding-right:0;border-left-width:0;border-right-width:0}.k-multiselect{display:block;width:auto}.k-multiselect-wrap{border-radius:4px;padding-right:22px}.k-multiselect-wrap .k-input{min-width:25px;min-height:1.65em;padding:.17857143em;text-indent:.571em;background-color:transparent;border:0;margin:0;float:left}.k-multiselect-wrap .k-input::-ms-clear{display:none}.k-multiselect-wrap li{margin:1px 0 1px 1px;padding:.1em 1.6em .1em .4em;line-height:1.5em;min-height:calc((1.65em - .15em) + .2em + 2px);float:left;position:relative}.k-autocomplete .k-i-loading,.k-multiselect .k-i-loading{position:absolute;top:auto;right:.4em;bottom:.4em}.k-multiselect-wrap .k-select{position:absolute;top:0;bottom:0;right:0;padding:.03em .2em}.k-autocomplete-clearable .k-input,.k-multiselect-clearable .k-input,.k-dropdowntree-clearable .k-input,.k-combobox-clearable .k-input{overflow:hidden;text-overflow:ellipsis}.k-combobox-clearable .k-input,.k-multiselect-clearable .k-multiselect-wrap,.k-dropdowntree-clearable .k-multiselect-wrap,.k-dropdowntree-clearable .k-dropdown-wrap .k-input{padding-right:calc(2em)}.k-datetimepicker .k-picker-wrap{padding-right:4em}.k-datetimepicker .k-select{width:4em}.k-datetimepicker .k-select .k-link{display:inline-block;width:50%}.k-datetimepicker .k-link{color:inherit}.k-datetimepicker .k-picker-wrap .k-icon{margin:0 2px}.k-picker-wrap .k-icon{cursor:pointer}.k-textbox,.k-timepicker,.k-datepicker,.k-datetimepicker{display:inline-block;vertical-align:middle}.k-time-popup .k-item{padding:1px 3px}.k-input{font-size:inherit;padding:.25em 0}.k-input,.k-textbox>input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-textbox{outline:0}input.k-textbox,textarea.k-textbox{padding:.17857143em 0}input.k-textbox{line-height:1.65em;text-indent:.571em}.k-ie input.k-textbox{text-indent:.2855em}textarea.k-textbox{height:auto}span.k-numerictextbox{background-color:transparent}.k-numerictextbox .k-input{margin:0}.k-numerictextbox .k-link{color:inherit;display:block;height:1em;line-height:1em;vertical-align:middle;border-width:0;padding:0;overflow:hidden}.k-numerictextbox .k-icon{display:block;margin:auto;height:100%}.k-numerictextbox .k-i-arrow-60-up{top:0}.k-numerictextbox .k-i-arrow-60-down{bottom:0}.k-numeric-wrap .k-input::-webkit-inner-spin-button{-webkit-appearance:none}.k-disabled-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;opacity:.5;filter:alpha(opacity=50)}.k-rtl .k-multiselect-wrap{padding-right:0;padding-left:22px}.k-maskedtextbox{position:relative;display:inline-block;background-color:transparent;border-width:0}.k-maskedtextbox ::-ms-clear{display:none;width:0;height:0}.k-maskedtextbox .k-i-warning{display:none;position:absolute;width:2em;right:0;top:50%;transform:translateY(-50%)}.k-maskedtextbox.k-state-invalid .k-i-warning{display:inline-block}.k-dateinput{position:relative;display:inline-block;border-width:0}.k-dateinput.k-widget{background-color:transparent}.k-dateinput ::-ms-clear{display:none;width:0;height:0}.k-dateinput .k-i-warning{display:none;position:absolute;right:0;top:50%;transform:translateY(-50%);overflow:visible}.k-dateinput.k-state-invalid .k-i-warning{display:inline-block}.k-datepicker .k-picker-wrap .k-i-warning,.k-timepicker .k-picker-wrap .k-i-warning,.k-datetimepicker .k-picker-wrap .k-i-warning{display:none;position:absolute;right:0;top:50%;transform:translateY(-50%);overflow:visible}.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning,.k-timepicker .k-picker-wrap.k-state-invalid .k-i-warning,.k-datetimepicker .k-picker-wrap.k-state-invalid .k-i-warning{display:inline-block}.k-listbox{box-sizing:border-box;height:200px}.k-listbox.k-widget{background-color:transparent}.k-listbox .k-list-scroller{height:100%;overflow:auto;border-width:1px;border-style:solid;box-sizing:border-box}.k-listbox .k-list-scroller li{cursor:default;-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.k-listbox .k-listbox-toolbar{box-sizing:border-box}.k-listbox.k-listbox-toolbar-top{padding:15px 0 1.42857143em}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar{margin-top:-15px;margin-bottom:5px}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li{display:inline-block}.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li+li{margin-left:5px}.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar{float:left;margin-right:5px}.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li+li{margin-top:5px}.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar{float:right;margin-left:5px}.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child){margin-bottom:5px}.k-listbox.k-listbox-toolbar-bottom{padding:15px 0 1.45em}.k-listbox.k-listbox-toolbar-bottom .k-list-scroller{margin-top:-15px}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar{margin-top:5px}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li{display:inline-block}.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li+li{margin-left:5px}.k-listbox .k-ghost{opacity:.5}.k-rtl .k-dropdown-wrap,.k-rtl .k-picker-wrap,.k-rtl .k-numeric-wrap,.k-rtl .k-combobox-clearable .k-input,.k-rtl .k-multiselect-clearable .k-multiselect-wrap,.k-rtl .k-dropdowntree-clearable .k-multiselect-wrap,.k-rtl .k-dropdowntree-clearable .k-dropdown-wrap .k-input{padding-right:0;padding-left:calc(2em)}.k-rtl .k-dropdown-wrap>.k-i-close{left:calc(( ( (2em - 16px)/2 ) + 2em ))}.k-rtl .k-autocomplete>.k-i-close{left:calc(( (2em - 16px)/2 ))}.k-rtl .k-multiselect-wrap>.k-i-close{left:calc(( (2em - 16px)/2 ) + 1px)}.k-rtl .k-numeric-wrap.k-state-invalid.k-expand-padding .k-i-warning{left:0}.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar{transform:scaleX(-1)}.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar{float:right;margin-right:0;margin-left:5px}.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar{float:left;margin-right:5px;margin-left:0}.k-multiple-selection .k-in.k-state-selected{border-color:transparent;color:inherit;background:none}.k-popup-flush,.k-popup-flush.k-list-container{padding:0}.k-dropdowngrid-popup{overflow:hidden}.k-dropdowngrid-popup .k-grid-header,.k-dropdowngrid-popup .k-group-header,.k-dropdowngrid-popup .k-list-scroller,.k-dropdowngrid-popup .k-virtual-content,.k-dropdowngrid-popup .k-footer{line-height:1.42857143}.k-dropdowngrid-popup .k-virtual-wrap{margin:0}.k-dropdowngrid-popup .k-grid-header table{margin:0 0 -1px 0;width:100%;max-width:none;border-width:0;border-collapse:separate;border-spacing:0;table-layout:fixed;empty-cells:show;outline:none}.k-grid-list{width:100%;max-width:none;border-width:0;border-collapse:collapse;border-spacing:0;table-layout:fixed;empty-cells:show;outline:none;display:table}.k-grid-list>.k-item{box-sizing:border-box;display:table-row;position:relative}.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-dropdowngrid-popup .k-grid-header .k-header,.k-grid-list>.k-item>.k-cell{border-width:0 0 1px 1px;border-style:solid;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.k-dropdowngrid-popup .k-grid-header .k-header{padding:6px 8px}.k-grid-list>.k-item>.k-cell{padding:6px 8px}.k-dropdowngrid-popup .k-grid-header .k-header:first-child,.k-grid-list>.k-item>.k-cell:first-child{border-left-width:0}div.k-dropdowngrid-popup .k-group-header{margin:0;padding:6px 8px;min-height:auto;text-align:left}.k-grid-list>.k-item>.k-group-cell,.k-grid-list>.k-item>.k-spacer-cell{padding-left:0;padding-right: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 4px;font-size:.875em;position:absolute;top:0;right:0}.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-dropdowngrid-popup .k-footer{padding:6px 8px;border-width:1px 0 0 0;border-style:solid;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative}.k-rtl .k-grid-list>.k-item>.k-cell{border-left-width:1px;border-right-width:1px;text-align:right}.k-rtl .k-grid-list>.k-item>.k-cell:first-child{border-right-width:0}.k-rtl div.k-dropdowngrid-popup .k-group-header{text-align:right}.k-rtl .k-grid-list>.k-item>.k-group-cell>span{right:auto;left:0}.k-textbox-container{position:relative;padding-top:calc(1.65em * .75);display:inline-flex;width:12.4em;flex-direction:column;justify-content:stretch}.k-textbox-container>.k-label{pointer-events:none;position:absolute;line-height:1.65em;cursor:text;top:calc(calc(1.65em * .75) + 1px + .17857143em);left:calc(0 + 1px);transition:transform .2s ease-out,color .2s ease-out}.k-textbox-container>.k-textbox,.k-textbox-container>.k-textarea,.k-textbox-container>.k-widget{flex:1 1 auto;width:auto}.k-textbox-container.k-state-empty>.k-label{transform:translate(0, 0) scale(1)}.k-textbox-container.k-state-focused{box-shadow:none}.k-textbox-container>.k-label,.k-textbox-container.k-state-focused>.k-label{transform:translate(-0, calc(-.75 * .17857143em)) translate(-1px, calc(-.75 * 1.65em)) translate(-12.5%, calc(-.75 * 12.5%)) scale(.75)}.k-rtl .k-textbox-container>.k-label,.k-textbox-container[dir='rtl']>.k-label{left:auto;right:calc(0 + 1px)}.k-rtl .k-textbox-container.k-state-empty>.k-label,.k-textbox-container[dir='rtl'].k-state-empty>.k-label{transform:translate(0, 0) scale(1)}.k-rtl .k-textbox-container>.k-label,.k-textbox-container[dir='rtl']>.k-label,.k-rtl .k-textbox-container.k-state-focused>.k-label,.k-textbox-container[dir='rtl'].k-state-focused>.k-label{transform:translate(0, calc(-.75 * .17857143em)) translate(1px, calc(-.75 * 1.65em)) translate(12.5%, calc(-.75 * 12.5%)) scale(.75)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-colorpicker .k-picker-wrap{line-height:calc(1.65em + .17857143em*2)}.k-colorpicker .k-selected-color{vertical-align:top;display:inline-block;height:calc(1.65em + .35em);width:calc(1.65em + .35em)}.k-colorpicker .k-selected-color .k-i-line{font-size:2em;color:#FF525E;display:inline-block;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.k-colorpicker .k-selected-color .k-i-line:before{content:"\E510"}.k-colorpicker .k-tool-icon{position:relative;top:-2px;display:inline-block;padding:3px 3px 2px;margin-right:3px;margin-left:2px;margin-bottom:3px;background-repeat:no-repeat;vertical-align:middle;width:16px;height:16px;-ms-high-contrast-adjust:none}.k-colorpicker .k-tool-icon .k-selected-color{display:block;height:3px;width:16px;position:absolute;left:3px;bottom:-3px;border-radius:0 !important}.k-colorpicker .k-select{cursor:pointer}.k-colorpicker .k-picker-wrap .k-icon{overflow:visible}.k-flatcolorpicker{position:relative;display:inline-block;width:265px;padding-bottom:5px;background-color:transparent;background-image:none}.k-flatcolorpicker .k-selected-color{background-image:url(bb8ac00ae76a8ac73a978de184d094a0.png);background-position:50% 50%;text-align:right}.k-flatcolorpicker .k-selected-color input.k-color-value{font-family:Consolas,"Ubuntu Mono","Lucida Console","Courier New",monospace;padding:.75em .1em .65em .65em;border:0;margin:0;width:82%}.k-flatcolorpicker .k-selected-color .k-color-input{background-color:#fff;display:inline-block;width:84%;text-align:left}.k-flatcolorpicker .k-selected-color .k-clear-color{padding:.4em;line-height:0}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before{color:#000;opacity:.8}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover,.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active{opacity:1}.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active{color:inherit}.k-flatcolorpicker .k-clear-color-container .k-clear-color:active{color:#000;opacity:1}.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color,.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color{background-image:none}.k-flatcolorpicker .k-clear-color-container{text-align:left}.k-flatcolorpicker .k-hsv-rectangle{position:relative;user-select:none;-ms-touch-action:pinch-zoom double-tap-zoom}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle{cursor:pointer;position:absolute;z-index:10;left:50%;top:50%;width:8px;height:8px;border:1px solid #eee;margin-left:-5px;margin-top:-5px;border-radius:6px;box-shadow:0 1px 2px #444;background:transparent}.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover,.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus{background:transparent;border-color:#fff;box-shadow:0 1px 5px #000}.k-flatcolorpicker .k-hsv-rectangle.k-dragging,.k-flatcolorpicker .k-hsv-rectangle.k-dragging *{cursor:none}.k-flatcolorpicker .k-slider-horizontal{height:20px;width:90%;margin:0 5%}.k-flatcolorpicker .k-slider-horizontal .k-slider-track{box-shadow:0 1px 0 #fff, 0 -1px 0 #999}.k-flatcolorpicker .k-hue-slider,.k-flatcolorpicker .k-transparency-slider{display:block}.k-flatcolorpicker .k-hue-slider .k-slider-selection,.k-flatcolorpicker .k-transparency-slider .k-slider-selection{background:transparent}.k-flatcolorpicker .k-hue-slider .k-draghandle,.k-flatcolorpicker .k-transparency-slider .k-draghandle{background:transparent;border:3px solid #eee;margin-top:1px;height:8px;width:8px;box-shadow:0 1px 4px #444}.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover,.k-flatcolorpicker .k-hue-slider .k-draghandle:focus,.k-flatcolorpicker .k-transparency-slider .k-draghandle:focus{background:transparent;border-color:#fff;box-shadow:0 1px 5px #000;border-width:2px;padding:1px}.k-flatcolorpicker .k-hue-slider .k-slider-track{background:linear-gradient(to right, #ff0000 0%, #ffff00 16%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 84%, #ff0004 100%)}.k-flatcolorpicker .k-transparency-slider .k-slider-track{background-image:url(f6eb887f6c0fb3934035d475a3f47bad.png);background-size:100% auto;background-position:100% 50%;background-repeat:no-repeat}.k-flatcolorpicker .k-controls{margin-top:10px;margin-bottom:5px;text-align:center;font-size:90%}.k-flatcolorpicker .k-controls .k-button{width:6em}.k-flatcolorpicker .k-hsv-gradient{background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #000 100%),linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);height:180px;margin-bottom:5px}.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-ie9 .k-flatcolorpicker .k-hsv-gradient{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.k-colorpalette{position:relative;line-height:0;border-width:0;display:inline-block}.k-colorpalette .k-palette{border-collapse:collapse;position:relative;width:100%;height:100%}.k-colorpalette .k-item{width:14px;height:14px;overflow:hidden;-ms-high-contrast-adjust:none}.k-colorpalette .k-item.k-state-selected,.k-colorpalette .k-item.k-state-selected:hover{z-index:100;background:transparent;box-shadow:0 1px 3px 1px rgba(0,0,0,0.7),inset 0 0 0 1px rgba(255,255,255,0.45);position:relative}.k-colorpalette .k-item:hover{z-index:101;position:relative;box-shadow:0 1px 3px 1px rgba(0,0,0,0.5),inset 0 0 0 1px rgba(255,255,255,0.3)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */table.k-editor{width:100%;height:250px;table-layout:fixed;border-style:solid;border-width:1px;border-collapse:separate;border-spacing:4px;font-size:100%;vertical-align:top;position:relative}.k-editor-inline{padding:.3em .5em;word-wrap:break-word;overflow:auto;position:relative;transition:border-color .5s}.k-editor-inline.k-editor{border:1px solid transparent}.k-editortoolbar-dragHandle{cursor:move;padding-left:0;padding-right:3px;box-shadow:none !important}.k-editor-widget>.k-window-content{overflow:hidden}.k-editor .k-editor-toolbar-wrap{border:0;padding:0}.k-editor-toolbar{margin:0;padding:.1em 0;list-style-type:none;line-height:1.3em;cursor:default;word-wrap:break-word}.k-editor-toolbar li{display:inline-block;vertical-align:middle}.k-webkit .k-editor-toolbar,.k-ff .k-editor-toolbar,.k-ie9 .k-editor-toolbar,.k-edge .k-editor-toolbar{padding:0}.k-editor-toolbar li{display:inline-block;padding:.1em 0}.k-editor-toolbar .k-editor-widget,.k-editor-toolbar>li{margin-right:6px}.k-group-start.k-group-end .k-editor-widget{margin-right:0}.k-editor-toolbar .k-editor-dropdown{position:relative}.k-select-overlay{-webkit-appearance:none;opacity:0;z-index:11000;top:0;left:0;position:absolute;height:26px;width:100%;margin:-4px 0 0}.k-editor-toolbar .k-separator{position:relative;top:1px;border-style:solid;border-width:0 1px 0 0;margin:0 .3em 0 .1em;padding:0 0 0 1px;font-size:1.3em}.k-editor-toolbar .k-break{display:block;height:1px;font-size:0;line-height:0}.k-editor-toolbar .k-dropdown,.k-editor-toolbar .k-combobox,.k-editor-toolbar .k-selectbox,.k-editor-toolbar .k-colorpicker{vertical-align:middle}.k-button-group .k-tool{display:inline-block;vertical-align:middle;margin:1px 0;width:2em;height:2em;line-height:2em}.k-button-group .k-tool-icon{width:24px;height:24px;vertical-align:middle;-ms-high-contrast-adjust:none}.k-editor-toolbar .k-tool-icon.k-icon{top:auto;font-size:16px}.k-fontName{width:110px}.k-fontSize{width:124px}.k-formatBlock{width:147px}.k-editortoolbar-dragHandle{float:left;margin:1px 0 0}.k-editor-toolbar .k-button-group{padding:1px}.k-editor .k-editor-toolbar .k-row-break{display:block;height:0;font-size:0;line-height:0}.k-editor-toolbar .k-i-login{transform:scaleX(-1)}.k-button-group .k-tool{border-style:solid;border-width:1px;margin-right:-1px}.k-button-group .k-tool.k-state-hover,.k-button-group .k-tool:focus{position:relative;z-index:1}.k-rtl .k-button-group .k-tool{border-style:solid;border-width:1px}.k-button-group .k-tool.k-group-end{border-right-width:1px}.k-rtl .k-button-group .k-tool.k-group-end{border-left-width:1px}.k-editor-toolbar .k-button-group .k-state-disabled,.k-editor-toolbar .k-button-group.k-state-disabled{display:none !important}.k-editor-toolbar .k-button-group .k-state-hover,.k-editor-toolbar .k-button-group .k-state-active{vertical-align:middle}.k-editor-toolbar .k-button-group .k-state-disabled{filter:alpha(opacity=30);opacity:.3}.k-editor .k-editable-area{width:100%;height:100%;outline:0}.k-editor.k-resizable .k-editable-area{padding-bottom:16px}.k-editor .k-content{display:block;width:100%;height:100%;border-width:0;margin:0;padding:0;background:#fff}.k-editor .k-editable-area .k-content{box-sizing:border-box;border-width:1px;border-style:solid}a.k-tool{color:inherit;outline:0}.k-editor iframe.k-content{display:inline;vertical-align:top}.k-editor .k-raw-content{border:0;margin:0;padding:0}.k-editor .k-raw-content,.k-editor-dialog .k-editor-textarea{font-size:inherit;font-family:consolas,"courier new",monospace}.k-editor-dialog{padding:1em;width:400px}.k-editor-dialog .k-edit-label{width:25%}.k-editor-dialog .k-edit-field{width:66%}.k-editor-dialog .k-edit-field .k-textbox{width:96%}.k-viewhtml-dialog{width:auto}.k-filebrowser-dialog{width:auto;min-width:350px}.k-filebrowser-dialog .k-filebrowser{margin:0 1em 0}.k-filebrowser-dialog .k-edit-label{width:18%}.k-filebrowser-dialog .k-edit-field{width:75%}.k-filebrowser-dialog .k-edit-field .k-textbox{width:70%}#k-editor-image-width,#k-editor-image-height{width:5em}.k-editor-dialog .k-button{display:inline-block}.k-editor-dialog .k-editor-textarea{width:600px;height:350px;padding:.2em .2em .2em .4em;border-width:1px;border-style:solid;overflow:auto}.k-button-wrapper .k-link:hover{text-decoration:underline}.k-ct-popup{width:180.4px;padding:.65em .5em .5em}.k-ct-popup .k-status{margin:.3em 0}.k-ct-popup .k-ct-cell{border-width:1px;border-style:solid;width:18px;height:18px;margin:1px;vertical-align:top;display:inline-block;overflow:hidden;pointer-events:all;-ms-high-contrast-adjust:none}.k-editor .k-resize-handle{position:absolute;padding:2px 0;right:0;bottom:0;cursor:se-resize}.k-editor .k-overlay{position:absolute;background-color:#fff;opacity:0}.k-editor .k-toolbar-resizable{min-height:2.4375em;position:relative}.k-overflow-tools{position:absolute;right:0;top:0}.k-editor-overflow-popup .k-tool{width:auto;height:auto;display:block;text-align:left;text-decoration:initial;border:0;padding-right:.5em;margin:0;padding:0 6px}.k-editor-overflow-popup .k-tool.k-state-disabled{display:none}.k-editor-toolbar .k-tool-text{display:none}.k-editor-inline .k-table-resize-handle-wrapper{position:absolute;width:5px;height:5px;background-color:#fff;border:1px solid #000;z-index:100}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle{width:100%;height:100%}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east{cursor:e-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north{cursor:n-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast{cursor:ne-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest{cursor:nw-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south{cursor:s-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast{cursor:se-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest{cursor:sw-resize}.k-editor-inline .k-table-resize-handle-wrapper .k-table-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;background-color:#00b0ff;display:none;opacity:.8}.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:1px dotted #ccc}.k-editor-inline .k-table td{min-width:1px;padding:.2em .3em}.k-table.k-table-resizing{opacity:.6}.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;background-color:#00b0ff;opacity:.8}.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons{clear:both;text-align:right;border-width:1px 0 0;border-style:solid;position:relative;bottom:-1em;padding:.6em}.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button{margin-right:.5em}.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content{overflow:hidden;min-width:325px;width:24em;padding:1em 0}.k-editor-dialog .k-edit-form-container{width:auto}.k-editor-dialog .k-tabstrip{margin:-1.333em 0 0}.k-editor-dialog .k-root-tabs{margin:-1em -1em -1.5em;padding:.5em 1em 0;border-width:0}.k-editor-dialog ul.k-tabstrip-items{padding:.5em 1em 0;border-width:0 0 1px;border-style:solid}.k-editor-dialog ul.k-tabstrip-items .k-loading{border-top-width:0}.k-editor-dialog .k-tabstrip:focus{box-shadow:none}.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content{overflow:hidden;min-height:440px;height:35em;margin:0;padding:1em .5em 0;border-width:0}.k-editor-dialog .k-edit-field .k-numerictextbox{width:10.6em;margin:0 .35714285em 0 0}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox+.k-dropdown{width:4em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox,.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown{width:15em}.k-editor-table-wizard-dialog .k-numerictextbox+.k-dropdown{width:5.35714285em}.k-editor-dialog textarea.k-textbox{height:14.28571428em}.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align{width:4em}.k-popup.k-list-container.k-align{padding:0;text-align:center}.k-align-group{vertical-align:text-top}.k-popup.k-align .k-list .k-item{display:inline-block;width:2.57142857em;height:2.57142857em;margin:0;padding:0;border:0;border-radius:0}.k-popup.k-align .k-list .k-icon{vertical-align:bottom;vertical-align:-webkit-baseline-middle}.k-popup.k-align .k-list .k-item:last-child{width:auto;display:block;border-width:1px 0 0;border-style:solid}.k-popup.k-align .k-list .k-item:before{width:2.57142857em;height:2.57142857em;line-height:2.57142857em}.k-animation-container .k-editor-toolbar{text-align:center;line-height:1.3em}.k-animation-container .k-editor-toolbar .k-tool{display:inline-block;height:24px;padding:0 .5em;text-decoration:none;font-size:.85em;color:inherit}.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert{width:24px;height:24px}.k-animation-container .k-editor-toolbar .k-tool-text{display:inline;vertical-align:sub;padding:0 0 0 .5em}.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons{padding:1em .8em;margin:.5em 0 0}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-notification{border-width:1px;border-style:solid;cursor:default;position:relative;white-space:nowrap;box-sizing:border-box}.k-notification>.k-notification-wrap{padding:.6em .5em}.k-notification-closable>.k-notification-wrap{padding-right:20px}.k-notification .k-notification-content{display:inline-block;vertical-align:top;white-space:normal}.k-notification-wrap>.k-i-info,.k-notification-wrap>.k-i-success,.k-notification-wrap>.k-i-warning,.k-notification-wrap>.k-i-error{margin-right:4px;vertical-align:text-bottom}.k-notification-wrap>.k-i-close{position:absolute;top:50%;right:4px;transform:translateY(-50%);display:none}.k-notification-closable .k-notification-wrap>.k-i-close{display:block}.k-rtl .k-notification-closable .k-notification-wrap,.k-rtl.k-notification-closable .k-notification-wrap{padding-right:.5em;padding-left:20px}.k-rtl .k-notification-wrap>.k-i-info,.k-rtl .k-notification-wrap>.k-i-success,.k-rtl .k-notification-wrap>.k-i-warning,.k-rtl .k-notification-wrap>.k-i-error{margin-right:0;margin-left:4px}.k-rtl .k-notification-wrap>.k-i-close{right:auto;left:4px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-progressbar{display:inline-block;position:relative;vertical-align:middle}.k-progressbar{border-radius:4px}.k-progressbar-horizontal{width:27em;height:1.9em}.k-progressbar-vertical{width:1.9em;height:27em}.k-progressbar>.k-state-selected{position:absolute;border-style:solid;border-width:1px;overflow:hidden}.k-progressbar-horizontal>.k-state-selected,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected{left:-1px;right:auto;top:-1px;height:100%;border-radius:4px 0 0 4px}.k-progressbar-horizontal.k-progressbar-reverse>.k-state-selected,.k-rtl .k-progressbar-horizontal>.k-state-selected{left:auto;right:-1px;border-radius:0 4px 4px 0}.k-progressbar-vertical>.k-state-selected{left:-1px;bottom:-1px;width:100%;border-radius:0 0 4px 4px}.k-progressbar-vertical.k-progressbar-reverse>.k-state-selected{bottom:auto;top:-1px;border-radius:4px 4px 0 0}.k-progressbar>.k-state-selected.k-complete,.k-rtl .k-progressbar>.k-state-selected.k-complete{border-radius:4px}.k-progressbar>.k-reset{list-style:none;margin:0;padding:0;position:absolute;left:-1px;top:-1px;width:100%;height:100%;border-radius:4px;white-space:nowrap}.k-progressbar-horizontal .k-item{display:inline-block;height:100%;border-style:solid;margin-left:-1px}.k-progressbar-horizontal .k-item.k-first{margin-left:0}.k-progressbar-horizontal .k-item.k-last{border-right-width:0}.k-progressbar-horizontal .k-item,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal.k-progressbar-reverse .k-item,.k-rtl .k-progressbar-horizontal .k-item{border-width:1px 0 1px 1px}.k-progressbar-horizontal .k-first,.k-rtl .k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last{border-top-left-radius:4px;border-bottom-left-radius:4px;border-left-width:1px}.k-progressbar-horizontal .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-top-right-radius:4px;border-bottom-right-radius:4px}.k-progressbar-horizontal.k-progressbar-reverse .k-last,.k-rtl .k-progressbar-horizontal .k-first{border-right-width:1px}.k-progressbar-horizontal .k-last.k-state-selected{border-right-width:1px}.k-progressbar-vertical .k-item{width:100%;border-style:solid;border-width:1px 1px 0 1px;margin-top:-1px}.k-progressbar-vertical .k-item.k-first{margin-top:0}.k-progressbar-vertical li.k-item.k-last{border-bottom-width:0}.k-progressbar-vertical .k-first{border-top-left-radius:4px;border-top-right-radius:4px}.k-progressbar-vertical .k-last{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom-width:1px}.k-progressbar-vertical.k-progressbar-reverse .k-item{border-width:0 1px 1px 1px}.k-progressbar-vertical.k-progressbar-reverse .k-first{border-top-width:1px}.k-progress-status-wrap{position:absolute;top:-1px;border:1px solid transparent;line-height:2em;width:100%;height:100%}.k-progress-status-wrap,.k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap{left:-1px;right:auto;text-align:right}.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap,.k-rtl .k-progressbar-horizontal .k-progress-status-wrap{left:auto;right:-1px;text-align:left}.k-progressbar-vertical .k-progress-status-wrap{top:auto;bottom:-1px}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap{bottom:auto;top:-1px}.k-progress-status{display:inline-block;padding:0 .5em;min-width:10px;white-space:nowrap}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{position:absolute;bottom:0;left:0}.k-progressbar-vertical .k-progress-status{transform:rotate(-90deg) translateX(-100%);transform-origin:0 0}.k-progressbar-vertical.k-progressbar-reverse .k-progress-status{transform:rotate(90deg) translateX(-100%);transform-origin:0 100%}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */div.k-slider{position:relative;border-width:0;background-color:transparent;user-select:none}.k-slider-vertical{width:26px;height:200px}.k-slider-horizontal{display:inline-block;width:200px;height:26px}.k-slider-wrap{width:100%;height:100%}.k-slider .k-button,.k-grid .k-slider .k-button{position:absolute;top:0;width:24px;min-width:0;height:24px;margin:0;padding:0;outline:0}.k-state-disabled .k-slider-wrap{filter:alpha(opacity=60);opacity:.6}.k-state-disabled .k-slider-wrap .k-slider-items{color:#333}.k-slider .k-button-decrease{left:0}.k-slider-vertical .k-button-decrease,.k-grid .k-slider-vertical .k-button-decrease{top:auto;bottom:0}.k-slider .k-button-increase{right:0}.k-slider .k-icon,.k-slider-track,.k-slider .k-tick{cursor:pointer}.k-slider-track,.k-slider-selection{position:absolute;margin:0;padding:0}.k-slider-horizontal .k-slider-track,.k-slider-horizontal .k-slider-selection{top:50%;left:0;height:8px;margin-top:-4px;background-repeat:repeat-x}.k-slider-horizontal .k-slider-buttons .k-slider-track{left:34px}.k-slider-vertical .k-slider-track,.k-slider-vertical .k-slider-selection{left:50%;bottom:0;width:8px;margin-left:-4px;background-repeat:repeat-y}.k-slider-vertical .k-slider-buttons .k-slider-track{bottom:34px}.k-draghandle{position:absolute;background-repeat:no-repeat;background-color:transparent;text-indent:-3333px;overflow:hidden;text-decoration:none;text-align:center;outline:0}.k-slider-horizontal .k-draghandle{top:-4px;width:13px;height:14px}.k-slider-vertical .k-draghandle{left:-4px;width:14px;height:13px}.k-slider-buttons .k-slider-items{margin-left:34px}.k-slider-horizontal .k-slider-items{height:100%}.k-slider-vertical .k-slider-items{padding-top:1px}.k-slider-vertical .k-slider-buttons .k-slider-items{padding-top:0}.k-slider-vertical .k-slider-buttons .k-slider-items{margin:0;padding-top:35px}.k-slider .k-tick{position:relative;margin:0;padding:0;background-color:transparent;background-repeat:no-repeat;background-position:center center}.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-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{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-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-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-tick{text-align:right}.k-slider-vertical .k-slider-topleft .k-tick{text-align:left}.k-slider .k-label{position:absolute;white-space:nowrap;font-size:.92em}.k-slider-horizontal .k-label{left:0;width:100%;line-height:1}.k-slider-horizontal .k-first .k-label{left:-50%}.k-slider-horizontal .k-last .k-label{left:auto;right:-50%}.k-slider-horizontal .k-label{bottom:-1.2em}.k-slider-horizontal .k-slider-topleft .k-label{top:-1.2em}.k-slider-vertical .k-label{left:120%;display:block;text-align:left}.k-slider-vertical .k-last .k-label{top:-0.5em}.k-slider-vertical .k-first .k-label{bottom:-0.5em}.k-slider-vertical .k-slider-topleft .k-label{left:auto;right:120%}.k-slider-tooltip{top:-4444px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-scheduler .k-link{color:inherit}.k-scheduler-toolbar,.k-scheduler-footer{border-style:solid}.k-scheduler-toolbar,.k-scheduler-footer{line-height:28px;padding:6px}.k-scheduler-toolbar{position:relative;border-width:0 0 1px}.k-edit-field.k-scheduler-toolbar{border-width:0;padding-top:0;padding-left:0;padding-right:0}.k-scheduler-header{text-align:center}.k-scheduler-header .k-link{color:inherit}.k-scheduler-footer{border-width:1px 0 0}.k-scheduler-toolbar>ul{float:right}.k-scheduler-toolbar>ul:first-child{float:left}.k-scheduler-toolbar>.k-scheduler-tools{float:left;margin-bottom:.5em}.k-scheduler-tools+.k-scheduler-navigation{float:left;clear:left}.k-scheduler-toolbar>ul>li,.k-scheduler-footer>ul>li{display:inline-block;border-style:solid;border-width:1px 1px 1px 0}.k-scheduler .k-scheduler-toolbar .k-nav-current,.k-scheduler .k-scheduler-toolbar .k-scheduler-tools>li{border-width:0}.k-scheduler-toolbar>ul>li:first-child,.k-scheduler-toolbar>ul.k-scheduler-views>li:first-child+li{border-left-width:1px}.k-scheduler div.k-scheduler-footer ul li{margin-right:.6em;border-width:1px}.k-scheduler-toolbar .k-link,.k-scheduler-footer .k-link{display:inline-block;padding:0 1.1em}.k-scheduler-toolbar .k-nav-prev .k-link,.k-scheduler-toolbar .k-nav-next .k-link{padding-left:.6em;padding-right:.6em}.k-scheduler-toolbar .k-nav-current .k-link{padding:0}.k-scheduler-toolbar .k-nav-current{margin:0 1.1em}.k-scheduler div.k-scheduler-toolbar>ul>li.k-nav-current,.k-scheduler .k-nav-current>.k-state-active{background:none}.k-scheduler-toolbar .k-i-calendar,.k-scheduler-footer .k-icon{margin:-2px 6px 0 0}.k-scheduler-header,.k-scheduler-header-wrap{overflow:hidden}.k-scheduler-header-wrap{position:relative;border-style:solid;border-width:0}.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap{border-right-width:1px}.k-scheduler-times,.k-scheduler-content{position:relative}.k-scheduler-times{overflow:hidden;border-style:solid;border-width:0}.k-scheduler-content{overflow:auto}.k-scheduler-layout,.k-scheduler-table{border-spacing:0;width:100%;margin:0;border-collapse:separate}.k-scheduler-layout>tbody>tr>td{padding:0;vertical-align:top}.k-safari .k-scheduler-layout>tbody>tr>td+td{width:100%}.k-scheduler-table{table-layout:fixed;max-width:none}.k-scheduler-times .k-scheduler-table{table-layout:auto}.k-scheduler-monthview .k-scheduler-content .k-scheduler-table{height:100%}.k-scheduler-table td,.k-scheduler-table th{height:1.5em;padding:.334em .5em;font-size:100%}.k-scheduler .k-scheduler-table td,.k-scheduler .k-scheduler-table th{box-sizing:content-box}.k-scheduler-dayview div:not(.k-scheduler-header) .k-today:not(.k-nonwork-hour):not(.k-state-selected),.k-scheduler-timelineview .k-today:not(.k-nonwork-hour){background-color:transparent}.k-scheduler-monthview .k-hidden,.k-scheduler-monthview .k-hidden>div{width:0 !important;overflow:hidden !important}.k-scheduler-monthview .k-hidden{padding-left:0 !important;padding-right:0 !important;border-right-width:0 !important}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times{margin-right:1px}.k-scheduler-monthview>tbody>tr:first-child .k-scheduler-times .k-hidden{height:auto}.k-scheduler-monthview .k-scheduler-table td,.k-scheduler-monthview .k-hidden{height:80px;text-align:right}.k-scheduler-table td,.k-slot-cell{vertical-align:top}.k-scheduler-layout tr+tr .k-scheduler-times th:last-child{vertical-align:top}.k-scheduler-header th{overflow:hidden;text-overflow:ellipsis}.k-scheduler-table td,.k-scheduler-header th{border-style:solid;border-width:0 0 1px 1px}.k-scheduler-table td:first-child,.k-scheduler-header th:first-child{border-left-width:0}.k-scheduler-agendaview .k-scheduler-table td:first-child{border-left-width:1px}.k-scheduler-agendaview .k-scheduler-table td.k-first{border-left-width:0}.k-scheduler-layout tr+tr .k-scheduler-times tr:last-child>th,.k-scheduler-layout tr+tr .k-scheduler-table>tbody>tr:last-child>td,.k-scheduler-table>tbody>tr>.k-last{border-bottom-width:0}.k-scrollbar-h tr+tr .k-scheduler-times,.k-scrollbar-h .k-scheduler-content .k-scheduler-table>tbody>tr:last-child>td,.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table>tbody>tr>td.k-last{border-bottom-width:1px}.k-scheduler-times th{text-align:right;padding-right:.6em;border-style:solid;border-width:0 1px 1px 0;border-color:transparent;white-space:nowrap}.k-scheduler-layout tr+tr .k-scheduler-times th{border-bottom-color:transparent}.k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell,.k-scheduler-layout tr+tr .k-scheduler-times th.k-scheduler-times-all-day{border-bottom-color:inherit}.k-scheduler .k-middle-row td{border-bottom-style:dotted}.k-scheduler-now-arrow,.k-scheduler-now-line{position:absolute}.k-scheduler-now-arrow{width:0;height:0;border:solid 5px transparent;left:0}.k-scheduler-now-line{left:5px;right:0;height:1px}.k-task{position:relative}div.k-more-events{text-align:center;font-size:18px;line-height:1.2;padding:0}.k-more-events>span{display:block;margin-top:-0.6em}.k-event,.k-more-events{position:absolute;border-style:solid;border-width:1px;text-align:left;overflow:hidden}.k-event{cursor:default;min-height:1.3em}.k-event-drag-hint{filter:alpha(opacity=60);opacity:.6;cursor:-webkit-grabbing;cursor:-moz-grabbing}.k-scheduler-header .k-event{white-space:nowrap}.k-event-template{padding:.3em 1.4em .3em .6em}.k-event-time{display:none;padding-bottom:0;font-size:.9em}.k-event-drag-hint .k-event-time{display:block}.k-event-actions,.k-event>.k-link,.k-task>.k-link{position:absolute;top:3px;right:4px;white-space:nowrap}.k-event-actions{z-index:1}.k-scheduler-agendaview .k-task>.k-link{top:0;right:0}.k-event-actions:first-child{position:static;float:left;margin:4px 2px 0 4px}.k-webkit .k-event-actions:first-child{margin-top:3px}.k-event-actions:first-child>.k-link{display:inline-block}.k-event-delete{display:none}.k-event:hover .k-event-delete,tr:hover>td>.k-task .k-event-delete{display:inline-block}.k-event .k-event-top-actions,.k-event .k-event-bottom-actions{position:absolute;top:0;left:0;width:100%;text-align:center}.k-event .k-event-bottom-actions{top:auto;bottom:0}.k-event .k-resize-handle,.k-scheduler-mobile .k-event:hover .k-resize-handle{position:absolute;visibility:hidden;z-index:2}.k-event:hover .k-resize-handle,.k-event-active .k-resize-handle,.k-scheduler-mobile .k-event-active:hover .k-resize-handle{visibility:visible}.k-event .k-resize-handle:after{content:"";position:absolute;filter:alpha(opacity=50);opacity:.5}.k-scheduler-mobile .k-event .k-resize-handle:after{filter:none;opacity:1}.k-event>.k-resize-n{top:0;left:0;right:0;height:.4em}.k-event>.k-resize-s{bottom:0;left:0;right:0;height:.4em}.k-event>.k-resize-e{right:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-w{left:0;top:0;bottom:0;width:.4em}.k-event>.k-resize-n:after,.k-event>.k-resize-s:after{top:1px;left:50%;margin-left:-1em;width:2em;height:1px}.k-event>.k-resize-s:after{top:auto;bottom:1px}.k-event>.k-resize-e:after,.k-event>.k-resize-w:after{left:1px;top:50%;margin-top:-0.7em;height:1.4em;width:1px}.k-event>.k-resize-e:after{left:auto;right:1px}.k-scheduler-mobile .k-event>.k-resize-n,.k-scheduler-mobile .k-event>.k-resize-s{height:.6em}.k-scheduler-mobile .k-event>.k-resize-e,.k-scheduler-mobile .k-event>.k-resize-w{width:.6em}.k-scheduler-mobile .k-event>.k-resize-n:after,.k-scheduler-mobile .k-event>.k-resize-s:after{top:0;margin-left:-3em;width:4em;height:.6em}.k-scheduler-mobile .k-event>.k-resize-s:after{bottom:0}.k-scheduler-mobile .k-event>.k-resize-e:after,.k-scheduler-mobile .k-event>.k-resize-w:after{left:0;margin-top:-0.7em;height:1.4em;width:.6em}.k-scheduler-mobile .k-event>.k-resize-e:after{right:0}.k-scheduler-mobile .k-event>.k-resize-n:after{border-radius:0 0 4px 4px}.k-scheduler-mobile .k-event>.k-resize-s:after{border-radius:4px 4px 0 0}.k-scheduler-mobile .k-event>.k-resize-w:after{border-radius:0 4px 4px 0}.k-scheduler-mobile .k-event>.k-resize-e:after{border-radius:4px 0 0 4px}.k-scheduler-marquee{border-style:solid;border-width:0}.k-scheduler-marquee.k-first:before,.k-scheduler-marquee.k-last:after{content:"";position:absolute;width:0;height:0;border-style:solid;border-width:3px}div.k-scheduler-marquee:before{top:0;left:0;border-right-color:transparent;border-bottom-color:transparent}div.k-scheduler-marquee:after{bottom:0;right:0;border-top-color:transparent;border-left-color:transparent}.k-scheduler-marquee .k-label-top{position:absolute;top:.3em;left:.8em;font-size:.8em}.k-scheduler-marquee .k-label-bottom{position:absolute;bottom:.3em;right:.81em;font-size:.8em}.k-scheduler-quickedit .k-textbox{width:200px}.k-tooltip-bottom{text-align:left}.k-tooltip-bottom .k-button{float:left;margin-right:.3em}.k-tooltip-bottom .k-quickedit-details{float:right;margin-right:0}.k-scheduler-agendaview .k-scheduler-table th,.k-scheduler-agendaview .k-scheduler-table td{text-align:left}.k-scheduler-times .k-slot-cell,.k-scheduler-groupcolumn{width:6em}.k-scheduler-datecolumn{width:12em}.k-scheduler-timecolumn{width:11em}.k-scheduler-timecolumn>div{position:relative;vertical-align:top}.k-webkit .k-scheduler-timecolumn>div>.k-icon{vertical-align:top}.k-scheduler-timecolumn>div>.k-i-arrow-60-right{position:absolute;right:-4px}.k-scheduler-timecolumn .k-i-arrow-60-left{margin-left:-4px}.k-scheduler-mark{display:inline-block;width:1em;height:1em;vertical-align:middle;margin-right:.5em}.k-scheduler-agendaday{float:left;margin:0 .2em 0 0;font-size:3em;font-weight:normal}.k-scheduler-agendaweek{display:block;margin:.4em 0 0;font-size:1.1em;font-style:normal}.k-scheduler-agendadate{font-size:.8em}.k-scheduler-timecolumn{white-space:nowrap}.k-scheduler-edit-form .k-edit-form-container,.k-scheduler-timezones .k-edit-form-container{width:520px}.k-scheduler-edit-form .k-edit-label{width:17%}.k-scheduler-edit-form .k-edit-field{width:77%}.k-scheduler-edit-form .k-textbox[name="title"],.k-scheduler-edit-form textarea.k-textbox{width:100%}.k-scheduler-edit-form textarea.k-textbox{min-height:4em;resize:vertical}.k-scheduler-edit-form>.k-edit-box:first-child .k-datetimepicker{margin-right:1em}.k-edit-box{float:left}.k-edit-box+.k-edit-box{float:right}.k-scheduler-edit-form label+input{margin-left:1em}.k-edit-field>ul.k-reset>li{margin:.2em 0 .4em;line-height:2.4}.k-edit-field>ul.k-reset.k-toolbar>li{margin:0}.k-edit-field>ul.k-reset .k-widget{margin-left:.8em}.k-edit-field>ul.k-reset .k-numerictextbox,.k-edit-field span.k-recur-interval{width:5em}.k-edit-field>ul.k-reset .k-dropdown,.k-edit-field>ul.k-reset .k-datepicker,div[name="recurrenceRule"]>.k-dropdown{width:9em}.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete,.k-scheduler-edit-form .k-edit-buttons .k-scheduler-resetSeries{float:left}.k-popup-message{margin:0;padding:1em 0 2em;text-align:center}.k-scheduler-timezones .k-dropdown:first-child{width:100%}.k-scheduler-timezones .k-dropdown+.k-dropdown{margin:.5em 0 .7em}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:none}.k-scheduler-toolbar .k-nav-current .k-lg-date-format,.k-scheduler-toolbar .k-nav-current .k-sm-date-format{vertical-align:top;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-scheduler-toolbar .k-nav-current .k-lg-date-format{display:inline-block}.k-scheduler-toolbar .k-nav-current .k-sm-date-format{display:none}.k-scheduler-refresh{float:right;padding:0 .5em}@media only screen and (max-width:1024px){.k-scheduler-toolbar>ul.k-scheduler-views{position:absolute;right:6px;top:6px;z-index:10000}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views{right:auto;left:6px}.k-scheduler-toolbar>ul.k-scheduler-views>li:not(.k-current-view){display:none}.k-scheduler-toolbar li.k-nav-current .k-lg-date-format{display:none}.k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:inline-block}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{display:block;border-width:1px;text-align:right}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{display:block;position:relative;padding-right:2.5em;padding-left:1em}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{padding-left:0}.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after{content:"\E006";position:absolute;top:50%;right:.6em;margin-top:-0.5em;line-height:1em}.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li:first-child+li{display:block;border:0;border-radius:0}.k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border:1px solid #c5c5c5;background-color:#fff;background-image:none;box-shadow:0 2px 2px 0 rgba(0,0,0,0.3)}.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{text-align:left}}@media only screen and (max-width:480px){.k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format{display:none}.k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-i-calendar{display:inline-block}.k-scheduler-timecolumn{width:5em}.k-scheduler-datecolumn{width:6em;overflow:hidden}.k-scheduler-timecolumn>div,.k-scheduler-datecolumn>div{white-space:normal}}.k-scheduler-pdf-export{overflow:hidden}.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 .k-scheduler-header{padding:0 !important}.k-scheduler-pdf-export .k-scheduler-header-wrap{border-width:0 !important}.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table{width:100% !important}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-tooltip{position:absolute;z-index:12000;border-style:solid;border-width:0;padding:5px 5px 5px 6px;background-repeat:repeat-x;min-width:20px;text-align:center}.k-tooltip-button{text-align:right;height:0}.k-tooltip-content{height:100%}.k-tooltip-closable .k-tooltip-content{padding-right:20px}span.k-tooltip{position:static;display:inline-block;border-width:1px;padding:2px 5px 1px 6px}.k-invalid-msg{display:none}.k-callout{position:absolute;width:0;height:0;border-style:solid;border-width:6px;border-color:transparent}.k-callout-n{top:-12px;left:50%;margin-left:-6px}.k-callout-w{top:50%;left:-12px;margin-top:-6px}.k-callout-s{left:50%;bottom:-12px;margin-left:-6px}.k-callout-e{top:50%;right:-12px;margin-top:-6px}.k-slider-tooltip .k-callout-n,.k-slider-tooltip .k-callout-s{margin-left:-6px}.k-slider-tooltip .k-callout-w,.k-slider-tooltip .k-callout-e{margin-top:-6px}.k-tooltip-validation .k-i-warning{vertical-align:text-top;margin-right:3px}.k-tooltip-validation{z-index:9999}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-toolbar{position:relative;display:block;vertical-align:middle;padding:.28571428em 0;overflow:hidden;min-height:2.4375em;box-sizing:border-box}.k-toolbar{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start}.k-toolbar .k-button .k-sprite,.k-overflow-container .k-button .k-sprite{vertical-align:middle;margin-top:-7px;margin-bottom:-5px}.k-toolbar .k-input:before{content:"\A0";display:inline-block;width:0}.k-toolbar .k-combobox .k-dropdown-wrap:before,.k-toolbar .k-picker-wrap:before,.k-toolbar .k-numeric-wrap:before{display:none}.k-overflow-container .k-sprite{margin-left:-4px}.k-toolbar-resizable{white-space:nowrap}.k-toolbar-resizable{flex-wrap:nowrap}.k-toolbar>.k-align-left{float:none}.k-toolbar>.k-align-right{float:right}.k-toolbar>*{display:inline-block;vertical-align:middle}.k-toolbar>*{display:inline-flex;align-items:stretch;align-content:center;vertical-align:middle;flex:0 0 auto}.k-toolbar .k-spacer{flex:1 1 auto}.k-toolbar .k-separator{border-width:0 0 0 1px;border-style:solid;width:1px;line-height:calc((30/14)*1em)}.k-toolbar .k-button-group{list-style-type:none}.k-toolbar .k-button-group>li{display:inline-block}.k-toolbar .k-button-group .k-button{margin-left:-1px;margin-right:0;border-radius:0}.k-toolbar .k-button,.k-toolbar .k-split-button,.k-toolbar .k-button-group,.k-toolbar .k-widget,.k-toolbar span:not(.k-maskedtextbox) .k-textbox,.k-toolbar label,.k-toolbar .k-separator{margin:0 .2em;vertical-align:middle}.k-toolbar label{align-self:center}.k-toolbar .k-split-button{padding-left:0;border:1px solid transparent}.k-toolbar .k-split-button .k-button{margin:-1px 0 -1px -1px}.k-toolbar .k-split-button .k-split-button-arrow{margin:-1px}.k-toolbar .k-button-group .k-group-start{margin-left:0;margin-right:0}.k-toolbar .k-button-icontext{padding-right:.8em}.k-toolbar .k-overflow-anchor{position:absolute;top:-1px;right:-1px;bottom:-1px;width:calc((40/14)*1em);margin:0;line-height:inherit;border-radius:0}.k-toolbar .k-overflow-anchor>.k-icon{position:absolute;top:50%;left:50%;margin:-8px}.k-overflow-container .k-button-group .k-button{margin:0}.k-overflow-container .k-item{float:none;border:0}.k-overflow-container .k-separator{border-width:0 0 1px;border-style:solid;height:1px;line-height:0;font-size:0;padding:0}.k-overflow-container .k-overflow-button,.k-split-container .k-button{text-align:left;display:block;background:none;border-color:transparent;white-space:nowrap}.k-split-container{margin-top:-1px}.k-overflow-container .k-button-group>li{display:block}.k-overflow-container .k-overflow-group{display:block;border-width:1px 0;border-style:solid;border-radius:0;margin:1px 0}.k-overflow-container .k-overflow-hidden{display:none}.k-overflow-container .k-toolbar-first-visible,.k-overflow-container .k-overflow-group+.k-overflow-group,.k-overflow-container .k-separator+.k-overflow-group{border-top:0;margin-top:0;padding-top:1px}.k-overflow-container .k-overflow-group+.k-separator{display:none}.k-overflow-container .k-toolbar-last-visible{border-bottom:0;margin-bottom:0;padding-bottom:1px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-splitter{position:relative;height:300px}.k-pane>.k-splitter{border-width:0;overflow:hidden}.k-splitter .k-pane{overflow:hidden}.k-splitter .k-scrollable{overflow:auto}.k-splitter .k-pane-loading{position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px}.k-ghost-splitbar,.k-splitbar{position:absolute;border-style:solid;font-size:0;outline:0;user-select:none}.k-splitter .k-ghost-splitbar-horizontal,.k-splitter .k-splitbar-horizontal{top:0;width:5px;border-width:0 1px;background-repeat:repeat-y}.k-ghost-splitbar-vertical,.k-splitbar-vertical{left:0;height:5px;border-width:1px 0;background-repeat:repeat-x}.k-splitbar-draggable-horizontal{cursor:w-resize}.k-splitbar-draggable-vertical{cursor:n-resize}.k-splitbar .k-resize-handle{display:none}.k-restricted-size-horizontal,.k-restricted-size-vertical{background-color:#f00}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;margin-top:-10px}.k-splitbar-horizontal .k-i-arrow-60-right{margin-left:-2px}.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right{margin-top:13px}.k-splitbar-horizontal .k-i-arrow-60-left{margin-left:-3px}.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left{margin-top:-28px}.k-splitbar-vertical .k-i-arrow-60-up{margin-top:-2px}.k-splitbar-vertical .k-i-arrow-60-down{margin-top:-2px}.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up{margin-left:-17px}.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down{margin-left:23px}.k-i-arrow-60-up,.k-i-arrow-60-right,.k-i-arrow-60-down,.k-i-arrow-60-left{cursor:pointer}.k-splitbar-horizontal .k-icon{position:absolute;top:50%;width:7px;height:20px;margin-top:-10px}.k-splitbar-static-horizontal{width:1px}.k-splitbar-static-vertical{height:1px}.k-splitbar-vertical .k-icon{position:absolute;left:50%}.k-splitbar-draggable-vertical .k-resize-handle,.k-splitbar-draggable-horizontal .k-resize-handle{display:inline-block;border-radius:1px}.k-splitbar-draggable-horizontal .k-resize-handle{width:3px;height:16px;margin-left:1px}.k-splitbar-draggable-vertical .k-resize-handle{width:16px;height:3px;margin-top:1px}.k-splitbar .k-i-arrow-60-up,.k-splitbar .k-i-arrow-60-right,.k-splitbar .k-i-arrow-60-down,.k-splitbar .k-i-arrow-60-left{font-size:10px}.k-splitter-resizing{overflow:hidden}.k-rtl .k-splitbar-horizontal .k-resize-handle{margin-right:1px}.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right{margin-top:13px;margin-right:-3px}.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left{margin-top:-28px;margin-right:-2px}.k-rtl .k-splitbar-vertical .k-i-arrow-60-up{margin-top:-2px;margin-left:-17px}.k-rtl .k-splitbar-vertical .k-i-arrow-60-down{margin-top:-2px;margin-left:23px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */html .k-upload{position:relative}.k-dropzone em,.k-upload-button{vertical-align:middle}.k-dropzone,.k-file{position:relative}.k-dropzone{border-style:solid;border-width:0;padding:.8em;background-color:transparent}.k-dropzone em{display:none;margin-left:.6em}.k-dropzone-active em{display:inline-block}.k-dropzone-active .k-upload-status{display:none}.k-upload-button{position:relative;overflow:hidden;direction:ltr}.k-upload .k-upload-button{min-width:7.167em;margin-right:1.6em}.k-upload-sync .k-upload-button{margin:.8em}.k-upload-button input{position:absolute;bottom:0;right:0;z-index:1;font:170px monospace !important;filter:alpha(opacity=0);opacity:0;margin:0;padding:0;cursor:pointer}.k-upload-files{line-height:2.66;border-style:solid;border-width:1px 0 0;padding-bottom:5px}.k-upload-files .k-button{padding:0}.k-upload-status .k-i-warning{display:none}.k-upload-status-total .k-icon{display:inline-block;margin-right:4px;vertical-align:text-bottom}.k-dropzone .k-upload-status-total{top:50%;transform:translateY(-50%)}.k-ie .k-dropzone .k-upload-status-total{transform:none}.k-upload .k-clear-selected,.k-upload .k-upload-selected{display:inline-block;width:50%;margin:0;line-height:1em;padding:1.214em 0;border:0}.k-upload .k-upload-selected{border-left-width:1px;border-left-style:solid;margin-left:-1px}.k-upload .k-clear-selected{border-radius:0 0 0 4px}.k-upload .k-upload-selected{border-radius:0 0 4px 0}.k-upload-files~.k-clear-selected,.k-upload-files~.k-upload-selected{margin-top:-5px}.k-upload .k-fail{background-position:-161px -111px}.k-file{border-style:solid;border-width:0 0 1px;padding:.65em .17em .65em 1em;white-space:nowrap}.k-file .k-upload-action{background:0 0;border-width:0;box-shadow:none;margin-right:3px}.k-file .k-icon{display:inline-block;position:relative}.k-file-extension-wrapper,.k-file-name-size-wrapper,.k-multiple-files-extension-wrapper,.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{display:inline-block}.k-file-extension-wrapper,.k-multiple-files-extension-wrapper,.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{position:relative;width:24px;height:34px;border-width:2px;border-style:solid;vertical-align:top;font-size:.57em;text-transform:uppercase}.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{font-size:1.2em}.k-multiple-files-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{margin-top:4px}.k-file-state{visibility:hidden}.k-file-name-size-wrapper{vertical-align:middle;margin-left:1em;max-width:calc(100% - 24px - 1em - 6em)}.k-file-extension-wrapper:before,.k-multiple-files-extension-wrapper:before,.k-multiple-files-extension-wrapper:after,.k-file-invalid-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:after{position:absolute;content:"";display:inline-block;border-style:solid}.k-file-extension-wrapper:before,.k-multiple-files-extension-wrapper:before,.k-file-invalid-extension-wrapper:before,.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-multiple-files-extension-wrapper:after,.k-multiple-files-invalid-extension-wrapper:after{top:-6px;left:-6px;width:15px;height:35px;border-width:2px 0 0 2px}.k-file-extension,.k-file-invalid-icon{position:absolute;bottom:0;line-height:normal}.k-file-extension{margin-left:.4em;margin-bottom:.3em;overflow:hidden;text-overflow:ellipsis;max-width:100%}.k-file-invalid-icon{margin-left:5px}.k-file-name,.k-file-size,.k-file-validation-message,.k-file-information{display:block}.k-file-name{position:relative;max-width:100%;vertical-align:middle;line-height:1.2em;overflow:hidden;text-overflow:ellipsis}.k-file-size,.k-file-information,.k-file-validation-message{font-size:.78em;line-height:1.5em}.k-file-information,.k-file-validation-message{line-height:1.5em}.k-file-size{line-height:1.2em}.k-upload-files .k-upload-status{line-height:1;position:absolute;right:10px;top:1em;opacity:.65}.k-upload-action,.k-button.k-upload-action:hover,.k-button.k-upload-action:active:hover,.k-button.k-upload-action.k-state-active:hover{color:inherit;background:transparent;border:0}.k-upload-action{opacity:.6}.k-upload-action:hover{opacity:1}.k-upload-action .k-icon{vertical-align:top}.k-file .k-upload-status .k-button,.k-file .k-upload-status>.k-icon{vertical-align:middle;border-radius:50%}.k-dropzone .k-upload-status{position:static;margin-left:10px}.k-upload-pct{margin-right:.75em}.k-ie9 .k-upload-status-total{top:1.5em}.k-ie9 .k-upload-status-total>.k-icon{margin-top:-3px}.k-upload-action{line-height:normal}.k-progress{position:absolute;bottom:0;left:0;height:2px}.k-file-invalid>.k-progress{width:100%}.k-upload-selected{min-width:7.167em;margin:.25em 0 0;box-sizing:content-box}.k-upload-selected,.k-upload-cancel{margin-bottom:.8em}.k-upload-selected{margin-left:.8em;margin-right:.2em}.k-rtl .k-file-extension-wrapper{margin-left:14px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-mediaplayer{position:relative}.k-mediaplayer>video,.k-mediaplayer>iframe{vertical-align:top}.k-mediaplayer .k-mediaplayer-overlay{z-index:1;width:100%;height:100%;position:absolute}.k-mediaplayer-titlebar{padding:8px;position:absolute;z-index:2;top:0;left:0;right:0;color:white;background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.05) 80%, rgba(0,0,0,0))}.k-mediaplayer-toolbar-wrap{position:absolute;z-index:2;bottom:0;left:0;right:0}.k-mediaplayer-toolbar{padding:2px;border-width:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;position:relative}.k-mediaplayer-toolbar>*{display:inline-flex;align-items:center;align-content:center}.k-mediaplayer-toolbar>*+*{margin-left:5px}.k-mediaplayer-toolbar .k-toolbar-spacer{margin-top:0;margin-bottom:0;border-width:0;flex:1;opacity:0}.k-mediaplayer-toolbar .k-align-right>*+*{margin-left:5px}.k-mediaplayer-toolbar .k-mediaplayer-quality{width:auto;padding:0;background:none transparent}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-dropdown-wrap{border:0 none;box-shadow:none;padding:0;background:none transparent;color:inherit}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-input{display:none}.k-mediaplayer-toolbar .k-mediaplayer-quality .k-select{position:relative;width:auto;min-height:0;line-height:inherit}.k-mediaplayer-volume-wrap,.k-mediaplayer-quality-wrap{display:inline-flex;align-items:center}.k-quality-list{width:80px !important;margin-left:-32px !important}.k-slider.k-mediaplayer-seekbar{width:100%;position:absolute;z-index:3;top:-17px;left:0}.k-slider.k-mediaplayer-seekbar .k-slider-track{width:100% !important;border-radius:0}.k-slider.k-mediaplayer-seekbar .k-slider-selection{border-radius:0}.k-slider.k-mediaplayer-seekbar .k-draghandle{opacity:0;transition:.2s opacity}.k-slider.k-mediaplayer-seekbar .k-draghandle.k-state-selected,.k-slider.k-mediaplayer-seekbar:hover .k-draghandle{opacity:1}.k-mediaplayer-fullscreen{position:fixed;z-index:10000;top:0;left:0;width:100% !important;height:100% !important}.k-no-flexbox .k-mediaplayer-toolbar .k-align-right>*{display:inline-block;vertical-align:middle}.k-no-flexbox .k-mediaplayer-toolbar .k-bare.k-button{height:auto}.k-no-flexbox .k-mediaplayer-toolbar .k-toolbar-spacer{display:none}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-toolbar-wrap{float:left}.k-toolbar-wrap .k-dropzone em,.k-toolbar-wrap .k-upload-files{display:none}.k-toolbar-wrap .k-dropzone{border:0;padding:0}.k-toolbar-wrap .k-dropzone-active{text-align:center}.k-toolbar-wrap .k-dropzone-active em{display:inline;margin:0;font-size:5em;font-style:normal}.k-toolbar-wrap .k-dropzone-active .k-upload-button{display:none}.k-filebrowser-dropzone{z-index:10010;filter:alpha(opacity=40);opacity:.4;position:fixed}.k-search-wrap{position:relative;float:right;width:20%;padding:0}.k-search-wrap label{position:absolute;top:0;left:4px;line-height:20px;font-style:italic}.k-search-wrap input.k-input{padding-left:0;padding-right:0}.k-search-wrap .k-search{position:absolute;top:50%;right:2px;margin:0;margin-top:-8px}.k-breadcrumbs{position:relative;float:left;width:79%}.k-breadcrumbs-wrap{position:absolute;top:3px;left:0;z-index:1;padding-left:5px;line-height:18px}.k-breadcrumbs>.k-input{width:100%;font-size:inherit;font-family:inherit;border:0}.k-breadcrumbs .k-link,.k-breadcrumbs-wrap .k-icon{margin-top:0;text-decoration:none;vertical-align:middle;position:relative}.k-breadcrumbs .k-link:hover{text-decoration:underline}.k-filebrowser .k-tile .k-folder,.k-filebrowser .k-tile .k-file,.k-filebrowser .k-tile .k-i-folder,.k-filebrowser .k-tile .k-i-file{font-size:5em}.k-filebrowser .k-breadcrumbs .k-i-arrow-end-left{text-decoration:none;cursor:default}.k-filebrowser .k-filebrowser-toolbar{border-style:solid;border-width:1px;margin:8px 0 0;padding:.25em;line-height:23px;white-space:nowrap}.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled{display:none}.k-filebrowser .k-tiles-arrange{float:right}.k-filebrowser .k-tiles-arrange .k-dropdown{width:5.3em}.k-filebrowser .k-upload{float:left;z-index:10010;border-width:0;background-color:transparent}.k-filebrowser .k-upload .k-upload-status{display:none}.k-filebrowser .k-upload .k-upload-button{width:auto;margin-left:0}.k-tiles{clear:both;height:390px;border-style:solid;border-width:1px;border-top-width:0;margin:0 0 1.4em;padding:9px;overflow:auto;line-height:1.2}.k-tile{float:left;width:223px;height:88px;overflow:hidden;border-style:solid;border-width:1px;margin:1px;padding:0 0 4px;background-position:0 100px;background-repeat:repeat-x;cursor:pointer}.k-tiles li.k-state-hover,.k-tiles li.k-state-selected{background-position:0 center}.k-filebrowser .k-thumb{float:left;display:inline;width:80px;height:80px;margin:4px 10px 0 4px;user-select:none}.k-filebrowser .k-file,.k-filebrowser .k-i-file{width:80px;height:80px}.k-filebrowser .k-image{margin:2px 0 0 2px}.k-filebrowser .k-folder,.k-filebrowser .k-i-folder{width:80px;height:80px;background-position:0 -200px;background-repeat:no-repeat}.k-filebrowser .k-loading{margin:35px 0 0 33px}.k-tile strong,.k-tile input{margin:10px 0 4px;font-weight:normal}.k-tile strong{float:left;width:120px;overflow:hidden;text-overflow:ellipsis}.k-tile input{width:100px}.k-tile strong,.k-tile input{display:block}.k-tile .k-filesize{display:inline-block}.k-filebrowser .k-form-text-row{text-align:right}.k-filebrowser .k-form-text-row label{width:14%}.k-filebrowser .k-form-text-row input{width:80%}.k-tile-empty{margin:160px 0 0}.k-tile-empty .k-dialog-upload{font-weight:bold;font-size:120%}.k-tile-empty strong{display:block;margin:0 0 .2em;font-size:3em;font-weight:normal}.k-tile-empty,.k-tile-empty .k-button-wrapper{text-align:center}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-chart,.k-gauge,.k-sparkline,.k-stockchart{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-chart,.k-stockchart{height:400px}.k-chart>canvas{vertical-align:top}div.k-chart,div.k-gauge,span.k-sparkline,.k-stockchart{background-color:transparent}.k-gauge{text-align:left;position:relative}.k-arcgauge{display:inline-block}.k-arcgauge-label{position:absolute;text-align:center;padding:0;margin:0}.k-baseline-marker{zoom:1}.k-chart-tooltip{border-radius:4px;padding:6px;white-space:nowrap;z-index:12000;line-height:normal;background-repeat:repeat-x;background-position:0 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);color:#fff}.k-chart-tooltip-inverse{color:#000}.k-chart-tooltip table{border-spacing:0;border-collapse:collapse}.k-chart-tooltip th{width:auto;text-align:center;padding:1px}.k-chart-tooltip td{width:auto;text-align:left;padding:.1em .2em}.k-chart-shared-tooltip-marker{display:block;width:15px;height:3px}.k-selector{position:absolute;-webkit-transform:translateZ(0)}.k-selection{position:absolute;border-width:1px;border-style:solid;border-color:#d2d2d2;border-bottom:0;height:100%}.k-selection-bg{position:absolute;width:100%;height:100%;background-color:#fff;background-color:rgba(255,255,255,0.01);filter:alpha(opacity=1)}.k-handle{background:#d2d2d2;width:7px;height:26px;cursor:e-resize;z-index:1;border-radius:6px;position:absolute}.k-handle div{width:100%;height:100%;background-color:transparent}.k-left-handle{left:-4px}.k-right-handle{right:-4px}.k-left-handle div{margin:-20px 0 0 -15px;padding:40px 30px 0 0}.k-left-handle.k-handle-active div{margin-left:-40px;padding-right:55px}.k-right-handle div{margin:-20px 0 0 -15px;padding:40px 0 0 30px}.k-right-handle.k-handle-active div{padding-left:55px}.k-mask{position:absolute;height:100%;background-color:#fff;filter:alpha(opacity=80);opacity:.8}.k-border{background:#d2d2d2;width:1px;height:100%;position:absolute}.k-navigator-hint div{position:absolute}.k-navigator-hint .k-scroll{position:absolute;height:4px;border-radius:4px;background:#d2d2d2}.k-navigator-hint .k-tooltip{margin-top:20px;min-width:160px;opacity:1;text-align:center;border:0;box-shadow:0 1px 2px rgba(0,0,0,0.5);background:#fff}.k-sparkline,.k-sparkline span{display:inline-block;vertical-align:top}.k-sparkline span{height:100%;width:100%}.k-map,.k-diagram{height:600px}.k-map .km-scroll-wrapper,.k-diagram .km-scroll-wrapper{padding-bottom:0;user-select:none}.k-map .km-scroll-wrapper,.k-diagram .km-scroll-wrapper,.k-map .km-scroll-container,.k-diagram .km-scroll-container{position:absolute;width:100%;height:100%}.k-map .k-layer,.k-diagram .k-layer{position:absolute;left:0;top:0}.k-map .km-touch-scrollbar,.k-diagram .km-touch-scrollbar{display:none}.k-map .k-marker{width:28px;height:40px;margin:-40px 0 0 -14px;position:absolute;cursor:pointer;overflow:visible}.k-map .k-pos-top{top:0}.k-map .k-pos-bottom{bottom:0}.k-map .k-pos-left{left:0}.k-map .k-pos-right{right:0}.k-map-controls{position:absolute}.k-map-controls.k-pos-left .k-widget:first-child{margin-right:0}.k-map-controls.k-pos-right .k-widget:first-child{margin-left:0}.k-navigator{width:50px;height:50px;margin:20px;border-radius:80px;position:relative;display:inline-block;vertical-align:middle}.k-pdf-export .k-navigator{display:none}.k-navigator>button{border-color:transparent;background:none}div.k-navigator>.k-button{margin:0;padding:0;line-height:10px;border-radius:16px;position:absolute;font-size:1px;line-height:1px}div.k-navigator .k-navigator-n,div.k-navigator .k-navigator-up{top:2px;left:50%;margin-left:-9px}div.k-navigator .k-navigator-e,div.k-navigator .k-navigator-right{right:2px;top:50%;margin-top:-9px}div.k-navigator .k-navigator-s,div.k-navigator .k-navigator-down{bottom:2px;left:50%;margin-left:-9px}div.k-navigator .k-navigator-w,div.k-navigator .k-navigator-left{left:2px;top:50%;margin-top:-9px}.k-map .k-attribution{background-color:rgba(255,255,255,0.8);font-size:10px;padding:2px 4px;z-index:1000}.k-zoom-control{margin:14px;vertical-align:middle}.k-pdf-export .k-zoom-control{display:none}.k-button-wrap{border-radius:4px;display:inline-block}.k-button-wrap .k-button{position:relative;padding:4px;line-height:16px}.k-button-wrap .k-button .k-icon{vertical-align:top}.k-buttons-horizontal :first-child{border-radius:4px 0 0 4px}.k-buttons-horizontal :first-child+.k-zoom-in{border-radius:0;margin-left:-1px}.k-buttons-horizontal .k-zoom-out{border-radius:0 4px 4px 0;margin-left:-1px}.k-button-wrap .k-button:hover{z-index:1}.k-buttons-vertical .k-button{display:block}.k-buttons-vertical :first-child{border-radius:4px 4px 0 0}.k-buttons-vertical .k-zoom-out{border-radius:0 0 4px 4px;margin-top:-1px}.k-zoom-text{margin:0;width:4.3em;vertical-align:top}.k-rtl .k-buttons-horizontal :first-child{border-radius:0 4px 4px 0}.k-rtl .k-buttons-horizontal :first-child+.k-zoom-in{border-radius:0;margin-left:0;margin-right:-1px}.k-rtl .k-buttons-horizontal .k-zoom-out{border-radius:4px 0 0 4px;margin-left:0;margin-right:-1px}.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{overflow:hidden;height:400px}.k-treemap-tile{box-sizing:border-box;border-style:solid;border-width:1px;position:absolute;margin:-1px 0 0 -1px;overflow:hidden}.k-treemap-tile.k-leaf{padding:.6em}.k-treemap-wrap.k-last>.k-treemap-tile{padding:.3em}.k-treemap-tile.k-state-hover{z-index:2;background-image:none}.k-treemap>.k-treemap-tile{position:relative;height:100%}.k-treemap-title{box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;line-height:2.42em;height:2.42em;padding:0 .6em;white-space:nowrap}.k-treemap-wrap .k-treemap-title{border-width:0 0 1px;border-style:solid}.k-treemap-wrap{position:absolute;top:0;left:0;bottom:0;right:0}.k-treemap-title+.k-treemap-wrap{top:2.42em}.k-treemap-title-vertical{box-sizing:border-box;text-overflow:ellipsis;position:absolute;top:0;bottom:0;width:2.42em;line-height:2.42em;overflow:hidden;padding:.6em 0;white-space:nowrap}.k-treemap-title-vertical>div{position:absolute;top:0;right:1.23em;transform-origin:right;transform:rotate(-90deg)}.k-treemap-title-vertical+.k-treemap-wrap{left:2.42em}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-root,.k-pane,.k-pane-wrapper{width:100%;height:100%;user-select:none;box-sizing:border-box}.k-pane-wrapper{position:relative;font-size:14px}.k-pane-wrapper .k-pane{font-family:sans-serif;overflow-x:hidden}.k-pane-wrapper .k-view{top:0;left:0;position:absolute;border:0;display:flex;height:100%;width:100%;flex-direction:column;align-items:stretch;align-content:stretch;vertical-align:top}.k-pane-wrapper .k-content{min-height:1px;flex:1;align-items:stretch;display:block;width:auto;overflow:hidden;position:relative}.k-pane-wrapper .k-grid-edit-form>.k-header,.k-pane-wrapper .k-grid-column-menu>.k-header,.k-pane-wrapper .k-grid-filter-menu>.k-header,.k-pane-wrapper .k-scheduler-edit-form>.k-header{display:flex;justify-content:space-between;padding:.3em .6em;width:auto;line-height:2em}.k-pane-wrapper .k-grid-edit-form>.k-header .k-header-done .k-icon,.k-pane-wrapper .k-grid-column-menu>.k-header .k-header-done .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-done .k-icon,.k-pane-wrapper .k-grid-edit-form>.k-header .k-header-cancel .k-icon,.k-pane-wrapper .k-grid-column-menu>.k-header .k-header-cancel .k-icon,.k-pane-wrapper .k-grid-filter-menu>.k-header .k-header-cancel .k-icon,.k-pane-wrapper .k-scheduler-edit-form>.k-header .k-header-cancel .k-icon{font-size:1.5em}.k-pane-wrapper .k-grid-edit-row .k-textbox{box-sizing:border-box}.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar,.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer{line-height:2em}.k-pane-wrapper>div.k-pane{box-shadow:none;font-weight:normal}.k-pane-wrapper .k-popup-edit-form .k-content,.k-pane-wrapper .k-grid-edit-form .k-content,.k-pane-wrapper .k-grid-column-menu .k-content,.k-pane-wrapper .k-grid-filter-menu .k-content{overflow-y:auto}.k-pane-wrapper .k-popup-edit-form .k-content>.k-scroll-container,.k-pane-wrapper .k-grid-edit-form .k-content>.k-scroll-container,.k-pane-wrapper .k-grid-column-menu .k-content>.k-scroll-container,.k-pane-wrapper .k-grid-filter-menu .k-content>.k-scroll-container{position:absolute;width:100%;min-height:100%;box-sizing:border-box}.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items{margin:1em;font-weight:normal}.k-pane-wrapper .k-grid-edit-form .k-popup-edit-form,.k-pane-wrapper .k-grid-edit-form .k-edit-form-container{width:auto}.k-grid-mobile{border-width:0}.k-grid-mobile .k-resize-handle-inner::before{content:"\E01E";position:absolute;top:calc(50% - 1px);left: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;-moz-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-drag:none}.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-scheduler-mobile{border-width:0}.k-scheduler-mobile th{font-weight:normal}.k-scheduler-mobile .k-scheduler-toolbar{display:flex;justify-content:space-between}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools{margin:0}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button{padding:4px}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button span{margin:0}.k-scheduler-mobile .k-scheduler-toolbar .k-i-calendar{display:inline-block}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation{width:100%;display:flex;justify-content:space-between;margin:0}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev,.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current,.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next{border:0;background:none;display:flex;line-height:1.5;align-items:center;justify-content:space-evenly}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format{font-size:9px}.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current{flex-direction:column}.k-scheduler-mobile .k-scheduler-footer{display:flex;justify-content:space-between}.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;display:inline-block;width:4px;height:4px;min-height:0;margin:1px}.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-times table tr:first-child{display:none}.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header table:not(.k-scheduler-header-all-day) tr:last-child{display:none}.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-mobile-header .k-scheduler-table td,.k-scheduler-mobile .k-mobile-header .k-scheduler-table th{height:1.5em}.k-scheduler-mobile .k-time-text,.k-scheduler-mobile .k-time-period{display:block;line-height:1}.k-scheduler-mobile .k-time-period{font-size:.7em}.k-scheduler-mobile .k-scheduler-table td,.k-scheduler-mobile .k-scheduler-table th{height:2em;vertical-align:middle}.k-scheduler-mobile .k-scheduler-times th{font-size:1em}.k-scheduler-mobile .k-scheduler-datecolumn-wrap{display:flex;align-items:center;justify-content:space-between}.k-scheduler-mobile .k-task{display:flex;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{flex:1 1 0%}.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell,.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn{vertical-align:top}.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text{writing-mode:tb;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-pane *{background-clip:border-box}.k-pane-wrapper .k-mobile-list,.k-pane-wrapper .k-mobile-list ul{padding:0;margin:0;list-style-type:none;border-radius:0;background:none}.k-pane-wrapper .k-mobile-list.k-column-menu>ul>li,.k-pane-wrapper .k-mobile-list.k-filter-menu>ul>li,.k-pane-wrapper .k-mobile-list.k-column-menu>ul>li>ul,.k-pane-wrapper .k-mobile-list.k-filter-menu>ul>li>ul{margin:1em 0}.k-pane-wrapper .k-mobile-list.k-column-menu>ul>li .k-list-title,.k-pane-wrapper .k-mobile-list.k-filter-menu>ul>li .k-list-title,.k-pane-wrapper .k-mobile-list.k-column-menu>ul>li .k-filter-help-text,.k-pane-wrapper .k-mobile-list.k-filter-menu>ul>li .k-filter-help-text{display:block;padding:1em 1em 0 1em}.k-pane-wrapper .k-mobile-list.k-popup-edit-form>ul{margin-top:1em}.k-pane-wrapper .k-mobile-list.k-scheduler-edit-form .k-content>ul{margin:1em 0}.k-pane-wrapper .k-mobile-list .k-item>*{line-height:normal}.k-pane-wrapper .k-mobile-list .k-item,.k-pane-wrapper .k-mobile-list .k-item>.k-link,.k-pane-wrapper .k-mobile-list .k-item>.k-label{display:flex;align-items:center;position:relative;list-style-type:none;box-sizing:border-box;font-size:1em;line-height:1.6em;overflow:visible;text-decoration:none}.k-pane-wrapper .k-mobile-list .k-item>.k-link,.k-pane-wrapper .k-mobile-list .k-item>.k-label{padding:.5em 1em;flex:1 1 auto;max-width:100%}.k-pane-wrapper .k-mobile-list .k-item .k-item-title,.k-pane-wrapper .k-mobile-list .k-item .k-filter-input-text,.k-pane-wrapper .k-mobile-list .k-item .k-filter-operator-text,.k-pane-wrapper .k-mobile-list .k-item .k-filter-logic-and-text,.k-pane-wrapper .k-mobile-list .k-item .k-filter-logic-or-text{width:40%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-pane-wrapper .k-mobile-list .k-item.k-recur-view{align-items:normal;flex-direction:column}.k-pane-wrapper .k-mobile-list.k-column-menu .k-item .k-link,.k-pane-wrapper .k-mobile-list.k-column-menu .k-item .k-label{justify-content:flex-start}.k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before{content:"\E014";position:absolute;right:.5em;font:1.5em/1 'WebComponentsIcons'}.k-pane-wrapper .k-mobile-list.k-column-menu .k-columns-item .k-item{padding:.5em 1em;justify-content:space-between}.k-pane-wrapper .k-mobile-list.k-column-menu .k-columns-item .k-item .k-label{flex:0 1 auto;padding:0;pointer-events:none}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-link,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-label{justify-content:space-between}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-link>input,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-label>input,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-link>select,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-label>select{min-width:50%;max-width:50%;font-size:100%}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-link .k-check,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-label .k-check,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-link .k-radio-label,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item>.k-label .k-radio-label{flex:0 1 auto;min-width:0}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::before,.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::after{transform:translateY(-50%)}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::after{top:0}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right{border:0;padding:0 10px;background:0}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right>input{width:100%;height:2em;padding:1px 0;margin:0;border-radius:3px;text-indent:1em;border-width:1px;border-style:solid}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right>.k-i-zoom{right:15px;z-index:2}.k-pane-wrapper .k-mobile-list.k-filter-menu .k-filter-tools{margin:1em;display:flex;justify-content:space-between}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label{justify-content:space-between}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div,.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div .k-mobiletimezoneeditor{width:50%;display:flex;position:relative;align-items:center;justify-content:flex-end;font-size:100%;text-align:end}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div select,.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div input:not([type="checkbox"]),.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div .k-mobiletimezoneeditor{flex:1 1 auto;min-width:100%;max-width:100%}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div.k-recur-editor-wrap{display:flex}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div.k-recur-editor-wrap .k-recur-editor-text{margin-left:.5em}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div.k-recur-editor-wrap select,.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div.k-recur-editor-wrap input:not([type="checkbox"]){min-width:50%}.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item>.k-label>div .k-tooltip-validation{top:100%;left:0}.k-pane-wrapper .k-mobile-list .k-multicheck-wrap,.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap{max-height:none}.k-pane-wrapper .k-mobile-list .k-multicheck-wrap .k-item .k-link,.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap .k-item .k-link,.k-pane-wrapper .k-mobile-list .k-multicheck-wrap .k-item .k-label,.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap .k-item .k-label{white-space:normal;flex-direction:row-reverse}.k-pane-wrapper .k-mobile-list .k-state-disabled{opacity:1}.k-pane-wrapper .k-mobile-list .k-state-disabled>*{opacity:.7}.k-check[type=radio],.k-check[type=checkbox]{appearance:none;background-color:transparent}.k-pane-wrapper .k-mobile-list .k-link .k-check,.k-pane-wrapper .k-mobile-list .k-label .k-check{border-width:1px;border-style:solid;font-size:inherit;outline:0;width:13px;height:13px;margin:.26em 1em .26em 0}.k-ie .k-pane-wrapper .k-link .k-check,.k-ie .k-pane-wrapper .k-label .k-check{text-indent:-9999px;width:1.01em;height:1em}.k-ie .k-pane-wrapper .k-grid .k-icon{text-indent:0}.k-pane-wrapper .k-pager-wrap.k-pager-sm{justify-content:center}.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh{display:none}.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-current-page .k-link{line-height:.9em}.km-scroll-container{user-select:none;-webkit-margin-collapse:separate;-webkit-transform:translatez(0)}.k-widget .km-scroll-wrapper{position:relative;padding-bottom:0}.km-touch-scrollbar{position:absolute;visibility:hidden;z-index:200000;height:.3em;width:.3em;background-color:rgba(0,0,0,0.7);opacity:0;transition:all "opacity 0.3s linear" ease;transition:opacity 0.3s linear;transition:"opacity 0.3s linear"}.km-vertical-scrollbar{height:100%;right:2px;top:2px}.km-horizontal-scrollbar{width:100%;left:2px;bottom:2px}.k-rtl .k-pane-wrapper .k-grid-edit-form>.k-header,.k-pane-wrapper[dir="rtl"] .k-grid-edit-form>.k-header,[dir="rtl"] .k-pane-wrapper .k-grid-edit-form>.k-header,.k-rtl .k-pane-wrapper .k-grid-column-menu>.k-header,.k-pane-wrapper[dir="rtl"] .k-grid-column-menu>.k-header,[dir="rtl"] .k-pane-wrapper .k-grid-column-menu>.k-header,.k-rtl .k-pane-wrapper .k-grid-filter-menu>.k-header,.k-pane-wrapper[dir="rtl"] .k-grid-filter-menu>.k-header,[dir="rtl"] .k-pane-wrapper .k-grid-filter-menu>.k-header,.k-rtl .k-pane-wrapper .k-scheduler-edit-form>.k-header,.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form>.k-header,[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form>.k-header{flex-direction:row-reverse}.k-rtl .k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before,.k-pane-wrapper[dir="rtl"] .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before,[dir="rtl"] .k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before{content:"\E016";right:auto;left:.5em}.k-rtl .k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right>.k-i-zoom,.k-pane-wrapper[dir="rtl"] .k-mobile-list.k-filter-menu .k-space-right>.k-i-zoom,[dir="rtl"] .k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right>.k-i-zoom{left:15px;right:auto}.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar>ul>li,.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar>ul>li,[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar>ul>li{border:0}.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next{transform:scaleX(-1)}.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload,.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload{margin-left:.5em;margin-right:0}.k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right{transform:scaleX(-1)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-fx-end .k-fx-next,.k-fx-end .k-fx-current{transition:all all 350ms ease-out ease;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{transform:scale(0) !important}.k-fx-zoom.k-fx-end .k-fx-next{transform:scale(1) !important}.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next{transform:scale(1) !important}.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current{transform:scale(1) !important}.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current{transform:scale(0) !important}.k-fx-fade.k-fx-start .k-fx-next{will-change:opacity;opacity:0}.k-fx-fade.k-fx-end .k-fx-next{opacity:1}.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current{will-change:opacity;opacity:1}.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current{opacity:0}.k-fx-slide.k-fx-end .k-fx-next .k-content,.k-fx-slide.k-fx-end .k-fx-next .k-header,.k-fx-slide.k-fx-end .k-fx-next .k-footer,.k-fx-slide.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-end .k-fx-current .k-header,.k-fx-slide.k-fx-end .k-fx-current .k-footer,.k-fx-slide.k-fx-end .k-fx-next .km-content,.k-fx-slide.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-footer,.k-fx-slide.k-fx-end .k-fx-current .km-content,.k-fx-slide.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-end .k-fx-current .km-footer{transition:all all 350ms ease-out ease;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;transform:translatex(100%)}.k-fx-slide.k-fx-start .k-fx-next .k-header,.k-fx-slide.k-fx-start .k-fx-next .k-footer,.k-fx-slide.k-fx-start .k-fx-next .km-header,.k-fx-slide.k-fx-start .k-fx-next .km-footer{will-change:opacity;opacity:0}.k-fx-slide.k-fx-end .k-fx-current .k-content,.k-fx-slide.k-fx-end .k-fx-current .km-content{transform:translatex(-100%)}.k-fx-slide.k-fx-end .k-fx-next .k-header,.k-fx-slide.k-fx-end .k-fx-next .k-footer,.k-fx-slide.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-end .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content{will-change:transform;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{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{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{transform:translatex(0)}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer{will-change:opacity;opacity:1}.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer{opacity:0}.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer{opacity:1}.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content,.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content{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{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{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{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{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{transform:translatex(0%)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{transform:translatex(0%)}.k-fx-tile.k-fx-start .k-fx-next{will-change:transform;transform:translatex(100%)}.k-fx-tile.k-fx-end .k-fx-current{transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;transform:translatex(0)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current{transform:translatex(100%)}.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next{transform:translatex(-100%)}.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next{transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-start .k-fx-next{transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-end .k-fx-current{transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current{transform:translatex(0)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current{transform:translatex(-100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next{transform:translatex(100%)}.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next{transform:translatex(0%)}.k-fx.k-fx-overlay.k-fx-start .k-fx-next,.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next{will-change:transform;transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next{transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next{transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next{transform:translatey(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next{transform:none}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current{will-change:transform;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{transform:translatex(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current{transform:translatex(-100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current{transform:translatey(100%)}.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current{transform:translatey(-100%)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-virtual-wrap{position:relative}.k-virtual-wrap .k-list.k-virtual-list{height:auto}.k-virtual-content{overflow-y:scroll;-webkit-overflow-scrolling:touch;position:relative}.k-virtual-list>.k-virtual-content{position:absolute;top:0;width:100%;margin:0;padding:0;list-style-type:none}.k-virtual-option-label{width:100%;margin:0;padding:0;list-style-type:none}.k-virtual-wrap>.k-virtual-header{text-align:right}.k-popup .k-item.k-first{position:relative}.k-virtual-content>.k-virtual-list>.k-virtual-item{position:absolute;width:100%;box-sizing:border-box;overflow:hidden;white-space:nowrap}.k-popup .k-list .k-item>.k-group,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{text-transform:uppercase;font-size:.857em}.k-popup .k-list .k-item>.k-group{position:absolute;top:0;right:0;padding:0 .5em;line-height:1.8}.k-popup .k-state-hover>.k-group{right:-1px}.k-virtual-item.k-first,.k-group-header+.k-list>.k-item.k-first,.k-static-header+.k-list>.k-item.k-first{border-top-style:solid;border-top-width:1px;padding-top:0}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{text-align:right}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */@font-face{font-family:'WebComponentsIcons';src:url(b45bf89b88f9372c3fe283e171513ad1.eot);src:url(b45bf89b88f9372c3fe283e171513ad1.eot#iefix) format('embedded-opentype'),url(595e8d5c4906588d38459a2ed7fcd506.ttf) format('truetype'),url(c287b9821fd5610bd36f20c185ec8214.woff) format('woff'),url(940425be9f8911272eab4f634c0a4690.svg#WebComponentsIcons) format('svg');font-weight:normal;font-style:normal}.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-arrow-45-down-right:before{content:"\E001"}.k-i-collapse-se:before{content:"\E001"}.k-i-collapse:before{content:"\E001"}.k-i-resize-se:before{content:"\E001"}.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-arrow-45-up-left:before{content:"\E003"}.k-i-collapse-nw:before{content:"\E003"}.k-i-resize-new:before{content:"\E003"}.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-arrow-60-right:before{content:"\E005"}.k-i-arrow-e:before{content:"\E005"}.k-i-expand:before{content:"\E005"}.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-arrow-60-left:before{content:"\E007"}.k-i-arrow-w:before{content:"\E007"}.k-i-arrow-end-up:before{content:"\E008"}.k-i-seek-n:before{content:"\E008"}.k-i-arrow-end-right:before{content:"\E009"}.k-i-seek-e:before{content:"\E009"}.k-i-arrow-end-down:before{content:"\E00A"}.k-i-seek-s:before{content:"\E00A"}.k-i-arrow-end-left:before{content:"\E00B"}.k-i-seek-w:before{content:"\E00B"}.k-i-arrow-double-60-up:before{content:"\E00C"}.k-i-arrow-seek-up:before{content:"\E00C"}.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-arrow-double-60-down:before{content:"\E00E"}.k-i-arrow-seek-down:before{content:"\E00E"}.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-arrows-kpi:before{content:"\E010"}.k-i-kpi:before{content:"\E010"}.k-i-arrows-no-change:before{content:"\E011"}.k-i-arrow-overflow-down:before{content:"\E012"}.k-i-arrow-chevron-up:before{content:"\E013"}.k-i-arrow-chevron-right:before{content:"\E014"}.k-i-arrow-chevron-down:before{content:"\E015"}.k-i-arrow-chevron-left: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-arrow-drill:before{content:"\E01B"}.k-i-arrow-parent:before{content:"\E01C"}.k-i-arrow-root:before{content:"\E01D"}.k-i-arrows-resizing:before{content:"\E01E"}.k-i-arrows-dimensions: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-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-more-vertical:before{content:"\E031"}.k-i-more-horizontal:before{content:"\E032"}.k-i-undo:before{content:"\E100"}.k-i-redo:before{content:"\E101"}.k-i-reset:before{content:"\E102"}.k-i-reload:before{content:"\E103"}.k-i-refresh:before{content:"\E103"}.k-i-recurrence:before{content:"\E103"}.k-i-non-recurrence:before{content:"\E104"}.k-i-reset-sm:before{content:"\E105"}.k-i-reload-sm:before{content:"\E106"}.k-i-refresh-sm:before{content:"\E106"}.k-i-recurrence-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-edit:before{content:"\E10B"}.k-i-pencil:before{content:"\E10B"}.k-i-delete:before{content:"\E10C"}.k-i-trash:before{content:"\E10C"}.k-i-attachment:before{content:"\E10D"}.k-i-clip:before{content:"\E10D"}.k-i-attachment-45:before{content:"\E10E"}.k-i-clip-45:before{content:"\E10E"}.k-i-link-horizontal:before{content:"\E10F"}.k-i-hyperlink:before{content:"\E10F"}.k-i-unlink-horizontal:before{content:"\E110"}.k-i-hyperlink-remove:before{content:"\E110"}.k-i-link-vertical:before{content:"\E111"}.k-i-unlink-vertical: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-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-close:before{content:"\E11B"}.k-i-x:before{content:"\E11B"}.k-i-close-outline:before{content:"\E11C"}.k-i-x-outline:before{content:"\E11C"}.k-i-error:before{content:"\E11C"}.k-i-close-circle:before{content:"\E11D"}.k-i-x-circle:before{content:"\E11D"}.k-i-plus:before{content:"\E11E"}.k-i-add:before{content:"\E11E"}.k-i-plus-outline:before{content:"\E11F"}.k-i-plus-circle:before{content:"\E120"}.k-i-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-unsort:before{content:"\E126"}.k-i-sort-clear:before{content:"\E126"}.k-i-sort-asc-sm:before{content:"\E127"}.k-i-sort-desc-sm:before{content:"\E128"}.k-i-filter:before{content:"\E129"}.k-i-filter-clear:before{content:"\E12A"}.k-i-filter-sm:before{content:"\E12B"}.k-i-filter-sort-asc-sm:before{content:"\E12C"}.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-logout: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-windows:before{content:"\E138"}.k-i-window-restore:before{content:"\E138"}.k-i-tiles:before{content:"\E138"}.k-i-window-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-preview:before{content:"\E13D"}.k-i-eye:before{content:"\E13D"}.k-i-zoom:before{content:"\E13E"}.k-i-search:before{content:"\E13E"}.k-i-zoom-in:before{content:"\E13F"}.k-i-zoom-out:before{content:"\E140"}.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-minus-sm: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-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-up:before{content:"\E206"}.k-i-volume-off:before{content:"\E207"}.k-i-hd:before{content:"\E208"}.k-i-subtitles:before{content:"\E209"}.k-i-playlist:before{content:"\E20A"}.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-tri-state-indeterminate:before{content:"\E306"}.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-notification:before{content:"\E400"}.k-i-bell:before{content:"\E400"}.k-i-information:before{content:"\E401"}.k-i-info:before{content:"\E401"}.k-i-note:before{content:"\E401"}.k-i-question:before{content:"\E402"}.k-i-help:before{content:"\E402"}.k-i-warning:before{content:"\E403"}.k-i-exception:before{content:"\E403"}.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-vertical:before{content:"\E509"}.k-i-rotate:before{content:"\E50A"}.k-i-rotate-right:before{content:"\E50B"}.k-i-rotate-left:before{content:"\E50C"}.k-i-brush:before{content:"\E50D"}.k-i-palette:before{content:"\E50E"}.k-i-paint:before{content:"\E50F"}.k-i-droplet:before{content:"\E50F"}.k-i-background:before{content:"\E50F"}.k-i-line:before{content:"\E510"}.k-i-shape-line:before{content:"\E510"}.k-i-brightness-contrast:before{content:"\E511"}.k-i-saturation:before{content:"\E512"}.k-i-invert-colors:before{content:"\E513"}.k-i-transperancy:before{content:"\E514"}.k-i-opacity:before{content:"\E514"}.k-i-greyscale:before{content:"\E515"}.k-i-blur:before{content:"\E516"}.k-i-sharpen:before{content:"\E517"}.k-i-shape:before{content:"\E518"}.k-i-round-corners:before{content:"\E519"}.k-i-front-element:before{content:"\E51A"}.k-i-back-element:before{content:"\E51B"}.k-i-forward-element:before{content:"\E51C"}.k-i-backward-element:before{content:"\E51D"}.k-i-align-left-element:before{content:"\E51E"}.k-i-align-center-element:before{content:"\E51F"}.k-i-align-right-element:before{content:"\E520"}.k-i-align-top-element:before{content:"\E521"}.k-i-align-middle-element:before{content:"\E522"}.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-full-screen:before{content:"\E528"}.k-i-fullscreen:before{content:"\E528"}.k-i-full-screen-exit:before{content:"\E529"}.k-i-fullscreen-exit:before{content:"\E529"}.k-i-reset-color:before{content:"\E52A"}.k-i-paint-remove:before{content:"\E52A"}.k-i-background-remove:before{content:"\E52A"}.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-convert-lowercase:before{content:"\E606"}.k-i-convert-uppercase:before{content:"\E607"}.k-i-strikethrough:before{content:"\E608"}.k-i-sub-script:before{content:"\E609"}.k-i-sup-script: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-list-unordered:before{content:"\E614"}.k-i-list-bulleted:before{content:"\E614"}.k-i-indent-increase:before{content:"\E615"}.k-i-indent:before{content:"\E615"}.k-i-indent-decrease:before{content:"\E616"}.k-i-outdent:before{content:"\E616"}.k-i-insert-n::before{content:"\E617"}.k-i-insert-up:before{content:"\E617"}.k-i-insert-top:before{content:"\E617"}.k-i-insert-m:before{content:"\E618"}.k-i-insert-middle:before{content:"\E618"}.k-i-insert-s:before{content:"\E619"}.k-i-insert-down:before{content:"\E619"}.k-i-insert-bottom: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-align-center:before{content:"\E61E"}.k-i-align-right:before{content:"\E61F"}.k-i-align-justify:before{content:"\E620"}.k-i-align-remove:before{content:"\E621"}.k-i-text-wrap:before{content:"\E622"}.k-i-rule-horizontal: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-inside-horizontal-borders:before{content:"\E631"}.k-i-borders-inside-vertical: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-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-dictionary-add:before{content:"\E651"}.k-i-image-light-dialog:before{content:"\E652"}.k-i-image-insert: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-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-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-paste:before{content:"\E65F"}.k-i-paste-as-html:before{content:"\E660"}.k-i-paste-from-word:before{content:"\E661"}.k-i-paste-from-word-strip-file:before{content:"\E662"}.k-i-paste-html:before{content:"\E663"}.k-i-paste-markdown:before{content:"\E664"}.k-i-paste-plain-text:before{content:"\E665"}.k-i-apply-format:before{content:"\E666"}.k-i-clear-css:before{content:"\E667"}.k-i-copy-format:before{content:"\E668"}.k-i-strip-all-formating: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-style-builder:before{content:"\E66F"}.k-i-module-manager:before{content:"\E670"}.k-i-hyperlink-light-dialog:before{content:"\E671"}.k-i-hyperlink-insert:before{content:"\E671"}.k-i-hyperlink-globe:before{content:"\E672"}.k-i-hyperlink-globe-remove:before{content:"\E673"}.k-i-hyperlink-email:before{content:"\E674"}.k-i-anchor:before{content:"\E675"}.k-i-table-light-dialog:before{content:"\E676"}.k-i-table-insert:before{content:"\E676"}.k-i-table:before{content:"\E677"}.k-i-table-properties:before{content:"\E678"}.k-i-table-wizard: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-table-column-insert-right:before{content:"\E67C"}.k-i-table-row-insert-above:before{content:"\E67D"}.k-i-table-row-insert-below:before{content:"\E67E"}.k-i-table-column-delete:before{content:"\E67F"}.k-i-table-row-delete: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-cells-merge-horizontally:before{content:"\E684"}.k-i-cells-merge-vertically:before{content:"\E685"}.k-i-cell-split-horizontally:before{content:"\E686"}.k-i-cell-split-vertically:before{content:"\E687"}.k-i-table-unmerge:before{content:"\E688"}.k-i-pane-freeze:before{content:"\E689"}.k-i-row-freeze:before{content:"\E68A"}.k-i-column-freeze: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{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-decimal-increase:before{content:"\E697"}.k-i-decimal-decrease:before{content:"\E698"}.k-i-font-size:before{content:"\E699"}.k-i-image-absolute-position:before{content:"\E69A"}.k-i-globe-outline:before{content:"\E700"}.k-i-globe:before{content:"\E701"}.k-i-marker-pin:before{content:"\E702"}.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-email:before{content:"\E809"}.k-i-envelop:before{content:"\E809"}.k-i-letter:before{content:"\E809"}.k-i-email-box:before{content:"\E80A"}.k-i-envelop-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-file-add: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-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-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-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-portrait::before{content:"\E906"}.k-i-page-landscape::before{content:"\E922"}.k-rtl .k-i-indent-increase,.k-rtl .k-i-indent-decrease,.k-rtl .k-i-expand,.k-rtl .k-i-collapse{transform:scaleX(-1)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-spreadsheet{width:800px;height:600px;position:relative;border-width:1px;border-style:solid;cursor:default}.k-spreadsheet .k-spreadsheet-pane{padding-right:1px;position:absolute;border-width:1px;border-bottom-width:0;border-right-width:0;border-style:solid;box-sizing:border-box;overflow:hidden}.k-spreadsheet .k-spreadsheet-pane.k-top{border-top-width:0}.k-spreadsheet .k-spreadsheet-pane.k-left{border-left-width:0}.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell{position:absolute;white-space:pre;box-sizing:border-box;overflow:hidden;padding:1px 3px;background-clip:padding-box}.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell.k-spreadsheet-has-comment::after{content:"";display:block;position:absolute;top:0;right:0;left:auto;border-width:3px;border-style:solid}.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell-comment{position:absolute;white-space:pre-wrap;text-align:left;border-width:1px;border-style:solid}.k-spreadsheet .k-spreadsheet-vaxis,.k-spreadsheet .k-spreadsheet-haxis{position:absolute;border-style:solid}.k-spreadsheet .k-spreadsheet-vaxis{top:0;border-width:0 0 0 1px}.k-spreadsheet .k-spreadsheet-haxis{left:0;border-width:1px 0 0}.k-spreadsheet .k-filter-range,.k-spreadsheet .k-spreadsheet-selection{border-width:1px;border-style:solid;position:absolute;box-sizing:border-box}.k-spreadsheet .k-spreadsheet-active-cell{position:absolute;outline-color:transparent !important;box-sizing:border-box;z-index:10}.k-spreadsheet .k-spreadsheet-action-bar{border-width:0 0 1px;border-style:solid;position:relative;display:table;width:100%}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor,.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar{display:table-cell;vertical-align:middle}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{position:relative;vertical-align:top;border-width:0 1px 0 0;border-style:solid}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox{width:9.5em;border-radius:0;border-color:transparent}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap{border-radius:0;border-color:transparent;background-image:none;box-shadow:none;border-width:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-input{border-radius:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-select{border-radius:0}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar{width:100%;padding-left:31px}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before{position:relative;display:inline-block;overflow:hidden;width:1em;height:1em;text-align:center;vertical-align:middle;background-image:none;font:16px/1 'WebComponentsIcons';speak:none;font-variant:normal;text-transform:none;text-indent:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\E691";display:block;position:absolute;top:50%;transform:translateY(-50%);border-width:0 1px 0 0;border-style:solid;width:24px;margin-left:-24px}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula:before{content:"{";font-weight:bold}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula:after{content:"}";font-weight:bold}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-input{overflow:hidden;text-indent:.571em;border:0;margin:0}.k-spreadsheet .k-spreadsheet-action-bar .k-state-border-down{padding-bottom:0}.k-spreadsheet .k-spreadsheet-formula-input{outline:none;border-width:0;height:26px;line-height:20px;width:100%;box-sizing:border-box;white-space:pre;padding:3px .5em}.k-spreadsheet .k-spreadsheet-cell-editor{position:absolute;display:none;padding:0 3px;line-height:20px;z-index:2000;overflow:hidden}.k-spreadsheet>.k-spreadsheet-view{position:relative;font-size:12px;font-family:Arial,Verdana,sans-serif}.k-spreadsheet>.k-spreadsheet-view .k-state-disabled{pointer-events:auto}.k-spreadsheet .k-tabstrip-wrapper{position:relative;line-height:1.7em}.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items{padding:.3em 0 0}.k-spreadsheet .k-spreadsheet-quick-access-toolbar{display:inline-block;position:absolute;z-index:1;top:0;left:0;padding:.3em .3em 0}.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button{padding:.3em;line-height:1.4em;height:auto}.k-spreadsheet .k-merged-cells-wrapper,.k-spreadsheet .k-selection-wrapper,.k-spreadsheet .k-filter-wrapper,.k-spreadsheet .k-spreadsheet-row-header{position:relative}.k-spreadsheet .k-spreadsheet-column-header{position:absolute}.k-spreadsheet .k-filter-wrapper{pointer-events:none;z-index:50}.k-spreadsheet .k-spreadsheet-sheets-bar{border-width:1px 0 0}.k-spreadsheet .k-vertical-align-center{position:relative;top:50%;transform:translateY(-50%)}.k-spreadsheet .k-vertical-align-bottom{position:relative;top:100%;transform:translateY(-100%)}.k-spreadsheet .k-dirty{position:absolute;top:0;left:0;right:unset}.k-spreadsheet .k-single-selection{cursor:crosshair}.k-spreadsheet .k-single-selection::after{content:" ";height:6px;width:6px;position:absolute;display:block;bottom:0;right:0;border-radius:50%;margin-bottom:-4px;margin-right:-4px;border-width:1px;border-style:solid;z-index:100}.k-spreadsheet .k-spreadsheet-edit-container .k-single-selection::after{display:none}.k-spreadsheet .k-auto-fill,.k-spreadsheet .k-auto-fill-punch,.k-spreadsheet .k-auto-fill-br-hint,.k-spreadsheet .k-auto-fill-tr-hint,.k-spreadsheet .k-auto-fill-bl-hint{position:absolute;box-sizing:border-box}.k-spreadsheet .k-auto-fill{border-width:1px;border-style:solid;cursor:crosshair}.k-spreadsheet .k-auto-fill-wrapper{position:relative}.k-spreadsheet .k-spreadsheet-vborder{position:absolute;border-left-style:solid;border-left-width:1px}.k-spreadsheet .k-spreadsheet-hborder{position:absolute;border-top-style:solid;border-top-width:1px}.k-spreadsheet-names-popup .k-item{position:relative}.k-spreadsheet-names-popup .k-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:.7;cursor:pointer}.k-spreadsheet-names-popup .k-icon:hover{opacity:1}.k-horizontal-resize{cursor:col-resize}.k-vertical-resize{cursor:row-resize}.k-spreadsheet-data,.k-merged-cells-wrapper,.k-selection-wrapper,.k-spreadsheet-active-cell{cursor:cell}.k-horizontal-resize .k-spreadsheet-data,.k-horizontal-resize .k-merged-cells-wrapper,.k-horizontal-resize .k-selection-wrapper,.k-horizontal-resize .k-spreadsheet-active-cell{cursor:col-resize}.k-vertical-resize .k-spreadsheet-data,.k-vertical-resize .k-merged-cells-wrapper,.k-vertical-resize .k-selection-wrapper,.k-vertical-resize .k-spreadsheet-active-cell{cursor:row-resize}.k-spreadsheet .k-colorpicker .k-tool-icon{overflow:visible}.k-button.k-reset-color,.k-button.k-custom-color{display:block;width:100%;border-radius:0;border:none;text-align:left;line-height:2em}.k-spreadsheet-colorpicker .k-colorpalette{border:1px solid #dbdbdb;border-left:none;border-right:none;padding:.4em}.k-spreadsheet-filter{position:absolute;cursor:pointer;pointer-events:all}.k-spreadsheet-sample{float:right}.k-spreadsheet-clipboard-paste,.k-spreadsheet-clipboard{position:fixed;opacity:0;top:0;left:0;overflow:hidden;padding:0;margin:0;border:0;width:1px;height:1px;box-sizing:border-box}textarea.k-spreadsheet-clipboard{position:fixed}.k-spreadsheet-top-corner{position:absolute;top:0;left:0;z-index:10000;border-width:0 1px 1px 0;border-style:solid}.k-spreadsheet-top-corner:after{content:"";display:block;width:0;height:0;overflow:hidden;position:absolute;bottom:0;right:0;border-width:6px;border-style:solid}.k-spreadsheet-scroller{width:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;position:absolute;z-index:1}.k-spreadsheet-fixed-container{position:absolute;width:100%;height:100%;box-sizing:border-box;z-index:2;user-select:none;overflow:hidden}.k-spreadsheet-view-size{position:relative}.k-spreadsheet-column-header,.k-spreadsheet-row-header{text-align:center;z-index:100}.k-spreadsheet-column-header .k-spreadsheet-cell,.k-spreadsheet-row-header .k-spreadsheet-cell{border-style:solid;border-width:0 1px 1px 0}div.k-spreadsheet-window{padding:1.167em .75em .75em}.k-spreadsheet-window .k-edit-form-container{width:100%}.k-spreadsheet-window .k-root-tabs{border-width:0;margin:-1em -1em 0;padding:.5em 1em 0}.k-spreadsheet-window .k-root-tabs .k-loading{display:none}.k-spreadsheet-window .k-list-wrapper{padding:.15em 0;height:190px}.k-spreadsheet-window .k-list .k-item{border-radius:0;padding:.5em .6em .4em .6em;cursor:pointer;line-height:1.1em}.k-spreadsheet-window .k-format-filter{width:100%}.k-spreadsheet-window .k-format-filter+.k-group-header+.k-list-wrapper{margin-top:1em}.k-spreadsheet-window .k-action-buttons{top:10px;padding:10px;margin-bottom:calc(10px - 1em)}.k-spreadsheet-window .k-edit-label{width:25%;margin:0 0 0 .75em}.k-spreadsheet-window .k-edit-field{width:67%;margin:0 .917em 0 0}.k-spreadsheet-window .k-edit-field>.k-radio-label{margin-right:1.25em;vertical-align:baseline}.k-spreadsheet-window .k-edit-field>.k-radio-label:before,.k-spreadsheet-window .k-edit-field>.k-radio-label:after{margin-top:-1px}.k-spreadsheet-window .k-edit-label,.k-spreadsheet-window .k-edit-field{padding:0;line-height:3em}.k-spreadsheet-window .k-edit-field .k-textbox,.k-spreadsheet-window .k-edit-field .k-dropdown{width:100%}.k-spreadsheet-window .k-export-config .k-hr{margin-left:15px;margin-right:15px}.k-spreadsheet-window .k-export-config .k-edit-field{width:40%;float:left;margin-left:30px}.k-spreadsheet-window .k-edit-field>input[type="radio"]{display:inline;opacity:0;width:0;margin:0}.k-spreadsheet-window .k-page-orientation{position:absolute;right:2em;top:25%}.k-spreadsheet-window .k-page-orientation .k-icon{font-size:6em}.k-spreadsheet-window .k-export-config:after,.k-spreadsheet-window>div:after{content:"";display:block;clear:both;height:0}.k-spreadsheet-format-cells .k-spreadsheet-preview{font-weight:bold;text-align:center;font-size:1.16em;line-height:3.64em;margin:0 -0.863em .72em;border-style:solid;border-width:1px 0}.k-spreadsheet-border-palette{width:153px}.k-spreadsheet-border-palette .k-spreadsheet-border-type-palette .k-button{box-sizing:border-box;width:20%}.k-spreadsheet-border-palette .k-colorpalette{vertical-align:bottom}.k-spreadsheet-popup .k-separator{width:1px;height:1.8em;vertical-align:middle;display:inline-block}.k-spreadsheet-popup .k-colorpalette{vertical-align:top}.k-spreadsheet-popup .k-button.k-button-icon{padding:.6em;border-width:0;border-radius:0}.k-spreadsheet-popup .k-button.k-button-icontext{display:block;text-align:left;text-transform:initial;padding:.3em 1.5em .3em .9em;border-width:0;border-radius:0}.k-spreadsheet-filter-menu{width:280px}.k-spreadsheet-filter-menu>.k-menu{border-width:0}.k-spreadsheet-filter-menu>.k-menu .k-link{padding-left:26px}.k-spreadsheet-filter-menu>.k-menu .k-link .k-icon{margin-left:-26px;width:26px}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper{height:200px;overflow-y:scroll;overflow-x:auto;border-width:1px;border-style:solid}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview{overflow:visible;padding:6px 7px}.k-spreadsheet-filter-menu .k-details{border-top-width:1px;border-top-style:solid;padding:4px 0}.k-spreadsheet-filter-menu .k-details-summary{cursor:pointer;line-height:26px}.k-spreadsheet-filter-menu .k-details-summary .k-icon{margin:0 5px}.k-spreadsheet-filter-menu .k-details-content{padding:0 8px 0 26px}.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{border-top-width:0;margin:8px;padding:0;position:static}.k-resize-handle,.k-resize-hint{position:absolute;z-index:200}.k-resize-hint-handle{width:100%;height:20px}.k-resize-hint-marker{width:2px;height:100%;margin:0 auto}.k-resize-hint-vertical .k-resize-hint-handle{height:100%;width:20px;float:left}.k-resize-hint-vertical .k-resize-hint-marker{height:2px;width:100%}.k-spreadsheet-quick-access-toolbar .k-button,.k-button.k-spreadsheet-sheets-bar-add{border-color:transparent;background-color:transparent;background-image:none}.k-spreadsheet-tabstrip{border-left-width:0;border-right-width:0;border-top-width:0}.k-spreadsheet-tabstrip>.k-content{border-left-width:0;border-right-width:0;border-bottom-width:0;margin:0;padding:0}.k-spreadsheet-tabstrip .k-loading{display:none}.k-spreadsheet-toolbar.k-toolbar{border-top-width:0;border-left-width:0;border-right-width:0}.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor+*{margin-left:.3em}.k-spreadsheet-toolbar.k-toolbar>.k-button-group{border-width:0}.k-spreadsheet-toolbar>.k-widget,.k-spreadsheet-toolbar .k-button,.k-spreadsheet-toolbar>.k-button-group,.k-spreadsheet-toolbar>.k-widget .k-state-default:not(.k-state-hover):not(.k-state-active){margin:0;border-color:transparent;background-color:transparent;background-image:none}.k-spreadsheet-toolbar>.k-widget[data-property='fontSize']{width:75px}.k-spreadsheet-toolbar>.k-widget[data-property='format']{width:100px}.k-spreadsheet-toolbar>.k-widget[data-property='fontFamily']{width:130px}.k-spreadsheet-toolbar>.k-combobox .k-state-default:not(.k-state-hover):not(.k-state-active) .k-input{background-color:transparent;box-shadow:none}.k-spreadsheet-toolbar>.k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) .k-select{border-color:transparent}.k-spreadsheet-toolbar [data-tool=alignment],.k-spreadsheet-toolbar [data-tool=backgroundColor],.k-spreadsheet-toolbar [data-tool=borders],.k-spreadsheet-toolbar [data-tool=freeze],.k-spreadsheet-toolbar [data-tool=merge],.k-spreadsheet-toolbar [data-tool=textColor]{width:auto}.k-spreadsheet-toolbar .k-separator{margin:0 3px;width:0;overflow:hidden;height:1.8em;vertical-align:middle;display:inline-block}.k-spreadsheet-formula-input>.k-syntax-func.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-bool.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-ref.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-str.k-syntax-at-point,.k-spreadsheet-formula-input>.k-syntax-num.k-syntax-at-point{text-decoration:underline}.k-spreadsheet-formula-input>.k-series-a,.k-spreadsheet-formula-input>.k-series-b,.k-spreadsheet-formula-input>.k-series-c,.k-spreadsheet-formula-input>.k-series-d{background-color:transparent}.k-spreadsheet-selection-highlight{border-width:1px;border-style:solid;position:absolute;box-sizing:border-box}.k-spreadsheet-formula-list{min-width:100px}.k-spreadsheet-formula-list .k-item{padding:0 .3em;box-shadow:none}.k-spreadsheet-sheets-bar{position:relative}.k-button.k-spreadsheet-sheets-bar-add{position:absolute;bottom:.2em;left:.4em;z-index:1}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove{padding:0;margin:.5em .5em .5em -0.5em;vertical-align:middle}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-button-icon{padding:2px;line-height:normal}.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-icon{margin:0}.k-spreadsheet-sheets-items-hint{margin-top:.1em;background:none !important;border-width:0 !important}.k-spreadsheet-editor-button{position:absolute;width:20px;z-index:10;margin-left:2px;padding:0 !important}.k-spreadsheet-editor-button.k-spreadsheet-last-column{margin-left:-21px}.k-spreadsheet-editor-button span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.hint-wrapper{margin-top:1em}.k-edit-form-container>div:after{display:block;content:"";clear:both}.k-spreadsheet-filter-menu .k-i-arrow-45-down-right{cursor:pointer}.k-spreadsheet-import-errors .k--header-message{font-weight:bold;padding-bottom:5px;border-bottom:1px solid #888;margin-bottom:5px}.k-spreadsheet-import-errors .k--errors{max-height:350px;overflow:auto}.k-spreadsheet-import-errors .k--errors table{border-collapse:collapse;font-size:90%}.k-spreadsheet-import-errors .k--errors table td,.k-spreadsheet-import-errors .k--errors table th{padding:2px 4px;border-bottom:1px solid #bbb}.k-spreadsheet-import-errors .k--errors table th{text-align:left;border-bottom:1px solid #000}.k-spreadsheet-insert-image-dialog{margin:0 1em;border-style:dashed;border-width:2px}.k-spreadsheet-insert-image-dialog label{position:relative;display:block;width:355px;height:200px;padding:10px;background-image:url(55439e1d133eb14a17250bfa7cb41b0e.png);background-size:auto 70%;background-repeat:no-repeat;background-position:50% 30%}.k-spreadsheet-insert-image-dialog label div{position:relative;top:75%;padding:10px;text-align:center;pointer-events:none}.k-spreadsheet-insert-image-dialog label input{display:none}.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image{background-size:auto 90%;background-position:50% 50%}.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div{opacity:1;top:50%}.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{position:absolute;width:6px;height:6px;border-style:solid;border-width:1px;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}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-dialog{min-width:90px;min-height:3em;max-width:100%;max-height:100%;box-sizing:border-box;position:fixed;overflow:hidden}.k-dialog.k-dialog-centered{transform:translate(-50%, -50%);top:50%;left:50%}.k-dialog-titlebar{padding:12px}.k-dialog-title{font-size:1.4em}.k-dialog-titlebar .k-dialog-actions{top:9px}.k-dialog-titleless .k-dialog-titlebar .k-dialog-close{position:absolute;top:2px;right:6px}.k-dialog .k-content{padding:21px 12px;height:auto}.k-dialog.k-dialog-titleless .k-content{padding:2.4em}.k-dialog-buttongroup{margin:0;padding:12px 12px;width:100%;border-radius:0;box-sizing:border-box;display:flex;justify-content:flex-end}.k-dialog-buttongroup .k-button{flex:0 0 auto;display:inline-block;text-overflow:ellipsis;box-sizing:border-box}.k-dialog-buttongroup .k-button+.k-button{margin-left:.5em}.k-dialog-buttongroup.k-dialog-button-layout-stretched{padding:0}.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button{margin:0;border-radius:0;border-bottom:0;border-width:1px 0 0 1px;flex:1 0 0;white-space:nowrap}.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child{border-radius:0;border-left-width:0}.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child{border-radius:0;border-right-width:0}.k-no-flexbox .k-dialog-buttongroup{display:block;text-align:right}.k-no-flexbox .k-rtl .k-dialog-button-group{text-align:left}.k-dialog.k-alert .k-dialog-titlebar,.k-dialog.k-prompt .k-dialog-titlebar,.k-dialog.k-confirm .k-dialog-titlebar{border-width:0;color:inherit;background:none}.k-dialog.k-alert .k-dialog-content,.k-dialog.k-prompt .k-dialog-content,.k-dialog.k-confirm .k-dialog-content{padding:24px 24px}.k-dialog.k-prompt .k-dialog-content,.k-dialog.k-prompt .k-prompt-container{padding:12px 24px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-card{border-radius:4px;border-width:1px;border-style:solid;display:flex;flex-direction:column;overflow:hidden}.k-card.k-card-flat{box-shadow:none}.k-card-header{padding:4px 8px;border-width:0 0 1px;border-style:solid;overflow:hidden}.k-card>.k-card-header:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.k-card>.k-card-header:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.k-card-header>h1,.k-card-header>h2,.k-card-header>h3,.k-card-header>h4,.k-card-header>h5,.k-card-header>h6{margin:0}.k-card-body{padding:8px 8px;flex:1 1 0}.k-card>.k-card-body:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.k-card>.k-card-body:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.k-card-body p{margin:0 0 8px}.k-card-body>.k-last,.k-card-body>:last-child{margin-bottom:0}.k-card-image{border:0;max-width:100%;overflow:hidden}.k-card>.k-card-image:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.k-card>.k-card-image:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.k-card-image>img{border:0;max-width:100%}.k-card-title{margin:0 0 8px}.k-card-subtitle{margin:0 0 8px}.k-card-title+.k-card-subtitle{margin-top:-6px}.k-card>.k-hr{margin:0;flex:0 0 auto;border-color:inherit}.k-card-actions{padding:8px 8px;border-width:0;border-style:solid;border-color:inherit;overflow:hidden;flex-shrink:0;flex-basis:auto}.k-card>.k-card-actions:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.k-card>.k-card-actions:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.k-card>.k-card-actions{border-top-width:1px;border-color:inherit}.k-card-actions>.k-button.k-flat:first-child{margin-left:-8px}.k-card-action{border-width:0;border-style:solid;border-color:inherit;display:inline-flex;flex:1 1 auto}.k-card-action>.k-button{border-radius:0;padding:12px 8px;flex:1 1 auto}.k-card-actions-vertical{padding:0;display:flex;flex-direction:column}.k-card-actions-vertical .k-card-action+.k-card-action{border-top-width:1px}.k-card-actions-stretched{padding:0;display:flex;flex-direction:row}.k-card-actions-stretched .k-card-action+.k-card-action{border-left-width:1px}.k-card-list{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;flex:0 0 auto}.k-card-list .k-card{flex:0 0 auto}.k-card-list .k-card+.k-card{margin-top:16px}.k-card-deck{display:flex;margin-top:16px;flex-direction:row;flex-wrap:nowrap;align-items:stretch;flex:0 0 auto}.k-card-deck .k-card{flex:0 0 auto}.k-card-deck .k-card+.k-card{margin-left:16px}.k-card-deck-scrollwrap{display:flex;position:relative;align-items:center}.k-card-deck-scrollwrap>.k-button{border-radius:0;flex:0 0 auto;position:absolute}.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{flex:1 1 auto}.k-card-group{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;flex:0 0 auto}.k-card-group .k-card{border-radius:0;flex:0 0 auto}.k-card-group .k-card>.k-card-header{border-radius:0}.k-card-group .k-card+.k-card{margin-left:-1px}.k-card-group .k-card.k-first{border-top-left-radius:4px;border-bottom-left-radius:4px}.k-card-group .k-card.k-first>.k-card-header{border-top-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-last>.k-card-header{border-top-right-radius:4px}.k-card-group .k-card.k-only{border-radius:4px}.k-card-group .k-card.k-only>.k-card-header{border-top-left-radius:4px;border-top-right-radius:4px}.k-rtl .k-card-deck .k-card+.k-card,[dir="rtl"] .k-card-deck .k-card+.k-card{margin-left:0;margin-right:16px}.k-ie11 .k-card-body{flex:1 1 auto}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-hidden{display:none !important}.k-chat{height:600px;max-height:100%;display:flex;flex-direction:column;overflow:hidden;max-width:500px;margin:auto}.k-chat .k-message-list{display:flex;flex:1 1 auto;flex-direction:column;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;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.k-chat .k-message-list-content>*+*{margin-top:16px}.k-chat .k-message-group{max-width:80%;background:none;box-sizing:border-box;display:flex;flex-shrink:0;flex-direction:column;position:relative}.k-chat .k-message-group:not(.k-alt){align-items:flex-start;text-align:left}.k-chat .k-message-group:not(.k-alt) .k-message-time{margin-left:8px;left:100%}.k-chat .k-message-group:not(.k-alt) .k-message-status{left:0}.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble,.k-chat .k-message-group:not(.k-alt) .k-only .k-bubble{border-bottom-left-radius:2px}.k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble,.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble{border-top-left-radius:2px;border-bottom-left-radius:2px}.k-chat .k-message-group.k-alt{align-self:flex-end;align-items:flex-end;text-align:right}.k-chat .k-message-group.k-alt .k-message-time{margin-right:8px;right:100%}.k-chat .k-message-group.k-alt .k-message-status{right:0}.k-chat .k-message-group.k-alt .k-first .k-bubble,.k-chat .k-message-group.k-alt .k-only .k-bubble{border-bottom-right-radius:2px}.k-chat .k-message-group.k-alt .k-middle .k-bubble,.k-chat .k-message-group.k-alt .k-last .k-bubble{border-top-right-radius:2px;border-bottom-right-radius:2px}.k-chat .k-message{max-width:100%;margin:2px 0 0;position:relative;transition:margin .2s ease-in-out}.k-chat .k-message-time,.k-chat .k-message-status{font-size:smaller;line-height:normal;white-space:nowrap;pointer-events:none;position:absolute}.k-chat .k-message-time{opacity:0;top:50%;transform:translateY(-50%);transition:opacity .2s ease-in-out}.k-chat .k-message-status{margin-top:2px;height:0;overflow:hidden;top:100%;transition:height .2s ease-in-out}.k-chat .k-bubble{border-radius:12px;padding:8px 12px;border-width:1px;border-style:solid;line-height:18px;word-wrap:break-word}.k-chat .k-message.k-state-selected{margin-bottom:16px;border:0;color:inherit;background:none}.k-chat .k-message.k-state-selected .k-message-time{opacity:1}.k-chat .k-message.k-state-selected .k-message-status{height:1.2em}.k-chat .k-message-error,.k-chat .k-message-sending{margin-bottom:16px}.k-chat .k-message-error .k-message-status,.k-chat .k-message-sending .k-message-status{height:1.2em}.k-avatar{border-radius:100%;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-avatars .k-message-group:not(.k-alt):not(.k-no-avatar){padding-left:calc(32px + 8px)}.k-avatars .k-message-group.k-alt:not(.k-no-avatar){padding-right:calc(32px + 8px)}.k-author{margin:0;font-size:smaller;line-height:normal}.k-chat .k-author{margin:0}.k-timestamp{font-size:smaller;line-height:normal;text-align:center;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;user-select:none;display:inline-block;flex:0 0 auto;transition-property:color,background-color,border-color;transition-duration:.2s;transition-timing-function:ease-in-out}.k-message-box{padding:10px 16px;border-width:1px 0 0;border-style:solid;flex:0 0 auto;display:flex;flex-direction:row;flex-wrap:nowrap}.k-message-box .k-input{margin:0;padding:0;border:0;font:inherit;background:none;flex:1 1 auto}.k-message-box .k-button{padding:0}.k-message-box .k-button svg{width:20px;height:20px;fill:currentColor;display:inline-block}.k-message-box .k-button::before,.k-message-box .k-button::after{display:none}.k-chat .k-card-list{margin:2px 0 0}.k-chat .k-card-deck{max-width:calc(100% + calc(16px * 2 ));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-wrap+.k-card-wrap{margin-left:16px}.k-chat .k-card-deck .k-card,.k-chat .k-card-deck .k-card-wrap{width:200px}.k-card-deck-scrollwrap{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;overflow:hidden;flex:0 0 auto;width:100%;box-sizing:content-box}.k-card-deck-scrollwrap>.k-card-deck{margin-bottom:-20px;padding-bottom:20px}.k-chat .k-card-deck .k-card-wrap{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;flex:0 0 auto}.k-chat .k-card-deck .k-card-wrap .k-card{flex:0 0 auto}.k-chat .k-card-deck .k-card-wrap .k-card+.k-card{margin-left:16px}.k-chat .k-card-deck .k-card-wrap.k-state-selected{background:none}.k-typing-indicator{padding:0;border-radius:50px;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.k-typing-indicator span{width:8px;height:8px;border-radius:50%;flex:0 0 8px;background-color:currentColor}.k-typing-indicator span+span{margin-left:5px}@keyframes k-animation-blink{50%{opacity:1}}.k-chat .k-toolbar-box{width:100%;border-width:1px 0 0;border-style:solid;box-sizing:border-box;overflow:hidden;position:relative;flex:0 0 auto}.k-chat .k-toolbar-box .k-button-list{display:flex;flex-direction:row;flex-wrap:nowrap;overflow:hidden;scroll-behavior:smooth;padding:10px 16px}.k-chat .k-toolbar-box .k-button-list:after{content:'';padding-right:16px}.k-chat .k-toolbar-box .k-button-list .k-button+.k-button{margin-left:20px;flex-shrink:0}.k-chat .k-toolbar-box .k-scroll-button{position:absolute;z-index:2;top:50%;transform:translateY(-50%)}.k-chat .k-toolbar-box .k-scroll-button-left{left:0}.k-chat .k-toolbar-box .k-scroll-button-right{right:0}.k-chat .k-toolbar-box .k-button{border-width:0;color:inherit;background:none;flex-shrink:0;box-shadow:none}.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:calc(32px + 8px)}.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:calc(32px + 8px)}.k-rtl .k-message-box .k-button svg,[dir="rtl"] .k-message-box .k-button svg{transform:rotate(180deg)}.k-rtl .k-quick-reply,[dir="rtl"] .k-quick-reply{margin-right:0;margin-left:8px}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-calendar{padding:0 0;border-width:1px;border-style:solid;line-height:1.42857143;position:relative;overflow:hidden;display:inline-block}.k-calendar .k-link{color:inherit;text-decoration:none;outline:0}.k-calendar .k-action-link{text-decoration:underline}.k-calendar .k-state-focused,.k-calendar .k-state-focused.k-state-selected{box-shadow:none}.k-calendar table{margin:0;padding:0;border-spacing:0;border-width:0;outline:0;table-layout:fixed;float:left}.k-calendar td,.k-calendar th{border-width:0;padding:0;text-align:center;border-style:solid;border-color:inherit;color:inherit;background:none;font-weight:normal;cursor:default}.k-calendar .k-header{padding:2px 2px;border-bottom-width:1px;border-bottom-style:solid;text-align:center;position:relative;z-index:1}.k-calendar .k-header .k-link{padding:4px 4px;border-width:0;border-style:solid;border-radius:4px;display:inline-block}.k-calendar .k-nav-prev,.k-calendar .k-nav-next{width:1.42857143em;height:1.42857143em;box-sizing:content-box;position:absolute;top:2px}.k-calendar .k-nav-prev .k-icon,.k-calendar .k-nav-next .k-icon{vertical-align:text-top}.k-calendar .k-nav-prev{left:2px}.k-calendar .k-nav-next{right:2px}.k-calendar .k-nav-fast{margin:auto;width:75%;box-sizing:border-box}.k-calendar .k-footer{text-align:center;position:relative;clear:both}.k-calendar .k-nav-today,.k-calendar .k-footer>.k-state-disabled{padding:.5em;border-width:0;border-radius:0;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}.k-calendar.k-week-number .k-calendar-view{width:19.42857143em}.k-calendar .k-content{width:100%;background-color:transparent}.k-calendar .k-content th{padding:.25em 2px;border-bottom-width:1px;box-sizing:border-box}.k-calendar .k-content td{border-radius:4px}.k-calendar .k-content td.k-alt{width:2.42857143em;border-radius:0}.k-calendar .k-content .k-link{margin:auto;padding:.5em .5em;box-sizing:border-box;border-radius:4px;line-height:1.42857143;display:block}.k-calendar .k-month .k-link{width:2.42857143em;height:2.42857143em}.k-calendar .k-month th{height:2.42857143em}.k-calendar .k-year .k-link{width:4.28571429em;height:4.28571429em;line-height:3.28571429em}.k-calendar .k-decade .k-link{width:4.28571429em;height:4.28571429em;line-height:3.28571429em}.k-calendar .k-century .k-link{width:4.28571429em;height:4.28571429em;text-align:left;line-height:1.64285714em;white-space:normal}.k-calendar .k-animation-container .k-content{height:100%}.k-week-number{width:19.42857143em}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-calendar-range{width:auto;text-align:left;line-height:1.42857143}.k-calendar-range .k-calendar-header{padding:8px 16px;display:flex;align-items:center;justify-content:space-between}.k-calendar-range .k-calendar-header .k-button{white-space:nowrap;border-color:transparent !important;color:inherit;background:none !important;box-shadow:none !important;transition:color .2s ease-in-out}.k-calendar-range .k-calendar-header .k-button:hover,.k-calendar-range .k-calendar-header .k-button.k-state-hover,.k-calendar-range .k-calendar-header .k-button:active,.k-calendar-range .k-calendar-header .k-button.k-state-active,.k-calendar-range .k-calendar-header .k-button:hover:active,.k-calendar-range .k-calendar-header .k-button:hover.k-state-active{color:inherit}.k-calendar-range .k-calendar-header .k-button::before{display:block}.k-calendar-range .k-calendar-header .k-button::after{display:block}.k-calendar-range .k-calendar-header .k-button:focus::after,.k-calendar-range .k-calendar-header .k-button.k-state-focused::after{box-shadow:inset 0 0 0 2px currentColor;opacity:.12}.k-calendar-range .k-calendar-header .k-button[disabled],.k-state-disabled .k-calendar-range .k-calendar-header .k-button,.k-calendar-range .k-calendar-header .k-button.k-state-disabled{pointer-events:none}.k-calendar-range .k-calendar-header .k-button.k-primary,.k-calendar-range .k-calendar-header .k-button.k-primary:hover,.k-calendar-range .k-calendar-header .k-button.k-primary.k-state-hover,.k-calendar-range .k-calendar-header .k-button.k-primary:active,.k-calendar-range .k-calendar-header .k-button.k-primary.k-state-active,.k-calendar-range .k-calendar-header .k-button.k-primary:hover:active,.k-calendar-range .k-calendar-header .k-button.k-primary:hover.k-state-active{color:#fff}.k-calendar-range .k-calendar-nav{display:inline-block;white-space:nowrap}.k-calendar-range .k-calendar-view{height:auto;width:auto;min-height:17em;text-align:center;white-space:nowrap}.k-animation-container-sm .k-calendar-range .k-calendar-view{display:flex;flex-direction:column}.k-calendar-range.k-week-number .k-calendar-view{width:auto}.k-calendar-range .k-content{padding:0 16px 8px;width:auto;height:auto;text-align:center;display:inline-table;vertical-align:top;float:none;color:inherit;background-color:transparent}.k-calendar-range .k-content th,.k-calendar-range .k-content td{padding:0;border-width:0;color:inherit;background-color:transparent;background-image:none;text-align:inherit;vertical-align:middle}.k-calendar-range .k-content th{padding:.5em 0;font-size:12px;line-height:1.5;text-transform:uppercase;opacity:.5}.k-calendar-range .k-content td{border-radius:4px}.k-calendar-range .k-content td.k-alt{opacity:.5}.k-calendar-range .k-content .k-link{padding:.5em .5em;min-height:0;box-sizing:border-box;border-radius:4px;line-height:inherit}.k-calendar-range .k-content .k-meta-header,.k-calendar-range .k-content .k-month-header{margin:0 16px;padding:.5em 8px;font-size:12px;line-height:1.5;text-transform:uppercase;text-align:left;opacity:.5}.k-calendar-range .k-content td.k-range-start{border-top-right-radius:0;border-bottom-right-radius:0}.k-calendar-range .k-content td.k-range-mid{border-radius:0}.k-calendar-range .k-content td.k-range-end{border-top-left-radius:0;border-bottom-left-radius:0}.k-calendar-range .k-content td.k-range-split-start,.k-calendar-range .k-content td.k-range-split-end{position:relative}.k-calendar-range .k-content td.k-range-split-start::after,.k-calendar-range .k-content td.k-range-split-end::after{content:"";width:5px;display:block;position:absolute;top:1px;bottom:1px}.k-calendar-range .k-content td.k-range-split-start::after{right:auto;left:-5px}.k-calendar-range .k-content td.k-range-split-end::after{right:-5px;left:auto}.k-calendar-range .k-content td.k-weekend{background-color:transparent}.k-calendar-range .k-state-selected{color:inherit;background:transparent;border-color:transparent}.k-calendar-range .k-state-focused,.k-calendar-range .k-state-focused.k-state-selected{box-shadow:none}.k-calendar-range td.k-state-disabled{opacity:.5}.k-calendar-range td.k-state-disabled .k-link{color:inherit}.k-calendar-range .k-footer .k-nav-today{padding:8px 16px;width:auto;height:auto;display:block}.k-widget.k-daterangepicker{border:0;box-shadow:none}.k-calendar-monthview .k-content .k-link{width:2.42857143em}.k-calendar-monthview .k-content tbody tr{height:2.42857143em}.k-calendar-yearview .k-content{margin:0 -1px}.k-calendar-yearview .k-content .k-link{width:4.28571429em;height:4.28571429em;line-height:3.25}.k-calendar-decadeview .k-content{margin:0 -1px}.k-calendar-decadeview .k-content .k-link{width:4.28571429em;height:4.28571429em;line-height:3.25}.k-calendar-centuryview .k-content{margin:0 -1px}.k-calendar-centuryview .k-content .k-link{padding:.5em .5em;width:4.28571429em;height:4.28571429em;text-align:left;line-height:1.625;white-space:normal}.k-rtl .k-calendar-range{text-align:right}.k-rtl .k-calendar-range .k-calendar-nav{float:left}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-pdf-viewer{display:flex;flex-direction:column;overflow:hidden}.k-pdf-viewer .k-toolbar{border-top-width:0;border-right-width:0;border-left-width:0;border-color:inherit;flex:0 0 auto;z-index:2}.k-pdf-viewer .k-toolbar .k-pager-wrap{padding:0;color:inherit;background:none}.k-pdf-viewer .k-list-scroller{flex:1 1 auto}.k-pdf-viewer .k-pager-wrap{display:flex;flex:0 0 auto;align-items:center;min-height:auto}.k-pdf-viewer .k-page{margin:30px auto}.k-pdf-viewer .k-page canvas{direction:ltr}.k-pdf-viewer-window{flex:1 1 auto}.k-pdf-viewer-window .k-edit-field .k-textbox,.k-pdf-viewer-window .k-edit-field .k-file-format{width:100%}.k-pdf-viewer-window .k-action-buttons{top:10px;padding:10px;margin-bottom:calc(10px - 1em)}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-scrollview{position:relative;overflow:hidden;outline:0;display:block}ul.k-scrollview-wrap{list-style-type:none;position:absolute;margin:0;padding:0;width:100%;height:100%;cursor:default}ul.k-scrollview-wrap img{user-select:none}ul.k-scrollview-wrap>li{display:inline-block;overflow:hidden;position:absolute;top:0;left:0}div.k-scrollview-wrap{white-space:nowrap}div.k-scrollview-wrap>[data-role=page]{vertical-align:top;display:inline-block;min-height:1px}.k-scrollview-nav-wrap{position:absolute;bottom:15px;left:10px;right:10px;height:calc(8px + (2 * 1px) + (20px / 2));overflow:hidden}.k-scrollview-nav{margin:0;padding:5px 0 0 0;display:block;white-space:nowrap;overflow-x:scroll;overflow-y:hidden;text-align:center;list-style:none;pointer-events:initial}.k-scrollview-nav>li.k-link{margin:0 20px;padding:0;width:8px;height:8px;box-sizing:content-box;vertical-align:top;display:inline-block;position:relative;border-width:1px;border-style:solid;border-radius:50%;cursor:pointer;pointer-events:all}.k-scrollview-nav>li.k-link::before{content:"";width:28px;height:calc(8px + (2 * 1px) + (20px / 2));display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.k-scrollview-next,.k-scrollview-prev{display:table;position:absolute;padding:0;height:60%;top:20%;text-decoration:none;user-select:none;cursor:pointer;overflow:hidden}.k-scrollview-prev{left:0}.k-scrollview-next{right:0}.k-scrollview-next span,.k-scrollview-prev span{display:table-cell;margin:0;padding:0;vertical-align:middle;font-size:4.5em;font-weight:normal;position:static}.k-scrollview-elements{width:100%}.k-scrollview-animation{transition-duration:.3s;transition-timing-function:ease-in-out}.k-i-arrowhead-e::before{content:"\E014"}.k-i-arrowhead-w::before{content:"\E016"}@supports (-webkit-user-select: none){div.k-scrollview ul.k-scrollview-wrap li>*{pointer-events:auto}}@supports (not (-webkit-user-select: none)){div.k-scrollview ul.k-scrollview-wrap li>*{pointer-events:none}}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-switch{border-radius:5em;cursor:pointer;width:5em;background:none;border:0;outline:0;box-shadow:none;display:inline-flex;overflow:hidden;vertical-align:middle;font-size:12px;user-select:none;text-align:left}.k-switch [type='checkbox']{display:none}.k-switch,.k-switch-container,.k-switch-handle{box-sizing:border-box}.k-switch-container{border-radius:5em;padding:2px 2px;border-width:1px;border-style:solid;flex:1 0 auto;position:relative;outline:0;transition:background-color 200ms ease-out 0s}.k-switch-handle{border-radius:5em;width:2em;height:2em;border-width:1px;border-style:solid;background-position:50%;display:inline-block;vertical-align:middle;position:relative;left:0;transition:left 200ms ease-out 0s}.k-ie11 .k-switch-handle{display:block}.k-switch-on .k-switch-handle{left:calc(100% - 2em)}.k-ie .k-switch-on .k-switch-handle,.k-edge .k-switch-on .k-switch-handle{left:100%;margin-left:-2em}.k-switch-off .k-switch-handle{left:0}.k-switch-label-on,.k-switch-label-off{display:inline;width:calc(100% - 2em - calc(8px + 2px) - 2px);position:absolute;top:50%;transform:translateY(-50%);text-shadow:none;line-height:2em;overflow:hidden}.k-switch-label-on{text-align:left;left:calc(8px - 1px)}.k-switch-label-off{text-align:right;right:calc(8px - 1px)}.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% - 2em)}.k-rtl .k-switch .k-switch-label-on,.k-switch[dir="rtl"] .k-switch-label-on{text-align:right;left:initial;right:calc(8px - 1px)}.k-rtl .k-switch .k-switch-label-off,.k-switch[dir="rtl"] .k-switch-label-off{text-align:left;left:calc(8px - 1px);right:initial}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-drawer-container{border-style:solid;border-width:0;box-sizing:border-box;overflow-x:hidden;white-space:nowrap;user-select:none;width:0;transition:all 300ms ease-out}.k-drawer-container,.k-drawer-container .k-drawer-items{overflow-y:auto;scrollbar-width:thin}.k-drawer-container::-webkit-scrollbar,.k-drawer-container .k-drawer-items::-webkit-scrollbar{width:7px}.k-drawer-container::-webkit-scrollbar-thumb,.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb{border-radius:20px}.k-drawer-container .k-drawer-items{padding:0;transition:all 300ms ease-out;overflow-x:hidden}.k-drawer-container .k-drawer-items ul{padding:0;margin:0}.k-drawer-container .k-drawer-items .k-drawer-item{display:block;list-style:none;line-height:1.5;font-size:16px;padding:8px 8px}.k-drawer-container .k-drawer-items .k-drawer-item.k-drawer-separator{padding:0;height:1px}.k-drawer-container .k-drawer-items .k-icon{display:inline-block;font-size:18px;margin:0 8px}.k-drawer-container .k-drawer-items .k-item-text{display:inline-block;padding:0 8px;vertical-align:middle}.k-drawer-container.k-drawer-expanded{border-right-width:1px}.k-drawer-wrapper{overflow-x:hidden}.k-drawer-wrapper.k-drawer-mini-mode .k-drawer-container{border-right-width:1px;width:auto}.k-drawer-wrapper.k-drawer-mini-mode .k-drawer-items{overflow-y:visible;overflow-x:initial;width:calc(4 * 8px + 18px)}.k-drawer-wrapper.k-drawer-overlay .k-drawer-container{position:fixed;left:0;right:auto;height:100%;z-index:10002}.k-drawer-wrapper.k-drawer-overlay .k-drawer-items{max-width:80vw}.k-drawer-wrapper.k-drawer-push{display:flex;height:100%}.k-drawer-wrapper.k-drawer-push .k-drawer-content{flex:1 1 auto}.k-drawer-wrapper.k-drawer-push .k-drawer-container{position:relative;flex:0 0 auto}.k-drawer-wrapper .k-overlay{display:none}.k-drawer-wrapper.k-drawer-right.k-drawer-overlay .k-drawer-container{left:auto;right:0}.k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container{order:1}.k-drawer-wrapper.k-drawer-right .k-drawer-container.k-drawer-expanded,.k-drawer-wrapper.k-drawer-right.k-drawer-mini-mode .k-drawer-container{border-left-width:1px;border-right-width:0}.k-rtl .k-drawer-wrapper.k-drawer-left.k-drawer-push .k-drawer-container,[dir="rtl"] .k-drawer-wrapper.k-drawer-left.k-drawer-push .k-drawer-container{order:1}.k-rtl .k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container,[dir="rtl"] .k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container{order:0}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */@font-face{font-family:"DejaVu Sans";src:url(49c0f03ec2fa354df7002bcb6331e106.ttf) format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:bold;src:url(21546d802d508f3d358082d85bc0d9f1.ttf) format("truetype")}@font-face{font-family:"DejaVu Sans";font-style:italic;src:url(8723fc16d3649200d6179f391dd43f9f.ttf) format("truetype")}@font-face{font-family:"DejaVu Sans";font-weight:bold;font-style:italic;src:url(e5947ee873600dd1cae20e30cf80ee68.ttf) format("truetype")}@font-face{font-family:"DejaVu Serif";src:url(a4108b7cc2a534ec2c136a6db29ab571.ttf) format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:bold;src:url(25670b4ac8dafec3250bb4f571e43def.ttf) format("truetype")}@font-face{font-family:"DejaVu Serif";font-style:italic;src:url(08f58f7678b545de5960f4ed80d37158.ttf) format("truetype")}@font-face{font-family:"DejaVu Serif";font-weight:bold;font-style:italic;src:url(42a9a4e0c7d560aa678f90e4b696db41.ttf) format("truetype")}@font-face{font-family:"DejaVu Mono";src:url(f7435b1a6cda778779e08965547ece79.ttf) format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:bold;src:url(fb4ec87d51ddbe7c5d2f9e8f09d7e39f.ttf) format("truetype")}@font-face{font-family:"DejaVu Mono";font-style:italic;src:url(a6927e438ac0588663bf935ec83844e2.ttf) format("truetype")}@font-face{font-family:"DejaVu Mono";font-weight:bold;font-style:italic;src:url(ca84e5775e93e87fbedadbd01dcd971f.ttf) format("truetype")}.kendo-pdf-hide-pseudo-elements:before,.kendo-pdf-hide-pseudo-elements:after{display:none !important}.k-pdf-export sub,.k-pdf-export sup{display:inline-block}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *//*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-theme-test-class,.ktb-theme-id-default{opacity:0}.ktb-var-accent{color:#fff}.ktb-var-base{color:#fdfdfd}.ktb-var-background{color:#fff}.ktb-var-border-radius{border-radius:0}.ktb-var-normal-background{color:#fff}.ktb-var-normal-gradient{background-image:none}.ktb-var-normal-text-color{color:#000}.ktb-var-hover-background{color:#D9F0F2}.ktb-var-hover-gradient{background-image:none}.ktb-var-hover-text-color{color:#000}.ktb-var-selected-background{color:#B2E9ED}.ktb-var-selected-gradient{background-image:none}.ktb-var-selected-text-color{color:#000}.ktb-var-error{color:#ffe0d9}.ktb-var-warning{color:#fbeed5}.ktb-var-success{color:#eaf7ec}.ktb-var-info{color:#e5f5fa}.ktb-var-series-a{color:#428bca}.ktb-var-series-b{color:#5bc0de}.ktb-var-series-c{color:#5cb85c}.ktb-var-series-d{color:#f2b661}.ktb-var-series-e{color:#e67d4a}.ktb-var-series-f{color:#da3b36}.k-grid-norecords-template{background-color:#fff;border:1px solid #e9e9e9}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-button{border-radius:0;border-color:#cfcfcf;color:#000;background-color:#fdfdfd;background-position:50% 50%;background-image:none}.k-button.k-state-default{border-color:#cfcfcf}.k-button:hover,.k-button.k-state-hover{color:#000;border-color:#cacaca;background-color:#bbe4e8;background-image:none}.k-button:active,.k-button.k-state-active{color:#000;background-color:#aae7eb;border-color:#aae7eb;background-image:none}.k-button.k-state-active:hover{color:#000;border-color:#f7f7f7;background-color:#f2f2f2}.k-button:focus:active{box-shadow:0 0 2px 1px #fff}.k-button:focus,.k-button:focus:hover,.k-button.k-state-focused,.k-button.k-state-focused.k-state-disabled,.k-state-disabled .k-button.k-state-focused{border-color:#f5f5f5;box-shadow:0 0 2px 1px #fff}.k-button[disabled],.k-state-disabled .k-button,.k-button.k-state-disabled,.k-button[disabled]:hover,.k-state-disabled .k-button:hover,.k-button.k-state-disabled:hover,.k-button[disabled]:focus,.k-state-disabled .k-button:focus,.k-button.k-state-disabled:focus,.k-button[disabled]:active,.k-state-disabled .k-button:active,.k-button.k-state-disabled:active{color:#000;border-color:#cfcfcf;background-color:#fdfdfd;box-shadow:none;background-image:none}.k-primary{color:#000;border-color:#f7f7f7;background-color:#fff;background-image:none}.k-primary.k-state-default{border-color:#f7f7f7}.k-primary:hover,.k-primary.k-state-hover{color:#000;border-color:#f7f7f7;background-color:#f2f2f2;background-image:none}.k-primary:active,.k-primary.k-state-active{color:#000;border-color:#aae7eb;background-color:#aae7eb;background-image:none}.k-primary:focus:active:not(.k-state-disabled):not([disabled]){box-shadow:0 0 2px 1px #B2E9ED}.k-primary:focus,.k-primary:focus:hover,.k-primary.k-state-focused,.k-primary.k-state-focused.k-state-disabled,.k-state-disabled .k-primary.k-state-focused{border-color:#ededed;box-shadow:0 0 2px 1px #B2E9ED}.k-primary[disabled],.k-state-disabled .k-primary,.k-primary.k-state-disabled,.k-primary[disabled]:hover,.k-state-disabled .k-primary:hover,.k-primary.k-state-disabled:hover{color:#000;border-color:#f7f7f7;background-color:#fff;box-shadow:none;background-image:none}.k-button-group{border-radius:0}.k-button-group .k-button{border-radius:0}.k-button-group .k-group-start,.k-button-group .k-button:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.k-button-group .k-group-end,.k-button-group .k-button:last-child{border-top-right-radius:0;border-bottom-right-radius:0}.k-button-group .k-group-start.k-group-end,.k-button-group .k-button:first-child:last-child{border-radius:0}.k-rtl .k-button-group .k-button{border-radius:0}.k-rtl .k-button-group .k-group-start,.k-rtl .k-button-group .k-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.k-rtl .k-button-group .k-group-end,.k-rtl .k-button-group .k-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.k-rtl .k-button-group .k-group-start.k-group-end,.k-rtl .k-button-group .k-button:first-child:last-child{border-radius:0}.k-split-button{border-radius:0}.k-split-button.k-state-border-down>.k-button,.k-split-button.k-state-border-up>.k-button{color:#000;background-color:#bbe4e8;border-color:#cacaca;background-image:none;box-shadow:none}.k-split-button:focus{border-color:#f5f5f5;outline:none;box-shadow:0 0 2px 1px #fff}.k-split-button:focus>.k-button{background:transparent;border-color:#f5f5f5}.k-split-button:focus:not(.k-state-disabled)>.k-state-active,.k-split-button:focus:not(.k-state-disabled)>.k-button:hover{color:#000;background-color:#bbe4e8;border-color:#f5f5f5;background-image:none;box-shadow:none}.k-split-button.k-state-disabled{color:#d7d7d7;background:#fdfdfd;background-image:none}.k-edit-buttons{border-color:#e9e9e9;background:#fdfdfd}.k-button.k-flat.k-primary,.k-button.k-bare.k-primary,.k-button.k-flat.k-primary:hover,.k-button.k-bare.k-primary:hover,.k-button.k-flat.k-primary.k-state-hover,.k-button.k-bare.k-primary.k-state-hover,.k-button.k-flat.k-primary:active,.k-button.k-bare.k-primary:active,.k-button.k-flat.k-primary.k-state-active,.k-button.k-bare.k-primary.k-state-active,.k-button.k-flat.k-primary:hover:active,.k-button.k-bare.k-primary:hover:active,.k-button.k-flat.k-primary:hover.k-state-active,.k-button.k-bare.k-primary:hover.k-state-active{color:#fff}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-card{border-color:#e9e9e9;color:#000;background-color:#fff}.k-card-header{border-color:#e9e9e9;color:#000;background-color:#fdfdfd}.k-card-actions{border-color:#e9e9e9}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-chat{border-color:#e9e9e9;color:#000;background-color:#fff}.k-chat .k-timestamp{text-transform:uppercase;opacity:.7}.k-chat .k-author{font-weight:bold}.k-chat .k-bubble{border-color:#fdfdfd;color:#000;background-color:#fdfdfd;transition:box-shadow .2s ease-in-out;order:-1}.k-chat .k-alt .k-bubble{border-color:#fff;color:#000;background-color:#fff}.k-chat .k-quick-reply{border-color:#fff;color:#fff;background-color:transparent}.k-chat .k-quick-reply:hover{border-color:#fff;color:#000;background-color:#fff}.k-chat .k-message-box{border-color:inherit;color:#000;background-color:#fff}.k-chat .k-message-box .k-button:hover{color:#fff}.k-chat .k-toolbar-box{border-color:inherit;color:#000;background-color:#fdfdfd}.k-chat .k-toolbar-box .k-button:hover{color:#fff;background:none}.k-chat .k-toolbar-box .k-scroll-button{background-color:#fff;box-shadow:0 0 20px 5px #fff}.k-chat .k-toolbar-box .k-scroll-button:hover{background-color:#fff}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-calendar{border-color:#e9e9e9;color:#000;background-color:#fff}.k-calendar>.k-header{border-color:#e9e9e9;color:#000;background-color:#fdfdfd;background-image:none}.k-calendar th{border-color:#e9e9e9;color:#000;background-color:#f5f5f5}.k-calendar .k-alt{border-color:#e9e9e9;color:#000;background-color:#f5f5f5}.k-calendar .k-weekend{background-color:transparent}.k-calendar .k-other-month{color:#d7d7d7;background-color:transparent}.k-calendar .k-out-of-range{pointer-events:none;visibility:hidden}.k-calendar .k-today .k-link{color:#fff;box-shadow:inset 0 0 0 1px #fff}.k-calendar td.k-state-hover .k-link{border-color:#cacaca;color:#000;background-color:#bbe4e8;background-image:none}.k-calendar td.k-state-selected .k-link{border-color:#7cdae0;color:#000;background-color:#B2E9ED;background-image:none}.k-calendar td.k-state-focused .k-link{box-shadow:inset 0 0 2px 1px #fff}.k-calendar .k-footer .k-nav-today{color:#fff}.k-calendar .k-footer .k-nav-today:hover{color:#f5f5f5}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-calendar-range{border-color:#e9e9e9;color:#000;background-color:#fff}.k-calendar-range th{color:inherit;background-color:transparent;text-transform:uppercase}.k-calendar-range td.k-state-hover .k-link{border-color:#cacaca;color:#000;background-color:#bbe4e8}.k-calendar-range td.k-state-selected .k-link{border-color:#7cdae0;color:#000;background-color:#B2E9ED}.k-calendar-range td.k-state-focused .k-link{box-shadow:inset 0 0 2px 1px #fff}.k-calendar-range td.k-range-start,.k-calendar-range td.k-range-mid,.k-calendar-range td.k-range-end{background-image:linear-gradient(transparent 1px, rgba(178,233,237,0.3) 1px, rgba(178,233,237,0.3) calc(100% - 1px), transparent calc(100% - 1px))}.k-ie .k-calendar-range td.k-range-start,.k-ie .k-calendar-range td.k-range-mid,.k-ie .k-calendar-range td.k-range-end,.k-edge .k-calendar-range td.k-range-start,.k-edge .k-calendar-range td.k-range-mid,.k-edge .k-calendar-range td.k-range-end{background-image:none;background-color:rgba(178,233,237,0.3)}.k-calendar-range td.k-range-split-start::after{background-image:linear-gradient(to left, rgba(178,233,237,0.3), transparent)}.k-calendar-range td.k-range-split-end::after{background-image:linear-gradient(to right, rgba(178,233,237,0.3), transparent)}.k-calendar-range .k-footer .k-nav-today{color:#fff;background:none}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-pdf-viewer .k-toolbar .k-icon,.k-pdf-viewer .k-toolbar .k-pager-input{color:#000}.k-pdf-viewer .k-canvas{background-color:#fff}.k-pdf-viewer .k-page{border-color:#e9e9e9;color:#000;background-color:white;box-shadow:0 0 15px #e9e9e9}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-scrollview-nav>li.k-link{border-color:#cfcfcf;background-color:#fdfdfd;background-clip:padding-box}.k-scrollview-nav>li.k-link.k-primary{border-color:#f7f7f7;background-color:#fff}.k-scrollview-elements{color:#000}.k-scrollview-next,.k-scrollview-prev{color:inherit;background:rgba(0,0,0,0);text-shadow:rgba(0,0,0,0.3) 0 0 15px;opacity:.7;outline-width:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.k-scrollview-next:hover,.k-scrollview-prev:hover{color:#000;opacity:1}.k-scrollview-next:hover span::before,.k-scrollview-prev:hover span::before{background-color:transparent}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-switch-handle{background-clip:border-box}.k-switch-on .k-switch-container{border-color:#cfcfcf;color:#fff;background-color:#fff}.k-switch-on .k-switch-handle{border-color:#f7f7f7;color:#fff;background-color:#fff;background-image:none;background-image:none,linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%)}.k-switch-on:focus,.k-switch-on.k-state-focused{box-shadow:0 0 3px 1px rgba(0,0,0,0.3)}.k-switch-on:focus .k-switch-container,.k-switch-on.k-state-focused .k-switch-container{border-color:#a9a9a9;color:#fff;background-color:#fff}.k-switch-on:focus .k-switch-handle,.k-switch-on.k-state-focused .k-switch-handle{border-color:#f7f7f7;color:#fff;background-color:#fff;background-image:none;background-image:none,linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%)}.k-switch-on:hover .k-switch-container,.k-switch-on.k-state-hover .k-switch-container{border-color:#a9a9a9;color:#fff;background-color:#fff}.k-switch-on:hover .k-switch-handle,.k-switch-on.k-state-hover .k-switch-handle{border-color:#f7f7f7;color:#fff;background-color:#fff;background-image:none;background-image:none,linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)}.k-switch-on .k-switch-label-off{color:transparent}.k-switch-off .k-switch-container{border-color:#cfcfcf;color:#000;background-color:#fff}.k-switch-off .k-switch-handle{border-color:#cfcfcf;color:#000;background-color:#fdfdfd;background-image:none}.k-switch-off:focus,.k-switch-off.k-state-focused{box-shadow:0 0 3px 1px rgba(0,0,0,0.3)}.k-switch-off:focus .k-switch-container,.k-switch-off.k-state-focused .k-switch-container{border-color:#a9a9a9;color:#000;background-color:#fff}.k-switch-off:focus .k-switch-handle,.k-switch-off.k-state-focused .k-switch-handle{border-color:#a9a9a9;color:#000;background-color:#fdfdfd;background-image:none;background-image:none,linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)}.k-switch-off:hover .k-switch-container,.k-switch-off.k-state-hover .k-switch-container{border-color:#a9a9a9;color:#000;background-color:#fff}.k-switch-off:hover .k-switch-handle,.k-switch-off.k-state-hover .k-switch-handle{border-color:#a9a9a9;color:#000;background-color:#bbe4e8;background-image:none;background-image:none,linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%)}.k-switch-off .k-switch-label-on{color:transparent}.k-switch{background-color:transparent;box-shadow:none}.k-switch:focus .k-switch-container,.k-switch.k-state-focused .k-switch-container{outline:none}.k-switch.k-state-disabled{cursor:default}.k-switch[aria-readonly="true"]{pointer-events:none}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-pane-wrapper .k-pane>.k-view>.k-content{background-image:none;background-position:50% 50%;background-color:#fdfdfd}.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active+th.k-header{border-left-color:#000}.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-sort-order,.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-asc-sm,.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-desc-sm{color:#fff}.k-pane-wrapper .k-pane .k-grid-mobile .k-grid-filter.k-state-active,.k-pane-wrapper .k-pane .k-grid-mobile .k-header-column-menu.k-state-active{color:#fff;background-color:#fff}.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before{background-color:#fff}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current{color:#fff}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate{color:inherit}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday{color:#8c8c8c}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day{background-color:#fdfdfd}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month{background-color:#fff}.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools>li,.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation{background-color:inherit}.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header{background-color:#fff}.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header,.k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link,.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link{color:#000}.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,.k-pane-wrapper .k-pane .k-grid-column-menu .k-item,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,.k-pane-wrapper .k-pane .k-grid-column-menu .k-link,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link{color:#000}.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries{color:#fff}.k-pane-wrapper .k-pane .k-column-menu .k-state-selected .k-link{color:#fff}.k-pane-wrapper .k-pane .k-filter-menu .k-check,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check{color:#fff;border-color:#fff}.k-pane-wrapper .k-pane .k-filter-menu .k-check:focus,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check:focus,.k-pane-wrapper .k-pane .k-filter-menu .k-check.k-state-focused,.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check.k-state-focused{border-color:#ededed;box-shadow:0 0 2px 1px #B2E9ED}.k-pane-wrapper .k-pane .k-mobile-list .k-item{background-color:#fff;border-bottom:1px solid #d9d9d9}.k-pane-wrapper .k-pane .k-mobile-list .k-item>.k-link:active,.k-pane-wrapper .k-pane .k-mobile-list .k-item>.k-label:active,.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-edit-label.k-check:active,.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-recur-view .k-check:active{color:#000;background-color:#D9F0F2;border-color:#cacaca}.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-state-selected{background-color:#B2E9ED;border-top-color:#7cdae0}.k-pane-wrapper .k-pane .k-mobile-list .k-item:first-child,.k-pane-wrapper .k-pane .k-mobile-list .k-item.k-clear-wrap{box-shadow:inset 0 1px 0 #d9d9d9}.k-pane-wrapper .k-pane .k-mobile-list.k-filter-menu .k-space-right>input{background:#fff;border-color:#d9d9d9}.k-pane-wrapper .k-pane .k-mobile-list.k-filter-menu .k-space-right>input:focus{box-shadow:0 0 3px 0 rgba(0,0,0,0.3)}.k-pane-wrapper .k-pane .k-mobile-list .k-check:checked{opacity:.9;font-family:'WebComponentsIcons'}.k-pane-wrapper .k-pane .k-mobile-list .k-check:checked::before{content:"\E118"}.k-pane-wrapper .k-pane .k-mobile-list .k-list-title,.k-pane-wrapper .k-pane .k-mobile-list .k-filter-help-text,.k-pane-wrapper .k-pane .k-mobile-list .k-filter-selected-items{color:#000}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-drawer-container{background-color:#fff;color:#000;border-color:#e9e9e9}.k-drawer-container,.k-drawer-container .k-drawer-items{scrollbar-color:rgba(156,156,156,0.7) #dedede}.k-drawer-container::-webkit-scrollbar-track,.k-drawer-container .k-drawer-items::-webkit-scrollbar-track{background:#dedede}.k-drawer-container::-webkit-scrollbar-thumb,.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb{background:rgba(156,156,156,0.7)}.k-drawer-container::-webkit-scrollbar-thumb:hover,.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb:hover{background:#9c9c9c}.k-drawer-items .k-drawer-item{color:#000}.k-drawer-items .k-drawer-item:hover,.k-drawer-items .k-drawer-item.k-state-hover{color:#000;background-color:#D9F0F2;background-image:none;cursor:pointer}.k-drawer-items .k-drawer-item:focus,.k-drawer-items .k-drawer-item.k-state-focused{background-color:#fff;box-shadow:inset 0 0 3px 1px #4d4d4d}.k-drawer-items .k-drawer-item:focus:hover,.k-drawer-items .k-drawer-item.k-state-focused:hover,.k-drawer-items .k-drawer-item:focus.k-state-hover,.k-drawer-items .k-drawer-item.k-state-focused.k-state-hover{color:#000;background-color:#D9F0F2}.k-drawer-items .k-drawer-item.k-state-selected{color:#000;background-color:#B2E9ED}.k-drawer-items .k-drawer-item.k-state-selected:hover,.k-drawer-items .k-drawer-item.k-state-selected.k-state-hover{color:#000;background-color:#9de3e8}.k-drawer-items .k-drawer-item.k-drawer-separator{background-color:#e9e9e9}.k-in,.k-item,.k-window-action{border-color:transparent}.k-tool.k-state-hover{color:#000}.k-splitbar .k-resize-handle{background-color:#000;color:#000}.k-splitbar .k-resize-handle:hover{color:#000}.k-splitbar .k-resize-handle{background-color:#000}.k-block,.k-widget{background-color:#fff}.k-block,.k-widget,.k-input,.k-textbox,.k-group,.k-content,.k-header,.k-filter-row>th,.k-editable-area,.k-separator,.k-textbox>input,.k-autocomplete,.k-dropdown-wrap,.k-toolbar,.k-group-footer td,.k-grid-footer,.k-footer-template td,.k-state-default,.k-state-default .k-select,.k-state-disabled,.k-grid-header,.k-grid-header-wrap,.k-grid-header-locked,.k-grid-footer-locked,.k-grid-content-locked,.k-grid td,.k-grid td.k-state-selected,.k-grid-footer-wrap,.k-pager-wrap,.k-pager-wrap .k-link,.k-pager-refresh,.k-grouping-header,.k-grouping-header .k-group-indicator,.k-panelbar>.k-item>.k-link,.k-panel>.k-item>.k-link,.k-panelbar .k-panel,.k-panelbar .k-content,.k-treemap-tile,.k-slider-track,.k-splitbar,.k-dropzone-active,.k-tiles,.k-tooltip,.k-button-group .k-tool,.k-upload-files,.k-popup.k-align .k-list .k-item:last-child,.k-editor-dialog .k-tabstrip-items{border-color:#e9e9e9}.k-group,.k-grouping-header,.k-pager-wrap,.k-group-footer td,.k-grid-footer,.k-footer-template td,.k-widget .k-status,.k-dropzone-hovered,.k-popup{background-color:#f5f5f5}.k-grouping-row td,td.k-group-cell,.k-resize-handle-inner{background-color:#fdfdfd}.k-list-container{border-color:#d9d9d9;background-color:#fdfdfd}.k-list-filter>.k-textbox{border-color:#a3a3a3}.k-content,.k-panelbar>li.k-item,.k-panel>li.k-item,.k-tiles{background-color:#fff}.k-alt,.k-separator,.k-resource.k-alt,.k-pivot-layout>tbody>tr:first-child>td:first-child{background-color:#fff}.k-pivot-rowheaders .k-alt .k-alt,.k-header.k-alt{background-color:#ebebeb}.k-textbox,.k-autocomplete.k-header,.k-dropdown-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-numeric-wrap.k-state-active{border-color:#e9e9e9;background-color:#fdfdfd}.k-textbox>input,.k-autocomplete .k-input,.k-dropdown-wrap .k-input,.k-autocomplete.k-state-focused .k-input,.k-dropdown-wrap.k-state-focused .k-input,.k-picker-wrap.k-state-focused .k-input,.k-numeric-wrap.k-state-focused .k-input,.k-multiselect-wrap{border-color:#e9e9e9}input.k-textbox,textarea.k-textbox,input.k-textbox:hover,textarea.k-textbox:hover,.k-textbox>input{background:none}.k-input,input.k-textbox,textarea.k-textbox,input.k-textbox:hover,textarea.k-textbox:hover,.k-textbox>input,.k-multiselect-wrap{background-color:#fff;color:#000}.k-input[readonly]{background-color:#fff;color:#000}.k-block,.k-widget,.k-popup,.k-content,.k-toolbar,.k-dropdown .k-input{color:#000}.k-inverse{color:#fff}.k-block{color:#000}.k-link,.k-nav-current.k-state-hover .k-link{color:#000}.k-tabstrip-items .k-link,.k-panelbar>li>.k-link{color:#000}.k-header,.k-treemap-title,.k-grid-header .k-header>.k-link{color:#000}.k-header,.k-grid-header,.k-toolbar,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap,.k-grouping-header,.k-pager-wrap,.k-textbox,.k-progressbar,.k-draghandle,.k-autocomplete,.k-state-highlight,.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item{background-image:none;background-position:50% 50%;background-color:#fdfdfd}.k-block,.k-treemap-tile{background-color:#fdfdfd}.k-mediaplayer-toolbar{background-color:rgba(253,253,253,0.85)}.k-hr{border-color:#e9e9e9}.k-icon:hover,.k-state-hover .k-icon,.k-state-selected .k-icon,.k-state-focused .k-icon,.k-column-menu .k-state-hover .k-sprite,.k-column-menu .k-state-active .k-sprite,.k-pager-numbers .k-current-page .k-link:hover:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view.k-state-hover>.k-link:after{opacity:1}.k-state-disabled .k-icon,.k-column-menu .k-sprite,.k-pager-numbers .k-current-page .k-link:after,.k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link:after{opacity:.9}.k-badge{background-color:#fff;color:#000;border-radius:-1px}.k-tool{border-color:transparent}.k-i-loading{background-image:url(f323834bd412427207ac17bda52317b7.gif)}.k-loading-image{background-image:url(155b4f2a9a3dac2415a5122f0e4f9454.gif)}.k-loading-color{background-color:#fcfcfc}.k-draghandle{border-color:#cfcfcf;background-color:#fff;box-shadow:none}.k-draghandle:hover{border-color:#cacaca;background-color:#daf0f1;box-shadow:none}.k-scheduler{color:#000;background-color:#fff}.k-scheduler-layout{color:#000}.k-scheduler-datecolumn,.k-scheduler-groupcolumn{background-color:#fff;color:#000}.k-scheduler-times tr,.k-scheduler-times th,.k-scheduler-table td,.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-times{border-color:#d9d9d9}.k-nonwork-hour,.k-scheduler-dayview .k-today.k-nonwork-hour,.k-scheduler-timelineview .k-today.k-nonwork-hour{background-color:#fff}.k-gantt .k-nonwork-hour{background-color:rgba(253,253,253,0.2)}.k-gantt .k-header.k-nonwork-hour{background-color:rgba(253,253,253,0.15)}.k-scheduler-table .k-today,.k-today>.k-scheduler-datecolumn,.k-today>.k-scheduler-groupcolumn{background-color:#fff}.k-scheduler-now-arrow{border-left-color:#ff6745}.k-scheduler-now-line{background-color:#ff6745}.k-event,.k-task-complete{border-color:#95e1e6;background:#57cfd8 0 -257px none repeat-x;color:#000}.k-event-inverse{color:#fff}.k-event.k-state-selected{background-position:0 0;box-shadow:0 0 0 2px #000}.k-event .k-resize-handle:after,.k-task-single .k-resize-handle:after{background-color:#000}.k-scheduler-marquee:before,.k-scheduler-marquee:after{border-color:#B2E9ED}.k-panelbar .k-content,.k-panelbar .k-panel,.k-panelbar .k-item{background-color:#fff;color:#000;border-color:#d9d9d9}.k-panelbar>li>.k-link{color:#000}.k-panelbar>.k-item>.k-link{border-color:#d9d9d9}.k-panel>li.k-item{background-color:#fff}.k-state-active,.k-state-active:hover,.k-active-filter{background-color:#fff;border-color:#b3b3b3;color:#000}.k-fieldselector .k-list-container{background-color:#fff}.k-menu .k-state-hover>.k-state-active{background-color:transparent}.k-mediaplayer-toolbar .k-button.k-bare:active,.k-mediaplayer-toolbar .k-button.k-bare.k-state-active,.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover{color:#fff}.k-menu .k-state-selected>.k-link{color:#000;background-color:#B2E9ED;border-color:#7cdae0;background-image:none}.k-menu .k-link.k-state-active{background-color:#fff;border-color:#b3b3b3;color:#000}.k-menu .k-state-hover>.k-link,.k-menu .k-menu-scroll-button:hover{color:#000;background-color:#D9F0F2;border-color:#cacaca;background-image:none}.k-state-highlight{background:#fff;color:#000}.k-state-focused,.k-grouping-row .k-state-focused{border-color:#e9e9e9}.k-window-titlebar .k-link{border-radius:0}.k-calendar-container.k-group{border-color:#d9d9d9}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-list>.k-state-selected,.k-list>.k-state-highlight,.k-panel>.k-state-selected,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,.k-draghandle.k-state-selected:hover,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-marquee-color{color:#000;background-color:#B2E9ED;border-color:#7cdae0}.k-virtual-item.k-first,.k-group-header+.k-list>.k-item.k-first,.k-static-header+.k-list>.k-item.k-first{border-top-color:#cacaca}.k-group-header+div>.k-list>.k-item.k-first:before{border-top-color:#ccc8c8}.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{background:#cacaca;color:#000}.k-popup .k-list .k-item>.k-group{background:#ccc8c8;color:#fff;border-bottom-left-radius:-1px}.k-popup .k-treeview .k-item>.k-group{background:transparent;color:#000}.k-marquee-text{color:#000}.k-state-focused,.k-list>.k-state-focused,.k-listview>.k-state-focused,.k-grid-header th.k-state-focused,td.k-state-focused{box-shadow:inset 0 0 3px 1px #4d4d4d}.k-state-focused.k-state-selected,.k-list>.k-state-focused.k-state-selected,.k-listview>.k-state-focused.k-state-selected,td.k-state-focused.k-state-selected{box-shadow:inset 0 0 3px 1px #53ced7}.k-list-optionlabel.k-state-selected.k-state-focused{box-shadow:none}.k-state-selected>.k-link,.k-panelbar>li>.k-state-selected,.k-panelbar .k-item .k-link.k-state-selected,.k-panelbar>li.k-state-default>.k-link.k-state-selected{color:#000}.k-panelbar .k-group .k-link.k-state-hover{color:#000}.k-state-hover,.k-splitbar-horizontal-hover,.k-splitbar-vertical-hover,.k-list>.k-state-hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-pager-wrap .k-link:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone{color:#000;background-color:#D9F0F2;border-color:#cacaca}.k-pager-wrap .k-link.k-state-disabled{color:#000;border-color:#e9e9e9}.k-state-hover>.k-select,.k-state-focused>.k-select{border-color:#cacaca}.k-state-hover,.k-pager-wrap .k-link:hover,div.k-filebrowser-dropzone em,.k-draghandle:hover,.k-listbox .k-item:hover:not(.k-state-disabled){background-image:none}.k-pager-wrap{background-color:#fdfdfd;color:#000}.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded,.k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded,.k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded{background-color:#fdfdfd}.k-picker-wrap.k-state-active,.k-numeric-wrap.k-state-active,.k-dropdown-wrap.k-state-active,.k-state-active,.k-state-active:hover,.k-state-active>.k-link,.k-panelbar>.k-item>.k-state-focused{background-image:none}.k-state-selected,.k-draghandle.k-state-selected:hover{background-image:none}.k-draghandle.k-state-selected:hover{background-position:50% 50%}.k-state-hover>.k-link,div.k-filebrowser-dropzone em{color:#000}.k-dropdown .k-state-focused .k-input{color:#000}.k-dropdown .k-state-hover .k-input{color:#000}.k-state-error{border-color:#ff6745;background-color:#6bc4cc;color:#f5f5f5}.k-state-disabled{opacity:.6}.k-tile-empty.k-state-selected,.k-loading-mask.k-state-selected{border-width:0;background-image:none;background-color:transparent}.k-state-disabled,.k-state-disabled .k-link,.k-dropzone em,.k-tile-empty strong,.k-slider .k-draghandle{color:#d7d7d7}.k-dropzone .k-upload-status{color:#d7d7d7}.k-file .k-upload-status{color:#000}.k-progressbar-indeterminate{background:url(dac9e0ee3e32c43a4bd55e0628644786.gif)}.k-progressbar-indeterminate .k-progress-status-wrap,.k-progressbar-indeterminate .k-state-selected{display:none}.k-slider-track{background-color:#e9e9e9}.k-slider-selection{background-color:#B2E9ED}.k-slider-horizontal .k-tick{background-image:url(63310f843fafe9e4726caf7e220627f3.gif)}.k-slider-vertical .k-tick{background-image:url(3656d3af5b2d661e15a9e7d567a88fe2.gif)}.k-widget.k-tooltip,.k-chart-crosshair-tooltip,.k-chart-shared-tooltip{background-image:none;background-position:50% 50%;background-color:#fdfdfd;color:#000;border-color:transparent;box-shadow:0 4px 6px rgba(0,0,0,0.3)}.k-widget.k-tooltip-validation{border-color:#fbeed5;background-color:#fbeed5;color:#90640e}.input-prepend .k-tooltip-validation,.input-append .k-tooltip-validation{font-size:12px;position:relative;top:3px}.k-callout-n{border-bottom-color:#fdfdfd}.k-callout-w{border-right-color:#fdfdfd}.k-callout-s{border-top-color:#fdfdfd}.k-callout-e{border-left-color:#fdfdfd}.k-tooltip-validation .k-callout-n{border-bottom-color:#fbeed5}.k-tooltip-validation .k-callout-w{border-right-color:#fbeed5}.k-tooltip-validation .k-callout-s{border-top-color:#fbeed5}.k-tooltip-validation .k-callout-e{border-left-color:#fbeed5}.k-splitbar{background-color:#fdfdfd}.k-restricted-size-vertical,.k-restricted-size-horizontal{background-color:#f5f5f5}.k-file{background-color:#fff;border-color:#e9e9e9}.k-file-progress{color:#000}.k-file-progress .k-progress{background-color:#e5f5fa}.k-file-success .k-file-name,.k-file-success .k-upload-pct{color:#eaf7ec}.k-file-success .k-progress{background-color:#eaf7ec}.k-file-error{color:#ffe0d9}.k-file-error .k-file-extension-wrapper,.k-file-error .k-multiple-files-extension-wrapper{color:#ffe0d9;border-color:#ffe0d9}.k-file-error .k-file-extension-wrapper:before,.k-file-error .k-multiple-files-extension-wrapper:before{border-color:transparent transparent #ffe0d9 #ffe0d9}.k-file-error .k-progress,.k-file-invalid .k-progress{background-color:#ffe0d9}.k-file-extension-wrapper,.k-multiple-files-extension-wrapper{color:#d7d7d7;border-color:#d7d7d7}.k-file-invalid .k-file-name-invalid{color:#ffe0d9}.k-file-invalid-extension-wrapper,.k-multiple-files-invalid-extension-wrapper{color:#ffe0d9;border-color:#fff}.k-file-extension-wrapper:before,.k-multiple-files-extension-wrapper:before{background-color:#fff;border-color:transparent transparent #d7d7d7 #d7d7d7}.k-file-invalid-extension-wrapper:before,.k-multiple-files-invalid-extension-wrapper:before{background-color:#fff;border-color:transparent transparent #fff #fff}.k-multiple-files-extension-wrapper:after{border-top-color:#d7d7d7;border-left-color:#d7d7d7}.k-multiple-files-invalid-extension-wrapper:after{border-top-color:#fff;border-left-color:#fff}.k-file-size,.k-file-information,.k-file-validation-message{color:#d7d7d7}.k-upload .k-upload-selected{color:#000;border-color:#e9e9e9}.k-upload-action:focus:active:not(.k-state-disabled):not([disabled]){box-shadow:0 0 2px 1px #fff}.k-tile{border-color:#fff}.k-textbox:hover,.k-tiles li.k-state-hover{border-color:#cacaca}.k-tiles li.k-state-selected{border-color:#7cdae0}.k-leaf,.k-leaf.k-state-hover{color:#fff}.k-leaf.k-inverse,.k-leaf.k-inverse.k-state-hover{color:#000}.k-slider,.k-treeview,.k-upload{box-shadow:none}.k-state-hover{box-shadow:none}.k-textbox:focus,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-focused{box-shadow:0 0 3px 0 rgba(0,0,0,0.3)}.k-state-selected{box-shadow:none}.k-state-active{box-shadow:none}.k-grid tr:hover{background-color:#d9f0f2;background-image:none;background-position:50% 50%}.k-grid .k-filter-row:hover,.k-pivot-rowheaders .k-grid tr:hover{background:none}.k-grid tr.k-state-selected:hover,.k-grid td.k-state-selected:hover{background-color:#afecf0;background-image:none}.k-popup,.k-menu .k-menu-group,.k-grid .k-filter-options,.k-time-popup,.k-datepicker-calendar,.k-autocomplete.k-state-border-down,.k-autocomplete.k-state-border-up,.k-dropdown-wrap.k-state-active,.k-picker-wrap.k-state-active,.k-multiselect.k-state-focused,.k-filebrowser .k-image,.k-tooltip{box-shadow:0 2px 2px 0 rgba(0,0,0,0.3)}.k-treemap-tile.k-state-hover{box-shadow:inset 0 0 0 3px #e9e9e9}.k-window{border-color:rgba(0,0,0,0.3);box-shadow:1px 1px 7px 1px rgba(128,128,128,0.3);background-color:#fff}.k-window.k-state-focused{border-color:rgba(0,0,0,0.3);box-shadow:1px 1px 7px 1px rgba(0,0,0,0.3)}.k-window.k-window-maximized,.k-window-maximized .k-window-titlebar,.k-window-maximized .k-window-content{border-radius:0}.k-shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}.k-inset{box-shadow:inset 0 1px 1px rgba(0,0,0,0.3)}.k-editor-inline ::selection{background-color:#7cdae0;text-shadow:none;color:#fff}.k-editor-inline ::-moz-selection{background-color:#7cdae0;text-shadow:none;color:#fff}.k-editor-inline:hover,.k-editor-inline.k-state-active{border-color:#e9e9e9}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-notification{border-radius:0}.k-notification{background-image:linear-gradient(rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 100%)}.k-notification-info{background-color:#e5f5fa;color:#fff;border-color:#e5f5fa}.k-notification-success{background-color:#eaf7ec;color:#fff;border-color:#eaf7ec}.k-notification-warning{background-color:#fbeed5;color:#000;border-color:#fbeed5}.k-notification-error{background-color:#ffe0d9;color:#fff;border-color:#ffe0d9}.k-gantt .k-treelist{background:#fff}.k-gantt .k-treelist .k-alt{background-color:#f2f2f2}.k-gantt .k-treelist tr:hover{background-image:none;background-color:#ccc8c8}.k-gantt .k-treelist .k-state-selected,.k-gantt .k-treelist .k-state-selected td,.k-gantt .k-treelist .k-alt.k-state-selected,.k-gantt .k-treelist .k-alt.k-state-selected>td{background-color:#B2E9ED;background-image:none}.k-gantt .k-treelist .k-state-selected:hover,.k-gantt .k-treelist .k-state-selected:hover td{background-color:#afecf0;background-image:none}.k-task-dot:after{background-color:#000;border-color:#000}.k-task-dot:hover:after{background-color:#fff}.k-task-summary{border-color:#404040;background:#404040}.k-task-milestone,.k-task-summary-complete{border-color:#000;background:#000}.k-state-selected.k-task-summary{border-color:#fff;background:#fff}.k-state-selected.k-task-milestone,.k-state-selected .k-task-summary-complete{border-color:#B2E9ED;background:#B2E9ED}.k-task-single{background-color:#b2e9ed;border-color:#95e1e6;color:#000}.k-state-selected.k-task-single{border-color:#7cdae0}.k-line{background-color:#000;color:#000}.k-state-selected.k-line{background-color:#B2E9ED;color:#B2E9ED}.k-resource{background-color:#fff}.k-block,.k-textbox,.k-drag-clue,.k-touch-scrollbar,.k-window,.k-window-titleless .k-window-content,.k-window-action,.k-inline-block,.k-grid .k-filter-options,.k-grouping-header .k-group-indicator,.k-autocomplete,.k-multiselect,.k-combobox,.k-dropdown,.k-dropdown-wrap,.k-datepicker,.k-timepicker,.k-colorpicker,.k-datetimepicker,.k-numerictextbox,.k-picker-wrap,.k-numeric-wrap,.k-list-container,.k-calendar-container,.k-treeview .k-in,.k-editor-inline,.k-tooltip,.k-tile,.k-slider-track,.k-slider-selection,.k-upload,.k-split-button .k-gantt-views,.k-gantt-views>.k-current-view{border-radius:0}.k-tool{text-align:center;vertical-align:middle}.k-tool.k-group-start,.k-toolbar .k-split-button .k-button,.k-toolbar .k-button-group .k-group-start{border-radius:0 0 0 0}.k-rtl .k-tool.k-group-start,.k-rtl .k-toolbar .k-split-button .k-button,.k-rtl .k-toolbar .k-button-group .k-group-start{border-radius:0 0 0 0}.k-toolbar .k-button-group>.k-group-end{border-radius:0}.k-tool.k-group-end,.k-toolbar .k-button-group .k-button+.k-group-end,.k-toolbar .k-split-button .k-split-button-arrow{border-radius:0 0 0 0}.k-rtl .k-tool.k-group-end,.k-rtl .k-toolbar .k-button-group .k-group-end,.k-rtl .k-toolbar .k-split-button .k-split-button-arrow{border-radius:0 0 0 0}.k-group-start.k-group-end.k-tool{border-radius:0}.k-calendar-container.k-state-border-up,.k-list-container.k-state-border-up,.k-autocomplete.k-state-border-up,.k-multiselect.k-state-border-up,.k-dropdown-wrap.k-state-border-up,.k-picker-wrap.k-state-border-up,.k-numeric-wrap.k-state-border-up,.k-window-content,.k-filter-menu{border-radius:0 0 0 0}.k-autocomplete.k-state-border-up .k-input,.k-dropdown-wrap.k-state-border-up .k-input,.k-picker-wrap.k-state-border-up .k-input,.k-picker-wrap.k-state-border-up .k-selected-color,.k-numeric-wrap.k-state-border-up .k-input{border-radius:0 0 0 0}.k-multiselect.k-state-border-up .k-multiselect-wrap{border-radius:0 0 0 0}.k-window-titlebar,.k-block>.k-header,.k-tabstrip-items .k-item,.k-panelbar .k-tabstrip-items .k-item,.k-tabstrip-items .k-link,.k-calendar-container.k-state-border-down,.k-list-container.k-state-border-down,.k-autocomplete.k-state-border-down,.k-multiselect.k-state-border-down,.k-dropdown-wrap.k-state-border-down,.k-picker-wrap.k-state-border-down,.k-numeric-wrap.k-state-border-down,.k-gantt-views.k-state-expanded,.k-gantt-views.k-state-expanded>.k-current-view{border-radius:0 0 0 0}.k-split-button.k-state-border-down>.k-button{border-radius:0 0 0 0}.k-split-button.k-state-border-up>.k-button{border-radius:0 0 0 0}.k-split-button.k-state-border-down>.k-split-button-arrow{border-radius:0 0 0 0}.k-split-button.k-state-border-up>.k-split-button-arrow{border-radius:0 0 0 0}.k-dropdown-wrap .k-input,.k-picker-wrap .k-input,.k-numeric-wrap .k-input{border-radius:-1px 0 0 -1px}.k-rtl .k-dropdown-wrap .k-input,.k-rtl .k-picker-wrap .k-input,.k-rtl .k-numeric-wrap .k-input{border-radius:0 -1px -1px 0}.k-numeric-wrap .k-link{border-radius:0 -1px 0 0}.k-numeric-wrap .k-link+.k-link{border-radius:0 0 -1px 0}.k-colorpicker .k-selected-color{border-radius:-1px 0 0 -1px}.k-rtl .k-colorpicker .k-selected-color{border-radius:0 -1px -1px 0}.k-autocomplete.k-state-border-down .k-input{border-radius:0 0 0 0}.k-dropdown-wrap.k-state-border-down .k-input,.k-picker-wrap.k-state-border-down .k-input,.k-picker-wrap.k-state-border-down .k-selected-color,.k-numeric-wrap.k-state-border-down .k-input{border-radius:0 0 0 0}.k-numeric-wrap .k-link.k-state-selected{background-color:#fff}.k-multiselect.k-state-border-down .k-multiselect-wrap{border-radius:-1px -1px 0 0}.k-dropdown-wrap .k-select,.k-picker-wrap .k-select,.k-numeric-wrap .k-select,.k-datetimepicker .k-select+.k-select,.k-list-container.k-state-border-right{border-radius:0 0 0 0}.k-rtl .k-dropdown-wrap .k-select,.k-rtl .k-picker-wrap .k-select,.k-rtl .k-numeric-wrap .k-select,.k-rtl .k-datetimepicker .k-select+.k-select,.k-rtl .k-list-container.k-state-border-right{border-radius:0 0 0 0}.k-numeric-wrap.k-expand-padding .k-input{border-radius:0}.k-textbox>input,.k-autocomplete .k-input,.k-multiselect-wrap{border-radius:0}.k-list .k-state-hover,.k-list .k-state-focused,.k-list .k-state-highlight,.k-list .k-state-selected,.k-fieldselector .k-list .k-item,.k-list-optionlabel,.k-dropzone,.k-listbox .k-item{border-radius:0}.k-slider .k-button,.k-grid .k-slider .k-button{border-radius:13px}.k-draghandle{border-radius:7px}.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link{border-radius:0 0 0 0}.k-rtl .k-scheduler-toolbar>ul li:first-child,.k-rtl .k-scheduler-toolbar>ul li:first-child .k-link,.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-rtl .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link{border-radius:0 0 0 0}.k-edit-field>.k-scheduler-navigation{border-radius:0}.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child .k-link{border-top-right-radius:0;border-bottom-right-radius:0}.k-rtl .k-scheduler-toolbar .k-nav-next,.k-rtl .k-scheduler-toolbar ul+ul li:last-child,.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,.k-rtl .k-scheduler-toolbar ul+ul li:last-child .k-link{border-radius:0 0 0 0}.k-scheduler div.k-scheduler-footer ul li,.k-scheduler div.k-scheduler-footer .k-link{border-radius:0}.k-more-events,.k-event,.k-task-single,.k-task-complete,.k-event .k-link{border-radius:-1px}.k-scheduler-mobile .k-event{border-radius:-2px}.k-autocomplete,.k-picker-wrap.k-state-default,.k-numeric-wrap.k-state-default,.k-dropdown-wrap.k-state-default{background-image:none;background-position:50% 50%;background-color:#e6e6e6;border-color:#d9d9d9}.k-picker-wrap.k-state-hover,.k-numeric-wrap.k-state-hover,.k-dropdown-wrap.k-state-hover{background-color:#d9f0f2;background-image:none;background-position:50% 50%;border-color:#cacaca}.k-autocomplete.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect-wrap.k-state-hover{border-color:#cacaca;background:#fff;color:#000}input.k-textbox,textarea.k-textbox,.k-multiselect-wrap,.k-maskedtextbox.k-state-disabled>.k-textbox:hover,.k-dateinput.k-state-disabled>.k-textbox:hover{border-color:#d9d9d9}.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-focused,.k-dropdown-wrap.k-state-focused{background-color:#d9f0f2;background-image:none;background-position:50% 50%;border-color:#bdbdbd;box-shadow:0 0 3px 0 rgba(0,0,0,0.3)}.k-autocomplete.k-state-focused,.k-state-focused>.k-multiselect-wrap,.k-multiselect-wrap.k-state-focused{border-color:#bdbdbd;box-shadow:0 0 3px 0 rgba(0,0,0,0.3)}.k-list-container{color:#000}.k-nodata{color:#d7d7d7}.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-multiselect .k-button,.k-multiselect .k-button:hover,.k-menu .k-popup{color:#000}.k-state-default>.k-select{border-color:#d9d9d9}.k-state-hover>.k-select{border-color:#cacaca}.k-state-focused>.k-select{border-color:#bdbdbd}.k-tabstrip:focus{box-shadow:0 0 3px 0 rgba(0,0,0,0.3)}.k-tabstrip-items .k-state-default .k-link,.k-panelbar>li.k-state-default>.k-link{color:#000}.k-tabstrip-items .k-state-hover .k-link,.k-panelbar>li.k-state-hover>.k-link,.k-panelbar>li.k-state-default>.k-link.k-state-hover{color:#000}.k-panelbar>.k-state-focused.k-state-hover{background:#D9F0F2;box-shadow:none}.k-tabstrip-items .k-state-default{border-color:#d9d9d9}.k-tabstrip-items .k-state-hover{border-color:#cacaca}.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-items .k-state-active{background-color:#fff;background-image:none;border-color:#b3b3b3}.k-tabstrip-top>.k-tabstrip-items .k-state-active,.k-panelbar .k-tabstrip-top>.k-tabstrip-items .k-state-active{border-bottom-color:#fff}.k-tabstrip .k-content.k-state-active{background-color:#fff;color:#000}.k-menu.k-header,.k-menu .k-item{border-color:#d9d9d9}.k-column-menu,.k-column-menu .k-item,.k-overflow-container .k-overflow-group{border-color:#d9d9d9}.k-toolbar .k-button.k-state-disabled:focus{border-color:#f5f5f5;box-shadow:0 0 2px 1px #fff}.k-overflow-container .k-button-group .k-button{border-radius:0}.k-overflow-container .k-overflow-group{box-shadow:inset 0 1px 0 #fff,0 1px 0 #fff}.k-overflow-container .k-separator{border-color:#d9d9d9}.k-toolbar-first-visible.k-overflow-group,.k-overflow-container .k-overflow-group+.k-overflow-group{box-shadow:0 1px 0 #fff}.k-toolbar-last-visible.k-overflow-group{box-shadow:inset 0 1px 0 #fff}.k-column-menu .k-separator{border-color:#d9d9d9;background-color:transparent}.k-menu .k-group{border-color:#d9d9d9}.k-grid-filter.k-state-active{background-color:#fff}.k-grouping-row td,.k-group-footer td,.k-grid-footer td{color:#000;border-color:#d9d9d9;font-weight:bold}.k-grouping-header{color:#000}.k-grid td.k-state-focused{box-shadow:inset 0 0 3px 1px #4d4d4d}.k-header,.k-grid-header-wrap,.k-grid .k-grouping-header,.k-grid-header,.k-pager-wrap,.k-pager-wrap .k-textbox,.k-pager-wrap .k-link,.k-grouping-header .k-group-indicator,.k-gantt-toolbar .k-state-default{border-color:#d9d9d9}.k-pager-numbers .k-link,.k-treeview .k-in{border-color:transparent}.k-treeview .k-icon,.k-scheduler-table .k-icon,.k-grid .k-hierarchy-cell .k-icon{background-color:transparent;border-radius:0}.k-scheduler-table .k-state-hover .k-icon{background-color:transparent}.k-editor .k-tool:focus{outline:0;border-color:#f5f5f5;box-shadow:0 0 2px 1px #fff}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-checkbox-label:before{border-color:#d9d9d9;background:#fff;border-radius:3px}.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before{border-color:#c0c0c0;box-shadow:none}.k-checkbox:checked+.k-checkbox-label:before{background-color:#ffffff;border-color:#dedede;color:#b5b5b5}.k-checkbox:active+.k-checkbox-label:before,.k-checkbox-label:active:before{box-shadow:0 0 3px 0 #fff;border-color:#b5b5b5}.k-checkbox:checked:active+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:active:before{box-shadow:0 0 3px 0 #fff;border-color:#b5b5b5}.k-checkbox:disabled+.k-checkbox-label{color:#d7d7d7}.k-checkbox:disabled+.k-checkbox-label:hover:before{box-shadow:none}.k-checkbox:disabled+.k-checkbox-label:before,.k-checkbox:checked:disabled+.k-checkbox-label:before,.k-checkbox:checked:disabled+.k-checkbox-label:active:before,.k-checkbox:checked:disabled+.k-checkbox-label:hover:before{color:#d7d7d7;background:#fff;border-color:#dedede;border-radius:3px}.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:hover:before{border-color:#b5b5b5;box-shadow:0 0 3px 0 #fff}.k-checkbox:indeterminate+.k-checkbox-label:after{background-color:#b5b5b5;background-image:none;border-color:#b5b5b5;border-radius:2px}.k-checkbox:indeterminate:hover+.k-checkbox-label:after{border-color:#b5b5b5;background-color:#b5b5b5}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-radio-label:before{border-color:#d9d9d9;border-radius:50%;background-color:#fff;border-width:1px}.k-radio-label:hover:before,.k-radio:checked+.k-radio-label:hover:before{border-color:#c0c0c0;box-shadow:none}.k-radio:checked+.k-radio-label:after{background-color:#b5b5b5;border-radius:50%}.k-radio-label:active:before{border-color:#b5b5b5;box-shadow:0 0 3px 0 #fff}.k-radio:checked+.k-radio-label:active:before{box-shadow:0 0 3px 0 #fff;border-color:#b5b5b5}.k-radio:disabled+.k-radio-label{color:#d7d7d7}.k-radio:disabled+.k-radio-label:before,.k-radio:disabled+.k-radio-label:active:before,.k-radio:disabled+.k-radio-label:hover:after,.k-radio:disabled+.k-radio-label:hover:before{background:#fff;border-color:#bfbfbf;box-shadow:none}.k-radio:disabled:checked+.k-radio-label:after{background-color:#b5b5b5;opacity:.5}.k-radio:focus+.k-radio-label:before{border-color:#b5b5b5;box-shadow:0 0 3px 0 #fff}@media screen and (-ms-high-contrast:active){.k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,.k-editor-toolbar-wrap .k-button-group .k-tool:focus{border-color:#fff}}@media only screen and (max-width:1024px){.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{background-image:none;background-position:50% 50%;background-color:#e6e6e6;border-color:#e9e9e9}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view{border-radius:0}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li{border-radius:0}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded>li.k-current-view{border-radius:-1px -1px 0 0}.k-webkit .k-scheduler-toolbar>ul li:first-child,.k-ff .k-scheduler-toolbar>ul li:first-child,.k-ie11 .k-scheduler-toolbar>ul li:first-child,.k-edge .k-scheduler-toolbar>ul li:first-child,.k-safari .k-scheduler-toolbar>ul li:first-child,.k-webkit .k-scheduler-toolbar>ul li:first-child .k-link,.k-ff .k-scheduler-toolbar>ul li:first-child .k-link,.k-ie11 .k-scheduler-toolbar>ul li:first-child .k-link,.k-edge .k-scheduler-toolbar>ul li:first-child .k-link,.k-safari .k-scheduler-toolbar>ul li:first-child .k-link,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li .k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li .k-link{border-radius:0}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li:last-child,.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views li:last-child .k-link{border-radius:0 0 -1px -1px}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover{border-color:#cacaca;background-image:none;background-color:#D9F0F2}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view>.k-link{color:#000;min-width:75px}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views>li.k-current-view:hover>.k-link{color:#000}.k-webkit .k-scheduler-views>li.k-state-selected>.k-link:after,.k-ff .k-scheduler-views>li.k-state-selected>.k-link:after,.k-ie11 .k-scheduler-views>li.k-state-selected>.k-link:after,.k-edge .k-scheduler-views>li.k-state-selected>.k-link:after,.k-safari .k-scheduler-views>li.k-state-selected>.k-link:after{display:block;content:"";position:absolute;top:50%;margin-top:-0.5em;right:.333em;width:1.333em;height:1.333em}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border-width:1px 1px 0 1px;border-style:solid;border-color:#d9d9d9;background-color:#fdfdfd;border-radius:0 0 0 0;box-shadow:0 2px 2px 0 rgba(0,0,0,0.3)}.k-webkit .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ff .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-ie11 .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-edge .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded,.k-safari .k-scheduler-toolbar>ul.k-scheduler-views.k-state-expanded{border-width:1px;background-image:none;border-radius:0}}.k-chart .k-mask{background-color:#fff;filter:alpha(opacity=68);opacity:.68}.k-chart .k-selection{border-color:rgba(0,0,0,0.2);box-shadow:inset 0 1px 8px rgba(0,0,0,0.1);transition:box-shadow .2s linear,border-color .2s linear}.k-chart .k-selection:hover{border-color:rgba(0,0,0,0.3);box-shadow:inset 0 3px 8px rgba(0,0,0,0.2)}.k-chart .k-handle{background-color:#fcfcfc;box-shadow:0 0 0 1px rgba(0,0,0,0.1)}.k-chart .k-handle:hover{background-color:#ffffff;border-color:#b8b8b8;box-shadow:0 0 0 2px rgba(111,101,96,0.5)}.k-chart .k-navigator-hint .k-tooltip{border:3px solid #ffffff;box-shadow:0 0 0 3px rgba(0,0,0,0.2);background:#ffffff;color:#242424}.k-chart .k-navigator-hint .k-scroll{background:rgba(255,255,255,0.7);height:4px}.k-map .k-marker{font-size:28px;color:#fff;text-shadow:0 0 3px rgba(0,0,0,0.4)}.k-map .k-attribution{color:#666666}/*!
 * Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */.k-spreadsheet-row-header,.k-spreadsheet-column-header{background-color:#fff}.k-spreadsheet-top-corner,.k-spreadsheet-row-header,.k-spreadsheet-column-header{background-color:#fdfdfd;background-image:none;color:#000;border-color:#cacaca}.k-spreadsheet-top-corner{border-color:#cacaca}.k-spreadsheet-top-corner:after{border-color:transparent #cacaca #cacaca transparent}.k-spreadsheet-pane{border-color:#cacaca}.k-spreadsheet-pane .k-spreadsheet-vaxis,.k-spreadsheet-pane .k-spreadsheet-haxis{border-color:#e4e4e4}.k-spreadsheet-pane .k-spreadsheet-column-header,.k-spreadsheet-pane .k-spreadsheet-row-header{border-color:#cacaca}.k-spreadsheet-pane .k-spreadsheet-merged-cell{background-color:#fff}.k-spreadsheet-pane .k-selection-partial,.k-spreadsheet-pane .k-selection-full{border-color:rgba(178,233,237,0.2);background-color:rgba(178,233,237,0.2)}.k-spreadsheet-pane .k-filter-range{border-color:#B2E9ED}.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial,.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full{border-bottom-color:#b2e9ed}.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full{border-right-color:#b2e9ed}.k-auto-fill,.k-spreadsheet-selection{border-color:#B2E9ED;box-shadow:inset 0 0 0 1px #B2E9ED}.k-auto-fill-wrapper .k-tooltip{background:#fff}.k-spreadsheet-selection{background-color:rgba(178,233,237,0.2)}.k-spreadsheet-active-cell{box-shadow:inset 0 0 0 1px #B2E9ED;background-color:#fff}.k-spreadsheet-active-cell.k-right{box-shadow:inset 0 0 0 1px #B2E9ED,inset -1px 0 0 1px #B2E9ED}.k-spreadsheet-active-cell.k-bottom{box-shadow:inset 0 0 0 1px #B2E9ED,inset 0 -1px 0 1px #B2E9ED}.k-spreadsheet-active-cell.k-bottom.k-right{box-shadow:inset 0 0 0 1px #B2E9ED,inset -1px -1px 0 1px #B2E9ED}.k-spreadsheet-active-cell.k-single{color:#000;background-color:#fff}.k-spreadsheet .k-spreadsheet-action-bar{background-color:#fff;border-color:#e9e9e9}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor{border-color:#cacaca}.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before{border-color:#cacaca}.k-spreadsheet .k-spreadsheet-formula-input{background-color:#fff;color:#000}.k-spreadsheet .k-resize-handle,.k-spreadsheet .k-resize-hint-handle,.k-spreadsheet .k-resize-hint-marker{background-color:#B2E9ED}.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle,.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker{background-color:#B2E9ED}.k-spreadsheet .k-single-selection::after{background-color:#B2E9ED;border-color:#fff}.k-spreadsheet .k-auto-fill-punch{background-color:rgba(255,255,255,0.5)}.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after{background-color:rgba(178,233,237,0.5)}.k-spreadsheet .k-spreadsheet-cell-comment{color:#000;background-color:#fdfdfd;border-color:#d9d9d9}.k-spreadsheet .k-spreadsheet-has-comment:after{border-color:#B2E9ED #B2E9ED transparent transparent}.k-spreadsheet .k-dirty{border-color:#ffe0d9 transparent transparent #ffe0d9}.k-spreadsheet-format-cells .k-spreadsheet-preview{border-color:#e9e9e9}.k-spreadsheet-filter{border-radius:0;background-color:#fff;box-shadow:inset 0 0 0 1px #e4e4e4}.k-spreadsheet-filter.k-state-active{color:#000;background-color:#B2E9ED}.k-spreadsheet-filter:hover{color:#000;background:#D9F0F2;border-color:#bbe4e8}.k-action-window .k-action-buttons{border-color:#e9e9e9;background:#fdfdfd}.k-spreadsheet-sample{color:#4d4d4d}.k-state-selected .k-spreadsheet-sample{color:inherit}.k-spreadsheet-window .k-list{border-color:#e9e9e9;border-radius:0}.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button:not(.k-toggle-button){border-radius:0}.k-spreadsheet-toolbar>.k-widget,.k-spreadsheet-toolbar>.k-button,.k-spreadsheet-toolbar>.k-button-group{border-radius:0}.k-spreadsheet-toolbar>.k-separator{border-color:#e9e9e9}.k-spreadsheet-toolbar .k-overflow-anchor{border-radius:0}.k-spreadsheet-popup{border-radius:0}.k-spreadsheet-popup .k-separator{background-color:#e9e9e9}.k-spreadsheet-popup .k-button{background-color:transparent}.k-spreadsheet-popup .k-button:hover{background-color:#D9F0F2}.k-spreadsheet-popup .k-state-active{background-color:#B2E9ED;color:#fff}.k-spreadsheet-popup .k-state-active:hover{background-color:#89dde3}.k-spreadsheet-filter-menu .k-details{border-color:#e9e9e9}.k-spreadsheet-filter-menu .k-details-content .k-space-right{background-color:#fff}.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper{background-color:#fff;border-color:#e9e9e9;border-radius:0 0 0 0}.k-syntax-ref{color:#ff8822}.k-syntax-num{color:#0099ff}.k-syntax-func{font-weight:bold}.k-syntax-str{color:#38b714}.k-syntax-error{color:red}.k-syntax-bool{color:#a9169c}.k-syntax-startexp{font-weight:bold}.k-syntax-paren-match{background-color:#caf200}.k-series-a{border-color:#428bca;background-color:rgba(66,139,202,0.15)}.k-series-b{border-color:#5bc0de;background-color:rgba(91,192,222,0.15)}.k-series-c{border-color:#5cb85c;background-color:rgba(92,184,92,0.15)}.k-series-d{border-color:#f2b661;background-color:rgba(242,182,97,0.15)}.k-series-e{border-color:#e67d4a;background-color:rgba(230,125,74,0.15)}.k-series-f{border-color:#da3b36;background-color:rgba(218,59,54,0.15)}.k-spreadsheet-sheets-remove:hover .k-icon{color:#cc2222}.k-spreadsheet-formula-list .k-state-focused{background-color:#B2E9ED;color:#000}.k-spreadsheet-insert-image-dialog{border-color:#e9e9e9;border-radius:0}.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover,.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered{box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.5);border-radius:0}.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div{color:#fff}.k-spreadsheet-drawing.k-spreadsheet-active-drawing{outline-color:#B2E9ED}.k-spreadsheet-drawing .k-spreadsheet-drawing-handle{border-color:#fff;background-color:#B2E9ED;border-radius:50%}.k-spreadsheet-drawing-anchor-cell{background:rgba(178,233,237,0.2)}.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after{border-color:#B2E9ED transparent transparent #B2E9ED}.k-rtl .k-spreadsheet .k-dirty{border-color:#ffe0d9 #ffe0d9 transparent transparent}.k-spreadsheet .k-widget[data-property='fontSize']{width:60px}.k-spreadsheet .k-widget[data-property='format']{width:100px}.k-spreadsheet .k-widget[data-property='fontFamily']{width:130px}.k-spreadsheet-toolbar .k-combobox .k-input{color:#000}.k-spreadsheet-toolbar .k-combobox .k-state-hover .k-input,.k-spreadsheet-toolbar .k-combobox .k-state-active .k-input,.k-spreadsheet-toolbar .k-combobox .k-state-focused .k-input{color:#000}.k-dialog .k-content{border-bottom-right-radius:0;border-bottom-left-radius:0}.k-dialog.k-dialog-titleless .k-content{border-top-right-radius:0;border-top-left-radius:0}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button{padding:12px 12px}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal{border-top:solid 1px #e9e9e9;background:#fdfdfd}.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button{border-radius:0}.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched{flex-direction:column}.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button{flex:0 0 auto;padding:6px 6px}.k-dialog.k-window-md .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button{padding:8.4px 8.4px}.k-rtl .k-dialog a.k-dialog-action.k-dialog-close{left:.5em}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child{border-bottom-right-radius:0}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child{border-bottom-left-radius:0}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal{text-align:left}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button{margin-left:0;margin-right:.5em}.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child{margin-right:0}.k-numeric-wrap .k-i-warning{color:#ffe0d9;position:absolute;top:0;right:1.9em;width:1.9em}.k-numeric-wrap.k-state-invalid{border-color:#ffe0d9}.k-numeric-wrap.k-state-invalid input{color:#ffe0d9}.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning{right:auto;left:1.9em}.k-maskedtextbox.k-state-invalid .k-textbox{border-color:#ffe0d9;color:#ffe0d9}.k-maskedtextbox.k-state-invalid .k-i-warning{color:#ffe0d9}.k-dateinput.k-state-invalid .k-textbox{color:#ffe0d9;border-color:#ffe0d9}.k-dateinput.k-state-invalid .k-i-warning{margin-left:0;margin-right:.6em;color:#ffe0d9}.k-rtl .k-dateinput .k-i-warning{margin-right:0;margin-left:.6em}.k-datepicker .k-picker-wrap.k-state-invalid,.k-timepicker .k-picker-wrap.k-state-invalid{border-color:#ffe0d9}.k-datepicker .k-picker-wrap.k-state-invalid .k-input,.k-timepicker .k-picker-wrap.k-state-invalid .k-input{color:#ffe0d9}.k-datepicker .k-picker-wrap .k-i-warning,.k-timepicker .k-picker-wrap .k-i-warning{color:#ffe0d9;margin-left:0;margin-right:2.1em}.k-rtl .k-datepicker .k-picker-wrap .k-i-warning,.k-rtl .k-timepicker .k-picker-wrap .k-i-warning{margin-right:0;margin-left:2.1em}.k-datetimepicker .k-picker-wrap.k-state-invalid{border-color:#ffe0d9}.k-datetimepicker .k-picker-wrap.k-state-invalid .k-input{color:#ffe0d9}.k-datetimepicker .k-picker-wrap .k-i-warning{color:#ffe0d9;margin-left:0;margin-right:4.3em}.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning{margin-right:0;margin-left:4.3em}.k-listbox .k-list-scroller{padding:2px;border-color:#e9e9e9;background-color:#fff}.k-listbox .k-item:hover:not(.k-state-disabled){color:#000;background-color:#D9F0F2;border-color:transparent}.k-listbox .k-drop-hint{height:0;border-top:1px solid #fff}.k-grid-header .k-i-sort-asc-sm,.k-grid-header .k-i-sort-desc-sm,.k-grid-header .k-sort-order{color:inherit}.k-scheduler .k-other-month .k-nav-day{opacity:.6}.k-dropdowngrid-popup{border-color:#e9e9e9;color:#000;background-color:#fff}.k-dropdowngrid-popup .k-header{background-image:linear-gradient(none);background-image:none;border-color:#e9e9e9;color:#000;background-color:#fdfdfd}.k-dropdowngrid-popup .k-group-header{border-color:#e9e9e9;color:#000;background-color:#fdfdfd}.k-dropdowngrid-popup .k-cell{border-color:#e9e9e9}.k-dropdowngrid-popup .k-item:nth-child(2n){background-color:#fff}.k-dropdowngrid-popup .k-footer{border-color:#e9e9e9;color:#000;background-color:#fdfdfd}.k-dropdowngrid-popup .k-item.k-state-hover{background-image:linear-gradient(none);background-image:none;border-color:#e9e9e9;color:#000;background-color:#D9F0F2}.k-dropdowngrid-popup .k-item.k-state-selected{background-image:linear-gradient(none);background-image:none;border-color:#e9e9e9;color:#000;background-color:#B2E9ED}.k-dropdowngrid-popup .k-group-cell span{background-color:#000;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:#000}.k-grid .k-button{margin-top:0px !important;margin-bottom:0px !important}.k-today .k-link{color:#000 !important;font-weight:bold}.k-state-disabled{pointer-events:fill}.k-item.k-disabled{color:#a9a9a9}input[disabled=disabled],input[disabled=disabled]:hover,.k-dropdown.k-state-disabled .k-dropdown-wrap,.k-dropdown.k-state-disabled .k-dropdown-wrap .k-input,.k-dropdown-wrap.k-state-disabled{background-color:#cccccc;color:#000}.k-state-disabled{opacity:1}.k-picker-wrap>span.k-select.k-state-disabled{background-color:#f2f2f2}.k-upload .k-dropzone{background-color:#f4f4f4}.k-window-title{min-height:22px}.k-picker-wrap .k-select{line-height:1.65em}.k-dropdown.idms_Invalid .k-state-focused .k-input{color:#000 !important}.k-datepicker>.k-picker-wrap.k-state-focused:not(.k-state-hover){background:#fdfdfd}.k-picker-wrap>.k-state-border-down{padding-bottom:0}.navValCell span.k-autocomplete{width:100% !important}.k-grouping-header,.k-grid-toolbar{padding:3px 3px 3px 10px}.k-grouping-header .k-group-indicator{padding:2px 2px 2px 5px;line-height:20px}.k-grid-header th.k-header,.k-filter-row th{padding:6px 7px 5px 7px}.k-grouping-header{line-height:26px}.k-grid td{padding:1px 8px 1px 8px;line-height:21px}td.k-state-selected.k-state-focused.k-state-hover{background-color:#B2E9ED}.k-block,.k-widget,.k-popup,.k-content,.k-toolbar,.k-dropdown .k-input,.k-input,input.k-textbox,textarea.k-textbox,input.k-textbox:hover,textarea.k-textbox:hover,.k-textbox>input,.k-multiselect-wrap,.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-list>.k-state-selected,.k-list>.k-state-highlight,.k-panel>.k-state-selected,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,.k-state-selected.k-draghandle:hover,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-state-selected.k-today,.k-marquee-color{color:#000}.k-state-focused,.k-list>.k-state-focused,.k-listview>.k-state-focused,.k-grid-header th.k-state-focused,td.k-state-focused,.k-state-focused.k-button,td.k-state-selected.k-state-focused,.k-state-selected td.k-state-focused,.k-listview>.k-state-selected.k-state-focused,.k-button:focus{box-shadow:none !important}.k-link:link,.k-link:visited,.k-nav-current.k-state-hover .k-link,.k-widget.k-notification.k-notification-error a,.k-widget.k-notification.k-notification-error a:link,.k-widget.k-notification.k-notification-error a:visited{color:#00838F;cursor:pointer}.k-widget.k-notification.k-notification-error a:hover,.k-widget.k-notification.k-notification-error a:active{color:#B2E9ED;cursor:pointer}li.k-state-hover>.k-link>.idms_Icon{color:white}.navValCell input,.navValCell .k-input.k-textbox{padding-left:2px;text-indent:.16em}.navValCell textarea.k-input.k-textbox{text-indent:0em}.k-dropdown.idms_Invalid .k-state-hover .k-input{color:#EC1414 !important}.k-window-content.k-content{padding:1em}th.navLookupHeaderCell.k-state-selected{background-color:#008489;color:#fff}.k-textbox:hover,.k-tiles li.k-state-hover{border-color:#008489}html .k-upload-empty{border-width:0}input.k-textbox,textarea.k-textbox,.k-multiselect.k-header,.k-menu.k-header,.k-menu .k-item,.k-button,.k-block,.k-widget,.k-input,.k-textbox,.k-group,.k-content,.k-header,.k-filter-row>th,.k-editable-area,.k-separator,.k-colorpicker .k-i-arrow-s,.k-textbox>input,.k-autocomplete,.k-dropdown-wrap,.k-toolbar,.k-group-footer td,.k-grid-footer,.k-footer-template td,.k-state-default,.k-state-default .k-select,.k-state-disabled,.k-grid-header,.k-grid-header-wrap,.k-grid-header-locked,.k-grid-footer-locked,.k-grid-content-locked,.k-grid td,.k-grid td.k-state-selected,.k-grid-footer-wrap,.k-pager-wrap,.k-pager-wrap .k-link,.k-pager-refresh,.k-grouping-header,.k-grouping-header .k-group-indicator,.k-panelbar>.k-item>.k-link,.k-panel>.k-item>.k-link,.k-panelbar .k-panel,.k-panelbar .k-content,.k-treemap-tile,.k-calendar th,.k-slider-track,.k-splitbar,.k-dropzone-active,.k-tiles,.k-toolbar,.k-tooltip,.k-button-group .k-tool,.k-upload-files,.k-autocomplete.k-state-default,.k-picker-wrap.k-state-default,.k-numeric-wrap.k-state-default,.k-dropdown-wrap.k-state-default{border-color:#ababab}.k-autocomplete.k-state-default,.k-picker-wrap.k-state-default,.k-numeric-wrap.k-state-default,.k-dropdown-wrap.k-state-default{background-color:#fff}.k-widget.k-grid{border-color:#e4e4e4}.k-grid-footer,.k-grid-header,.k-grid-header-wrap,.k-grid-header-locked,.k-grid-footer-locked,.k-grid-content-locked,.k-grid td,.k-grid td.k-state-selected,.k-grid-footer-wrap{border-color:#f2f2f2}.k-header,.k-grid-header,.k-toolbar{background-color:#f2f2f2}#aria_active_cell,#grid_active_cell,.k-edit-cell{background-color:#B2E9ED}.k-pager-wrap>.k-link{line-height:1.8em}.k-grid tbody tr:hover{background-color:#e7eff0}.k-grid tbody tr.k-state-selected{background-color:#D9F0F2}.k-grid tbody tr.k-state-selected:hover{background-color:#D9F0F2}.k-grid tbody tr{height:25px}.k-block,.k-grouping-header,.k-pager-wrap,.k-draghandle,.k-treemap-tile,html .km-pane-wrapper .k-header,td.k-group-cell,.k-resize-handle-inner{background:white}.k-grouping-row td{background:white}.k-grid.k-widget.navEditor>.k-grid-content td.idms_readonly{background:#bababa}.k-grid.k-widget.navEditor>.k-grid-content tr.k-state-selected>td.idms_readonly,.k-grid.k-widget.navEditor>.k-grid-content tr:hover>td.idms_readonly{background:#b8d2e4}.k-grid.k-widget.navEditor>.k-grid-content tr.k-state-selected #aria_active_cell.idms_readonly{background:#a4bed1}.idms_GridCellTopAlign.k-grid td{vertical-align:top}.k-dirty{position:absolute;width:0;height:0;border:0 solid none;margin:0;padding:0;overflow:hidden;vertical-align:top}.k-pager-numbers .k-state-selected{background:#B2E9ED;border-color:#008489}.k-list-container .k-list li.k-item.k-state-focused{background:#B2E9ED}.k-picker-wrap.navEditor{max-height:26px}.k-loading,.k-state-hover .k-loading,.k-loading-image{background-image:url(def1d1d5631eb593e768353834eb9754.gif)}.k-loading-color{background-color:#f2f2f2;opacity:.7}.k-loading-mask{z-index:2}.k-state-hover,.k-state-hover:hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-list>.k-state-hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-pager-wrap .k-link:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-check.k-edit-label:active,.k-mobile-list .k-recur-view .k-check:active{background-color:#B2E9ED;border-color:#008489}.k-splitter>.k-splitbar-horizontal,.k-splitter>.k-ghost-splitbar-horizontal{width:12px}.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-prev:before,.k-splitter>.k-splitbar-horizontal>.k-icon.k-expand-next:before{content:"\25C0"}.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-prev{margin-top:-26px}.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-next:before,.k-splitter>.k-splitbar-horizontal>.k-icon.k-expand-prev:before{content:"\25B6"}.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-next{margin-top:16px}.k-splitter>.k-splitbar-horizontal .k-icon.k-resize-handle{margin-top:-5px;margin-left:-1.5px}.k-splitter>.k-splitbar-horizontal .k-icon.k-resize-handle:before{content:"\E0C3"}.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-prev,.k-splitter>.k-splitbar-horizontal>.k-icon.k-expand-next,.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-next,.k-splitter>.k-splitbar-horizontal>.k-icon.k-expand-prev,.k-splitter>.k-splitbar-horizontal .k-icon.k-resize-handle{font-family:'Segoe UI Symbol';font-size:12px;background-image:none !important;line-height:normal;width:12px;color:#444}.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-prev:hover,.k-splitter>.k-splitbar-horizontal>.k-icon.k-expand-next:hover,.k-splitter>.k-splitbar-horizontal>.k-icon.k-collapse-next:hover,.k-splitter>.k-splitbar-horizontal>.k-icon.k-expand-prev:hover{color:white}.k-window>.k-window-content .k-splitbar-horizontal{border-width:1px}.k-tabstrip-items,.k-tabstrip .k-tabstrip-items{padding:0}.k-tabstrip>.k-content,.k-panelbar .k-tabstrip>.k-content{margin:0}.k-tabstrip,.k-panelbar .k-tabstrip-items .k-item.k-state-active{background-color:white}.k-tabstrip-items .k-item:not(.k-state-active):not(:hover){background-color:#f2f2f2}.k-tabstrip-wrapper>.k-tabstrip{border:0}.idms_vmargin_top.k-widget.k-header.k-tabstrip.k-floatwrap.k-tabstrip-top{border-width:0}.k-item.k-tab-on-top,.k-item.k-tab-on-top.k-state-hover{border-top:0}.k-item.k-tab-on-top.k-state-active,.k-tabstrip>.k-content>.k-grid.k-widget{border-color:#ababab}.k-tabstrip>.k-content{border-width:0}.k-tabstrip .k-state-hover{border-left:1px solid #B2E9ED;border-top:1px solid #B2E9ED;border-right:1px solid #B2E9ED}.k-tabstrip-items .k-state-default .k-link{color:#008489;text-transform:uppercase}body{width:100vw;height:100vh;margin:0;padding:0;font-family:'Segoe UI',"Segoe",Tahoma,Geneva,Verdana,sans-serif;font-size:13px;overflow:hidden}table{background-color:transparent;border-spacing:0;border-collapse:collapse}td,th{padding:0}div,span,p{font-family:'Segoe UI',"Segoe",Tahoma,Geneva,Verdana,sans-serif}#idms_NotificationBar{width:100%;overflow:hidden}#idms_MainContentContainer{width:100%;height:100%;overflow:hidden}#idms_MainContentView{width:100%;height:100%;overflow-x:hidden;overflow-y:auto}#idms_MainMenuContainer{margin-right:8px;height:100%}#idms_UserDeskContent{border:1px solid #ababab;background:#fff;width:100%;height:100%;padding:0;overflow-y:auto}#tab_Main{width:100%}.h4,.h5,.h6,h4,h5,h6{margin-top:3px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;font-weight:500}.h1,.h2,h1,h2{color:#262626;font-family:"Segoe UI Light","Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h3,h3{color:#00838F;font-size:1.45em !important}.h4,h4{color:#00838F;font-size:18px}.h5,.h6,h5,h6{color:#000}#idms_DebugBar{max-height:200px;overflow-y:auto;position:relative;border:0 solid #EC1414;color:#EC1414;background:#ffe0d9}#mainSplitter{border:none;height:100%;width:100%}#mainRibbonBarContainer{background-color:#f2f2f2}.idms_Image16.idms_Image_PDF16.idms_HoverImage{position:relative;top:2px}@font-face{font-family:'Entypo';src:url(data:application/font-woff;base64,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)}@font-face{font-family:'FontAwesome';src:url(891e3f340c1126b4c7c142e5f6e86816.woff)}@font-face{font-family:'Segoe UI Symbol';src:url(efdc5cc88fb9e5a77f5370103ee220a9.woff)}@font-face{font-family:'Typicons';src:url(95aa28e29618c068e8a53f64c87cb6a9.woff)}.k-state-disabled .idms_Icon{color:#b0b0b0}.fa.idms_Icon{padding-left:.15em;padding-right:.07em}.idms_Icon,.metro span.idms_Icon{display:inline-block;color:#888;font-family:'Segoe UI Symbol';-moz-transition:color .2s;-o-transition:color .2s;-webkit-transition:color .2s;transition:color .2s;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.idms_GridIcon{font-size:19px !important}.idms_LinkIcon:hover{cursor:pointer;color:#008489}.idms_MainMenuIcon{font-size:26px;line-height:40px;margin-right:5px;margin-left:5px;vertical-align:top;width:30px}.idms_ToggleButtonIcon{font-size:18px;line-height:22px;margin-left:3px;vertical-align:top;width:20px}.idms_ScaledSmallIcon{font-size:125%;position:relative;left:-0.125em;top:.025em}.idms_Icon_Add:before{content:"\E109"}.idms_Icon_Arrow_Down:before{content:"\E110"}.idms_Icon_Arrow_Down{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1)}.idms_Icon_Arrow_Left:before{content:"\E112"}.idms_Icon_Arrow_Right:before{content:"\E111"}.idms_Icon_Arrow_Up:before{content:"\E110"}.idms_Icon_Attachment:before{content:"\E16C"}.idms_Icon_Remark:before{content:"\E088"}.idms_Icon_Book:before{content:"\1F4D3"}.idms_Icon_Excel:before{font-family:'FontAwesome';content:"\F1C3"}.idms_Icon_Cancel:before{content:"\E10A"}.idms_Icon_ChevronLeft:before{content:"\E239"}.idms_Icon_ChevronRight:before{content:"\E23A"}.idms_Icon_Completed:before{content:"\1F3C1"}.idms_Icon_Copy:before{content:"\E16F"}.idms_Icon_Cut:before{content:"\E16B"}.idms_Icon_Delete:before{content:"\E106"}.idms_Icon_MailForward:before{content:"\E120"}.idms_Icon_Deny:before{content:"\26D4"}.idms_Icon_Documents:before{content:"\E16F"}.idms_Icon_Download:before{content:"\E118"}.idms_Icon_Dummy:before{content:"\1F4A9"}.idms_Icon_Start:before{content:"\E102"}.idms_Icon_Pause:before{content:"\E103"}.idms_Icon_Edit:before{content:"\E104"}.idms_Icon_Error:before{content:"\E283"}.idms_Icon_ExclamationMark:before{content:"\E171"}.idms_Icon_ExternalLink:before{font-family:'FontAwesome';content:"\F08E"}.idms_Icon_Filter:before{content:"\E16E"}.idms_Icon_Forward:before{content:"\23E9"}.idms_Icon_Home:before{content:"\E10F"}.idms_Icon_DividerPointHorizontal:before{content:"\E0C3"}.idms_Icon_DividerPointVertical:before{content:"\E0C2"}.idms_Icon_Inbox:before{content:"\1F4E5"}.idms_Icon_Next:before{content:"\E213"}.idms_Icon_OK:before{content:"\E10B"}.idms_Icon_Orthogonal:before{content:"\221F"}.idms_Icon_Outbox:before{content:"\1F4E4"}.idms_Icon_Paste:before{content:"\E16D"}.idms_Icon_Pending:before{content:"\23F3"}.idms_Icon_Print:before{font-family:'FontAwesome';content:"\F02F"}.idms_Icon_Redo:before{content:"\E10D"}.idms_Icon_Repair:before{content:"\E15E"}.idms_Icon_Reset:before,.idms_Icon_Undo:before{content:"\E10E"}.idms_Icon_Save:before{content:"\E105"}.idms_Icon_Mobile:before{font-family:'FontAwesome';content:"\F10A"}.idms_Icon_Search:before{content:"\E11A"}.idms_Icon_ContactInfo:before{content:"\E136"}.idms_Icon_Settings:before{content:"\E115"}.idms_Icon_SkipBack:before{content:"\E100"}.idms_Icon_SkipAhead:before{content:"\E101"}.idms_Icon_Smiley:before{content:"\263A"}.idms_Icon_SmileySad:before{content:"\2639"}.idms_Icon_Stop:before{content:"\25A0"}.idms_Icon_SubTree:before{content:"\21B3"}.idms_Icon_Trash:before{content:"\E107"}.idms_Icon_Retract::before{font-size:1.5em;content:"\2936"}.idms_Icon_Triangle_Left:before{content:"\25C0"}.idms_Icon_Triangle_Right:before{content:"\25B6"}.idms_Icon_Triangle_Up:before{content:"\1F53A"}.idms_Icon_Triangle_Down:before{content:"\1F53B"}.idms_Icon_Triangle_Up_Small:before{content:"\1F53C"}.idms_Icon_Triangle_Down_Small:before{content:"\1F53D"}.idms_Icon_UnDock:before{content:"\29C9"}.idms_Icon_Upload:before{content:"\E11C"}.idms_Icon_View:before{content:"\E18B"}.idms_Icon_LEye:before{content:"\1F441"}.idms_Icon_LEye{font-size:150%}.idms_Icon_Eye:before{font-family:'FontAwesome';content:"\F06E"}.idms_Icon_EyeSlash:before{font-family:'FontAwesome';content:"\F070"}.idms_Icon_Warning:before{content:"\26A0"}.idms_Icon_Zoom:before{content:"\E1A3"}.idms_Icon_ZoomIn:before{content:"\E12E"}.idms_Icon_ZoomOut:before{content:"\E1A4"}.navMGroupHeader{background-color:#f8fafb !important}.navMTable{width:100%}.navMTable .navMLabelRow{color:#9da2a4}.navMTable .navMLabelRow label{line-height:1.1rem;font-size:.72rem}.navMTable .navMCtrlRow{height:3em}.navMTable .navMCtrlRow .navMValue{font-size:1.2rem}.navMTable .navMCtrlRow input.navMValue,.navMTable .navMCtrlRow span.k-dropdown,.navMTable .navMCtrlRow span.k-datepicker{position:relative;width:100%;height:100%}input.navMValue{border:0}input.navMValue:disabled,.navMValue .k-widget.k-state-disabled,input.navMValue.k-state-disabled,input.navMValue.k-state-disabled:hover,.navMValue .k-dropdown.k-state-disabled,.navMValue .k-dropdown.k-state-disabled .k-dropdown-wrap,.navMValue .k-dropdown.k-state-disabled .k-dropdown-wrap .k-input,.navMValue input:disabled,.navMValue input:disabled:hover{background-color:#fdfdfd;color:dimgray}.navMValue .k-state-disabled,.navMValue.k-state-disabled,.navMValue .k-state-hover,.navMValue.k-state-hover,.navMValue .k-state-focused,.navMValue.k-state-focused{background-color:#fdfdfd !important}.k-textbox:focus,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-numeric-wrap.k-state-focused{box-shadow:none !important}.navMSepRow td{border-style:solid;border-width:1px;border-color:#dfe1e2;border-width:1px 0px 0px 0px}.navMTable .navMCtrlRow span.k-dropdown-wrap,.navMTable .navMCtrlRow span.k-numeric-wrap,.navMTable .navMCtrlRow span.k-select,.navMTable .navMCtrlRow td input,.navMTable .navMCtrlRow span.k-picker-wrap{border:none}.navMTable .k-picker-wrap.navEditor{max-height:none !important}.navMCtrlRow>td>div.idms_CheckBoxContainer,.navMCtrlRow>td>input.navMValue{padding-left:.8em}.km-nova .navMGroupHeader.km-collapsible-header{height:3.125em;line-height:3.125em}.idms_Debug{display:none !important}.idms_Color_OK,.idms_Color_OK .span{color:#76a797 !important}.idms_Color_Warning,.idms_Color_Warning .span{color:#8a6d3b !important}.idms_Color_Error,.idms_Color_Error .span{color:#d86344 !important}.idms_BGColor_OK,.idms_BGColor_OK .span{background:#56dd7a !important}.idms_BGColor_Warning,.idms_BGColor_Warning .span{color:#000 !important;background:#f8bd57 !important}.idms_BGColor_Error,.idms_BGColor_Error .span{color:#fff !important;background:#ef7352 !important}.idms_AutoWidth{width:auto !important}.idms_bold{font-weight:700}.idms_AdaptiveHeight{overflow-y:auto}.idms_CenterV{position:absolute;top:50%;transform:translate(0, -50%);-webkit-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%)}.idms_CenterHV{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%)}.idms_caption{color:#00838F}.idms_ClearableInput::-ms-clear{display:block !important}.idms_disabled{background:#cccccc !important;border:1px solid #b0b0b0}.idms_FlipH{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH}.idms_FlipV{-moz-transform:scaleY(-1);-o-transform:scaleY(-1);-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV}.idms_float{float:left}.idms_float_r{float:right}.idms_float_clr{clear:both;float:left}.idms_Hide{visibility:hidden}.idms_hmargin{float:left;margin-right:0 !important}.idms_maxed{box-sizing:border-box;width:100%;height:100% !important;padding:0;margin:0}.idms_MaxH{box-sizing:border-box;height:100% !important}.idms_MaxW{box-sizing:border-box;width:100% !important}.idms_NoTransition{-moz-transition:none !important;-o-transition:none !important;-webkit-transition:none !important;transition:none !important}.idms_pr10{padding-right:10px}.idms_ml10{margin-left:10px}.idms_mr10{margin-right:10px}.idms_w120{width:120px}.idms_vmargin{margin-bottom:2px !important}.idms_vmargin_top{margin-top:16px !important}.idms_vmargin_bottom{display:inline-block;margin-bottom:16px !important}.idms_group{display:inline-block;width:100%}.idms_NoScroll{overflow:hidden !important}.idms_NoSelect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.idms_NoWrap{white-space:nowrap}.idms_truncate{white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.idms_error,.idms_error span,.idms_Text_Alert{color:#EC1414 !important}.idms_Text_Detail{color:#969696 !important}.idms_Panel_Padding,.idms_Panel_Padding_MaxH,.idms_Panel_Padding_DynMax{padding:10px}.idms_Panel_Padding_MaxH{box-sizing:border-box;height:100%}.idms_Panel_Padding_DynMax{max-height:100%}.idms_PreviewWrapper{box-sizing:border-box;width:100%;height:100%;border:1px solid #b0b0b0}.idms_selhead a.k-link{font-style:italic}.k-grid td.idms_selcell div.idms_truncate{font-weight:700}.k-grid td.idms_selcell{border-width:1px;border-color:crimson;border-style:dotted}.k-grid td.idms_selcell.idms_CurrencyField{font-weight:700}.idms_InvalidCustom:not(.k-state-disabled){background-color:#f8c3c3 !important}.idms_Invalid:not(.k-state-disabled),.idms_Invalid .k-dropdown-wrap,.idms_Invalid .k-picker-wrap,.idms_Invalid .k-numeric-wrap,.idms_Invalid:not(.k-state-disabled) .k-select,.idms_Invalid.k-picker-wrap.k-state-default.navEditor,.idms_DockTitle>.idms_Invalid{background-color:#f8c3c3 !important;border-color:#EC1414}.idms_Invalid input,input.idms_Invalid,.idms_Invalid textarea,textarea.idms_Invalid,.idms_Invalid>div,.idms_Invalid>span{background-color:#f8c3c3 !important}.idms_CheckBoxContainer:not(.idms_Invalid)>input[type=checkbox]{margin:0 0 3px 0}.idms_Invalid.idms_CheckBoxContainer{border:1px solid #EC1414;background-color:#f8c3c3;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2px 0 5px 0}table.idms_TableLabelContent{border-collapse:separate;border-spacing:4px}table.idms_TableLabelContent tr>td:first-child{padding:0 10px 0 0;text-align:right;vertical-align:middle}.idms_SeparationPipe:before{content:"|"}.idms_SeparationPipe{margin:0 3px}.idms_AdaptivePanel_Maximize{position:absolute;top:0;left:0;right:0;bottom:0}.idms_AdaptivePanel_Horizontal{display:flex;flex-direction:row;width:100%;height:100%}.idms_AdaptivePanel_HorizontalMaster{box-sizing:border-box;height:100%;width:auto}.idms_AdaptivePanel_HorizontalSlave{box-sizing:border-box;position:relative;flex-grow:1;overflow:auto;height:100%}.idms_AdaptivePanel_Vertical{display:flex;flex-direction:column;width:100%;height:100%}.idms_AdaptivePanel_VerticalMaster{box-sizing:border-box;width:100%}.idms_AdaptivePanel_VerticalSlave{box-sizing:border-box;position:relative;flex-grow:1;width:100%}.idms_BreadCrumbSpacer{font-size:18px;line-height:18px;margin:0 2px}.idms_Details{border:1px solid #ddd;border-top-width:0;background-color:#f0f5fa}.navTable{width:100%;table-layout:fixed}.navTable>tbody>tr>td{padding-bottom:5px}.navTable>tbody>tr:last-child>td{padding-bottom:0}.navSepCell{width:30px}.navValCell>input:not([type='checkbox']),.navValCell>textarea,.navValCell>div,.navValCell>div>span{width:100%}.navValCell>input[type=checkbox]{margin:0 0 2px 0}.navLblCell{width:150px;color:#444}.navLookupTable{border-spacing:0;border-collapse:separate;table-layout:fixed}.navLookupTable th,.navLookupTable td{text-align:left;overflow-x:hidden;width:175px}.navLookupTable th:first-child{padding:0 3px 0 8px}.navLookupTable th:last-child{padding:0 8px 0 3px}.navLookupResults{padding:0 8px 16px 8px}.navLookupHeader{background:#888;color:white;padding:3px 0}.navLookupHeaderCell.k-state-selected,.navLookupHeaderCell.k-state-selected span{color:white;background:#008489}.navLookupHeaderCell:not(.idms_filtered):hover{color:#000;background:#D9F0F2}.navLookupHeaderCell .idms_Icon{color:white;margin-right:5px}.navLookupHeaderCell{line-height:1.6em;font-weight:700;padding:0 3px}.navLookupItemCell{line-height:1.4em;padding:3px;overflow:hidden}.idms_CommandControl{float:left;margin-right:2px;margin-bottom:2px;background:#fdfdfd;border:1px solid #ababab;color:#000;-moz-transition:background .2s,color .2s;-o-transition:background .2s,color .2s;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}.idms_CommandControl:hover,.idms_CommandControl_Selected:hover{background:#D9F0F2;color:#000;cursor:pointer}.idms_CommandControl:active,.idms_CommandControl_Selected:active{background:#92b7d1;color:#000;cursor:pointer}.idms_CommandControl_Selected{background:#008489;color:white;cursor:pointer}.idms_CommandControl_Selected .idms_Icon,.idms_CommandControl_Selected .idms_MainMenuItem_Count{color:#dddddd}.idms_CommandControl_Selected:hover .idms_Icon,.idms_CommandControl_Selected:hover .idms_MainMenuItem_Count{color:#888}.idms_ContextMenuIcon{min-width:16px}.idms_ContextMenuText{margin-left:6px}.idms_DataGridButton{min-width:20px !important;padding:3px;height:26px}.idms_DataGridButton .idms_Icon{position:relative;width:20px}.idms_DataGridButton .idms_Image16{width:20px}.idms_DockContent{height:calc(100% - 20px);padding:10px}.idms_DockContentContainer{cursor:default;height:100%;overflow-y:auto;border-width:0 1px 1px;border-style:solid;border-color:#ababab}.idms_DockWidget{margin:10px;padding:0;background-color:#ffffff;border-radius:0;cursor:move}.idms_DockWidget:hover{background-color:#fcfcfc;border-color:#cccccc}.idms_DockWidget .idms_DockTitleBar{background-color:#008489;color:#fff;border-bottom:1px solid #e7e7e7;font-size:12px;margin:0;min-height:25px;padding:0}.idms_DockWidget .idms_DockTitle{display:inline-block;text-transform:uppercase;margin:5px 10px}.idms_DockWidget .idms_DockTitleCounter{display:inline-block;white-space:pre}.idms_DockWidget .idms_DockTitleInfo{display:inline-block;float:right;margin:5px 10px}.idms_DockWidget .idms_DockWidgetCommands{display:inline-block;float:right;margin:4px 10px}.idms_DockWidget .idms_DockWidgetCommands span{color:#e7e7e7}.idms_DockWidget .idms_DockWidgetCommands span:hover{cursor:pointer;color:#B2E9ED}.idms_GridCellMarked{margin:0 -5px;padding-left:7px}.idms_MainMenu{-moz-transition:height .2s;-o-transition:height .2s;-webkit-transition:height .2s;transition:height .2s}.idms_MainMenuItem{clear:both;height:41px;min-height:41px;max-height:41px;border-collapse:separate;-moz-transition:background .2s,color .2s;-o-transition:background .2s,color .2s;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}.idms_MainMenuItem_Title{display:inline-block;font-size:14px;max-height:39px;margin-left:5px;margin-right:10px;width:103px;color:#444;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.idms_MainMenuItem.idms_CommandControl_Selected .idms_MainMenuItem_Title:not(:hover){color:#fff}.idms_MainMenuItem_CountWrapper{display:inline-block;width:35px}.idms_MainMenuItem_Count{display:inline-block;color:#888;font-size:20px;font-weight:bold;line-height:40px;padding-right:5px;text-align:right;-moz-transition:background .2s,color .2s;-o-transition:background .2s,color .2s;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s;vertical-align:middle;float:right}.idms_MainMenuSubGroup{float:left;clear:both;margin:-2px 0 2px 0;border-left:1px solid #ababab;border-right:1px solid #ababab;border-bottom:1px solid #ababab;padding:5px 5px 3px 5px;overflow-y:auto;width:188px}.idms_MainMenuSubGroup table{table-layout:fixed;width:100%}.idms_MainMenuSubGroupButton{clear:left;float:left;font-size:11px;padding:0 5px;text-align:left;margin-bottom:2px;width:100%}.idms_MainMenuSubGroupButtonDelete{clear:right;cursor:pointer;float:left;font-size:12px;padding:0 0 0 5px;line-height:20px}.idms_DeleteButton:hover,.idms_MainMenuSubGroupButtonDelete:hover{color:#EC1414 !important}.idms_NotificationContainer{background:white;width:100%}.idms_NotificationContainer>.k-notification>.k-notification-wrap,.idms_NotificationDropDownContainer>.k-notification>.k-notification-wrap{white-space:nowrap;text-overflow:ellipsis}.idms_NotificationDropDownContainer{background:white;width:100%;max-height:35px;overflow-y:hidden;width:calc(100% - 100px)}.idms_NotificationDropDownCounter{position:absolute;top:6px;right:27px}.idms_HoverImage:hover{background-color:#008489;cursor:pointer}.idms_HoverIcon:hover{color:#008489;cursor:pointer}.idms_DisabledHoverIcon{color:#cccccc !important;cursor:default}.idms_ButtonText{display:inline-block;line-height:22px;font-size:13px;margin-right:5px;margin-left:5px;max-width:85px}.idms_Button,.idms_ToggleButton{float:left;margin:0 2px 2px 0;text-align:left;height:30px;width:125px}.idms_ToolbarRight{float:right}.idms_ToolbarRight .k-button.idms_Button{margin:0 2px 0 0}.idms_ToolbarSettings{background:#fff;float:left;height:28px;margin-left:6px;border-right:none}.idms_ToolbarSettings li.k-item span.k-link,.idms_ToolbarSettings .k-context-menu.k-menu-vertical>.k-item>.k-link,.k-menu .k-menu-group .k-item>.k-link{padding:.4em .7em .4em .4em}.idms_ToolbarSettings li.k-item span.k-link .idms_Icon{margin-right:.2em}.idms_Button.idms_BGColor_Warning:hover{background-color:#D9F0F2 !important}.idms_Field{float:left;margin:0 2px 2px 0;width:252px}.idms_FieldCheckBox{float:left;margin:5px 231px 0 5px !important;height:18px;width:18px}.idms_FieldIcon{float:left;margin:0 2px 2px 0;line-height:30px;width:22px}.idms_FieldIcon:hover{color:#008489;cursor:pointer}.idms_RibbonLabel{padding:0 .6em 1px 0;text-align:right}.idms_RibbonControl{padding:0 0 1px 0}.idms_CurrencyField{text-align:right;padding-right:5px}.idms_Tile{box-sizing:border-box;background-color:#008489;color:#fff;float:left;height:110px;margin:2px 10px 10px 0;position:relative;width:110px;-moz-transition:background .2s,color .2s;-o-transition:background .2s,color .2s;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}.idms_Tile:hover{background-color:#006F7A}.idms_Tile:hover .idms_Tile_Count span{background:rgba(0,111,122,0.7)}.idms_Tile_Action{box-sizing:border-box;border:1px solid transparent;color:#00838F;display:block;height:100%;text-decoration:none}.idms_Tile_Icon{box-sizing:border-box;border:none;color:#fff;font-family:'Segoe UI Symbol';font-size:28pt;left:8px;position:absolute;top:20px;width:56px}.idms_Tile_Count{box-sizing:border-box;display:inline-block;min-width:15px;text-align:right;position:absolute;top:35px;left:auto;right:2px;background:none;color:#fff;width:100px;height:auto;padding:4px;font-size:20pt}.idms_Tile_Count span{box-sizing:border-box;display:inline-block;background:rgba(0,131,143,0.7);height:46px;line-height:46px;top:-19px;position:relative;vertical-align:middle;max-width:98px;padding-left:3px;-moz-transition:background .2s,color .2s;-o-transition:background .2s,color .2s;-webkit-transition:background .2s,color .2s;transition:background .2s,color .2s}.idms_Tile_Caption{box-sizing:border-box;display:block;color:#fff;text-align:left;position:absolute;top:auto;left:0;width:110px;line-height:12pt;bottom:0}.idms_Tile_Caption span{box-sizing:border-box;display:block;height:auto;padding:0 0 6px 6px;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.idms_TitleBar{background-color:#00838F;color:#fff;font-size:13px;line-height:36px;height:36px;width:100%}.idms_TitleBar>div:first-child{float:left;margin-left:10px}.idms_TitleBar>div:last-child{position:fixed;right:0;top:0}.idms_titletab{background-color:#00838F;display:inline-block;color:white;padding:0 10px;text-decoration:none}.idms_titleuser{display:inline-block;background:#f2f2f2;padding:0 10px;color:#444;height:34px}.idms_titleuser>span.k-link{line-height:25px !important}.idms_InstanceTemplate{margin:4px;width:165px;height:52px;text-align:left}.idms_InstanceTemplate:hover{background-color:#D9F0F2}.idms_InstanceTemplate.k-state-selected{background-color:#008489;color:#fff}.idms_AlertBlink{background:#ef7352;color:#fff;animation:AlertBlink 1s steps(25, start) infinite;animation-direction:alternate;-webkit-animation:AlertBlink 1s steps(25, start) infinite}@keyframes AlertBlink{to{background:#EC1414}}@-webkit-keyframes AlertBlink{to{background:#EC1414}}.idms_titletab:hover,.idms_titletab:active,.idms_titletab:focus{color:white;background:#4c9cd7;text-decoration:none}.idms_ToggleButton td:first-child{width:26px;text-align:center}.idms_CommandControl_Selected.idms_ToggleButton:hover{background-color:#D9F0F2}.idms_CommandControl_Alert{-webkit-animation:example 1500ms infinite;-moz-animation:example 1500ms infinite;-o-animation:example 1500ms infinite;animation:idms_CommandControl_Alert 1500ms infinite}@keyframes idms_CommandControl_Alert{from{background-color:#fdfdfd}to{background-color:#008489}}.idms_RowItemInfoPopupTable{margin-left:5px;width:100%;table-layout:fixed}.idms_RowItemInfoPopupTable td:first-child{min-width:90px;text-align:right;padding-right:10px;vertical-align:top}.idms_RowItemInfoPopupTable td:last-child,.idms_RowItemInfoPopupTable td:last-child b{display:inline-block;width:100%}.idms_BottomShadow{box-shadow:0 10px 30px 0 #666;-webkit-box-shadow:0 10px 30px 0 #666;-moz-box-shadow:0 10px 30px 0 #666}.idms_TopShadow{box-shadow:0 -10px 30px 0 #666;-webkit-box-shadow:0 -10px 30px 0 #666;-moz-box-shadow:0 -10px 30px 0 #666}.idms_Image{float:left;background-repeat:no-repeat;background-size:20px;width:20px;height:20px}.idms_Image16{float:left;background-repeat:no-repeat;background-size:16px;width:16px;height:16px}.idms_ImageNav{float:left;background-repeat:no-repeat;background-size:56px;width:56px;height:46px}.idms_Image_BOM16{background-image:url(ccc65cbdaa7ca342cf8a736f654e981a.png)}.idms_Image_BOM16.idms_HoverImage:hover{background:url(773bf21326e31e99b0c74280ef071564.png)}.idms_Image_Document16{background-image:url(3e60affbc58928ed13ca56ed869c1016.png)}.idms_Image_Error{background-image:url(467a193c2b6c26046e72f49105dab36e.png)}.idms_Image_Home16{background-image:url(769e43ef0a8f9ba7a3007dab26d85228.png)}.idms_Image_OK{background-image:url(23f833e4552831bc6935e4532196663e.png)}.idms_Image_PDF{background-image:url(96e27bdbfb4132bc03ac7259563e458c.png)}.idms_Image_PDF16{background-image:url(0073bc0b8dc661c3857009181a5264d2.png)}.idms_Image_PDF16.idms_HoverImage:hover{background-color:transparent !important;background-image:url(3f4af1117b1fc2104c7b5877f034b3f5.png)}.idms_Image_StepInto16{background-image:url(506f0feaabfeb089277300b57c5a0f03.png)}.idms_Image_Info16{background-image:url(a048dafab0068a4bf239e04a8bbd6d4d.png)}.idms_Image_Info16.idms_HoverImage:hover{background-color:transparent !important;background-image:url(a14533f328ee8b037ebbd2894f19f7a7.png)}.idms_Image_Warning{background-image:url(42f95f995791eb924aed6d7e5719316b.png)}.idms_Image_MoveUp{background-image:url(7fab41fe70542cda0711a47244c9071d.png)}.idms_Image_Previous{background-image:url(7cf868b78cc4958f88738895918c1145.png)}.idms_Image_StackZero{background-image:url(87dcb41c4e8fc7a2e30ecd6efd612f8b.png)}.idms_Image_StackSmall{background-image:url(50f46e830048cae510487b02ff72f037.png)}.idms_Image_StackMedium{background-image:url(3a0e5e71b28ff167e78fdec12a360662.png)}.idms_Image_StackLarge{background-image:url(61b95ab8851cfb1fd701a9291a912ecb.png)}.idms_Image_StackXLarge{background-image:url(c9abca60acb3b74b4d030bd9ded4256f.png)}/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(891e3f340c1126b4c7c142e5f6e86816.woff) format('woff');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\F000"}.fa-music:before{content:"\F001"}.fa-search:before{content:"\F002"}.fa-envelope-o:before{content:"\F003"}.fa-heart:before{content:"\F004"}.fa-star:before{content:"\F005"}.fa-star-o:before{content:"\F006"}.fa-user:before{content:"\F007"}.fa-film:before{content:"\F008"}.fa-th-large:before{content:"\F009"}.fa-th:before{content:"\F00A"}.fa-th-list:before{content:"\F00B"}.fa-check:before{content:"\F00C"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\F00D"}.fa-search-plus:before{content:"\F00E"}.fa-search-minus:before{content:"\F010"}.fa-power-off:before{content:"\F011"}.fa-signal:before{content:"\F012"}.fa-gear:before,.fa-cog:before{content:"\F013"}.fa-trash-o:before{content:"\F014"}.fa-home:before{content:"\F015"}.fa-file-o:before{content:"\F016"}.fa-clock-o:before{content:"\F017"}.fa-road:before{content:"\F018"}.fa-download:before{content:"\F019"}.fa-arrow-circle-o-down:before{content:"\F01A"}.fa-arrow-circle-o-up:before{content:"\F01B"}.fa-inbox:before{content:"\F01C"}.fa-play-circle-o:before{content:"\F01D"}.fa-rotate-right:before,.fa-repeat:before{content:"\F01E"}.fa-refresh:before{content:"\F021"}.fa-list-alt:before{content:"\F022"}.fa-lock:before{content:"\F023"}.fa-flag:before{content:"\F024"}.fa-headphones:before{content:"\F025"}.fa-volume-off:before{content:"\F026"}.fa-volume-down:before{content:"\F027"}.fa-volume-up:before{content:"\F028"}.fa-qrcode:before{content:"\F029"}.fa-barcode:before{content:"\F02A"}.fa-tag:before{content:"\F02B"}.fa-tags:before{content:"\F02C"}.fa-book:before{content:"\F02D"}.fa-bookmark:before{content:"\F02E"}.fa-print:before{content:"\F02F"}.fa-camera:before{content:"\F030"}.fa-font:before{content:"\F031"}.fa-bold:before{content:"\F032"}.fa-italic:before{content:"\F033"}.fa-text-height:before{content:"\F034"}.fa-text-width:before{content:"\F035"}.fa-align-left:before{content:"\F036"}.fa-align-center:before{content:"\F037"}.fa-align-right:before{content:"\F038"}.fa-align-justify:before{content:"\F039"}.fa-list:before{content:"\F03A"}.fa-dedent:before,.fa-outdent:before{content:"\F03B"}.fa-indent:before{content:"\F03C"}.fa-video-camera:before{content:"\F03D"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\F03E"}.fa-pencil:before{content:"\F040"}.fa-map-marker:before{content:"\F041"}.fa-adjust:before{content:"\F042"}.fa-tint:before{content:"\F043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\F044"}.fa-share-square-o:before{content:"\F045"}.fa-check-square-o:before{content:"\F046"}.fa-arrows:before{content:"\F047"}.fa-step-backward:before{content:"\F048"}.fa-fast-backward:before{content:"\F049"}.fa-backward:before{content:"\F04A"}.fa-play:before{content:"\F04B"}.fa-pause:before{content:"\F04C"}.fa-stop:before{content:"\F04D"}.fa-forward:before{content:"\F04E"}.fa-fast-forward:before{content:"\F050"}.fa-step-forward:before{content:"\F051"}.fa-eject:before{content:"\F052"}.fa-chevron-left:before{content:"\F053"}.fa-chevron-right:before{content:"\F054"}.fa-plus-circle:before{content:"\F055"}.fa-minus-circle:before{content:"\F056"}.fa-times-circle:before{content:"\F057"}.fa-check-circle:before{content:"\F058"}.fa-question-circle:before{content:"\F059"}.fa-info-circle:before{content:"\F05A"}.fa-crosshairs:before{content:"\F05B"}.fa-times-circle-o:before{content:"\F05C"}.fa-check-circle-o:before{content:"\F05D"}.fa-ban:before{content:"\F05E"}.fa-arrow-left:before{content:"\F060"}.fa-arrow-right:before{content:"\F061"}.fa-arrow-up:before{content:"\F062"}.fa-arrow-down:before{content:"\F063"}.fa-mail-forward:before,.fa-share:before{content:"\F064"}.fa-expand:before{content:"\F065"}.fa-compress:before{content:"\F066"}.fa-plus:before{content:"\F067"}.fa-minus:before{content:"\F068"}.fa-asterisk:before{content:"\F069"}.fa-exclamation-circle:before{content:"\F06A"}.fa-gift:before{content:"\F06B"}.fa-leaf:before{content:"\F06C"}.fa-fire:before{content:"\F06D"}.fa-eye:before{content:"\F06E"}.fa-eye-slash:before{content:"\F070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\F071"}.fa-plane:before{content:"\F072"}.fa-calendar:before{content:"\F073"}.fa-random:before{content:"\F074"}.fa-comment:before{content:"\F075"}.fa-magnet:before{content:"\F076"}.fa-chevron-up:before{content:"\F077"}.fa-chevron-down:before{content:"\F078"}.fa-retweet:before{content:"\F079"}.fa-shopping-cart:before{content:"\F07A"}.fa-folder:before{content:"\F07B"}.fa-folder-open:before{content:"\F07C"}.fa-arrows-v:before{content:"\F07D"}.fa-arrows-h:before{content:"\F07E"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\F080"}.fa-twitter-square:before{content:"\F081"}.fa-facebook-square:before{content:"\F082"}.fa-camera-retro:before{content:"\F083"}.fa-key:before{content:"\F084"}.fa-gears:before,.fa-cogs:before{content:"\F085"}.fa-comments:before{content:"\F086"}.fa-thumbs-o-up:before{content:"\F087"}.fa-thumbs-o-down:before{content:"\F088"}.fa-star-half:before{content:"\F089"}.fa-heart-o:before{content:"\F08A"}.fa-sign-out:before{content:"\F08B"}.fa-linkedin-square:before{content:"\F08C"}.fa-thumb-tack:before{content:"\F08D"}.fa-external-link:before{content:"\F08E"}.fa-sign-in:before{content:"\F090"}.fa-trophy:before{content:"\F091"}.fa-github-square:before{content:"\F092"}.fa-upload:before{content:"\F093"}.fa-lemon-o:before{content:"\F094"}.fa-phone:before{content:"\F095"}.fa-square-o:before{content:"\F096"}.fa-bookmark-o:before{content:"\F097"}.fa-phone-square:before{content:"\F098"}.fa-twitter:before{content:"\F099"}.fa-facebook-f:before,.fa-facebook:before{content:"\F09A"}.fa-github:before{content:"\F09B"}.fa-unlock:before{content:"\F09C"}.fa-credit-card:before{content:"\F09D"}.fa-feed:before,.fa-rss:before{content:"\F09E"}.fa-hdd-o:before{content:"\F0A0"}.fa-bullhorn:before{content:"\F0A1"}.fa-bell:before{content:"\F0F3"}.fa-certificate:before{content:"\F0A3"}.fa-hand-o-right:before{content:"\F0A4"}.fa-hand-o-left:before{content:"\F0A5"}.fa-hand-o-up:before{content:"\F0A6"}.fa-hand-o-down:before{content:"\F0A7"}.fa-arrow-circle-left:before{content:"\F0A8"}.fa-arrow-circle-right:before{content:"\F0A9"}.fa-arrow-circle-up:before{content:"\F0AA"}.fa-arrow-circle-down:before{content:"\F0AB"}.fa-globe:before{content:"\F0AC"}.fa-wrench:before{content:"\F0AD"}.fa-tasks:before{content:"\F0AE"}.fa-filter:before{content:"\F0B0"}.fa-briefcase:before{content:"\F0B1"}.fa-arrows-alt:before{content:"\F0B2"}.fa-group:before,.fa-users:before{content:"\F0C0"}.fa-chain:before,.fa-link:before{content:"\F0C1"}.fa-cloud:before{content:"\F0C2"}.fa-flask:before{content:"\F0C3"}.fa-cut:before,.fa-scissors:before{content:"\F0C4"}.fa-copy:before,.fa-files-o:before{content:"\F0C5"}.fa-paperclip:before{content:"\F0C6"}.fa-save:before,.fa-floppy-o:before{content:"\F0C7"}.fa-square:before{content:"\F0C8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\F0C9"}.fa-list-ul:before{content:"\F0CA"}.fa-list-ol:before{content:"\F0CB"}.fa-strikethrough:before{content:"\F0CC"}.fa-underline:before{content:"\F0CD"}.fa-table:before{content:"\F0CE"}.fa-magic:before{content:"\F0D0"}.fa-truck:before{content:"\F0D1"}.fa-pinterest:before{content:"\F0D2"}.fa-pinterest-square:before{content:"\F0D3"}.fa-google-plus-square:before{content:"\F0D4"}.fa-google-plus:before{content:"\F0D5"}.fa-money:before{content:"\F0D6"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-up:before{content:"\F0D8"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-columns:before{content:"\F0DB"}.fa-unsorted:before,.fa-sort:before{content:"\F0DC"}.fa-sort-down:before,.fa-sort-desc:before{content:"\F0DD"}.fa-sort-up:before,.fa-sort-asc:before{content:"\F0DE"}.fa-envelope:before{content:"\F0E0"}.fa-linkedin:before{content:"\F0E1"}.fa-rotate-left:before,.fa-undo:before{content:"\F0E2"}.fa-legal:before,.fa-gavel:before{content:"\F0E3"}.fa-dashboard:before,.fa-tachometer:before{content:"\F0E4"}.fa-comment-o:before{content:"\F0E5"}.fa-comments-o:before{content:"\F0E6"}.fa-flash:before,.fa-bolt:before{content:"\F0E7"}.fa-sitemap:before{content:"\F0E8"}.fa-umbrella:before{content:"\F0E9"}.fa-paste:before,.fa-clipboard:before{content:"\F0EA"}.fa-lightbulb-o:before{content:"\F0EB"}.fa-exchange:before{content:"\F0EC"}.fa-cloud-download:before{content:"\F0ED"}.fa-cloud-upload:before{content:"\F0EE"}.fa-user-md:before{content:"\F0F0"}.fa-stethoscope:before{content:"\F0F1"}.fa-suitcase:before{content:"\F0F2"}.fa-bell-o:before{content:"\F0A2"}.fa-coffee:before{content:"\F0F4"}.fa-cutlery:before{content:"\F0F5"}.fa-file-text-o:before{content:"\F0F6"}.fa-building-o:before{content:"\F0F7"}.fa-hospital-o:before{content:"\F0F8"}.fa-ambulance:before{content:"\F0F9"}.fa-medkit:before{content:"\F0FA"}.fa-fighter-jet:before{content:"\F0FB"}.fa-beer:before{content:"\F0FC"}.fa-h-square:before{content:"\F0FD"}.fa-plus-square:before{content:"\F0FE"}.fa-angle-double-left:before{content:"\F100"}.fa-angle-double-right:before{content:"\F101"}.fa-angle-double-up:before{content:"\F102"}.fa-angle-double-down:before{content:"\F103"}.fa-angle-left:before{content:"\F104"}.fa-angle-right:before{content:"\F105"}.fa-angle-up:before{content:"\F106"}.fa-angle-down:before{content:"\F107"}.fa-desktop:before{content:"\F108"}.fa-laptop:before{content:"\F109"}.fa-tablet:before{content:"\F10A"}.fa-mobile-phone:before,.fa-mobile:before{content:"\F10B"}.fa-circle-o:before{content:"\F10C"}.fa-quote-left:before{content:"\F10D"}.fa-quote-right:before{content:"\F10E"}.fa-spinner:before{content:"\F110"}.fa-circle:before{content:"\F111"}.fa-mail-reply:before,.fa-reply:before{content:"\F112"}.fa-github-alt:before{content:"\F113"}.fa-folder-o:before{content:"\F114"}.fa-folder-open-o:before{content:"\F115"}.fa-smile-o:before{content:"\F118"}.fa-frown-o:before{content:"\F119"}.fa-meh-o:before{content:"\F11A"}.fa-gamepad:before{content:"\F11B"}.fa-keyboard-o:before{content:"\F11C"}.fa-flag-o:before{content:"\F11D"}.fa-flag-checkered:before{content:"\F11E"}.fa-terminal:before{content:"\F120"}.fa-code:before{content:"\F121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\F122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\F123"}.fa-location-arrow:before{content:"\F124"}.fa-crop:before{content:"\F125"}.fa-code-fork:before{content:"\F126"}.fa-unlink:before,.fa-chain-broken:before{content:"\F127"}.fa-question:before{content:"\F128"}.fa-info:before{content:"\F129"}.fa-exclamation:before{content:"\F12A"}.fa-superscript:before{content:"\F12B"}.fa-subscript:before{content:"\F12C"}.fa-eraser:before{content:"\F12D"}.fa-puzzle-piece:before{content:"\F12E"}.fa-microphone:before{content:"\F130"}.fa-microphone-slash:before{content:"\F131"}.fa-shield:before{content:"\F132"}.fa-calendar-o:before{content:"\F133"}.fa-fire-extinguisher:before{content:"\F134"}.fa-rocket:before{content:"\F135"}.fa-maxcdn:before{content:"\F136"}.fa-chevron-circle-left:before{content:"\F137"}.fa-chevron-circle-right:before{content:"\F138"}.fa-chevron-circle-up:before{content:"\F139"}.fa-chevron-circle-down:before{content:"\F13A"}.fa-html5:before{content:"\F13B"}.fa-css3:before{content:"\F13C"}.fa-anchor:before{content:"\F13D"}.fa-unlock-alt:before{content:"\F13E"}.fa-bullseye:before{content:"\F140"}.fa-ellipsis-h:before{content:"\F141"}.fa-ellipsis-v:before{content:"\F142"}.fa-rss-square:before{content:"\F143"}.fa-play-circle:before{content:"\F144"}.fa-ticket:before{content:"\F145"}.fa-minus-square:before{content:"\F146"}.fa-minus-square-o:before{content:"\F147"}.fa-level-up:before{content:"\F148"}.fa-level-down:before{content:"\F149"}.fa-check-square:before{content:"\F14A"}.fa-pencil-square:before{content:"\F14B"}.fa-external-link-square:before{content:"\F14C"}.fa-share-square:before{content:"\F14D"}.fa-compass:before{content:"\F14E"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\F150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\F151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\F152"}.fa-euro:before,.fa-eur:before{content:"\F153"}.fa-gbp:before{content:"\F154"}.fa-dollar:before,.fa-usd:before{content:"\F155"}.fa-rupee:before,.fa-inr:before{content:"\F156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\F157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\F158"}.fa-won:before,.fa-krw:before{content:"\F159"}.fa-bitcoin:before,.fa-btc:before{content:"\F15A"}.fa-file:before{content:"\F15B"}.fa-file-text:before{content:"\F15C"}.fa-sort-alpha-asc:before{content:"\F15D"}.fa-sort-alpha-desc:before{content:"\F15E"}.fa-sort-amount-asc:before{content:"\F160"}.fa-sort-amount-desc:before{content:"\F161"}.fa-sort-numeric-asc:before{content:"\F162"}.fa-sort-numeric-desc:before{content:"\F163"}.fa-thumbs-up:before{content:"\F164"}.fa-thumbs-down:before{content:"\F165"}.fa-youtube-square:before{content:"\F166"}.fa-youtube:before{content:"\F167"}.fa-xing:before{content:"\F168"}.fa-xing-square:before{content:"\F169"}.fa-youtube-play:before{content:"\F16A"}.fa-dropbox:before{content:"\F16B"}.fa-stack-overflow:before{content:"\F16C"}.fa-instagram:before{content:"\F16D"}.fa-flickr:before{content:"\F16E"}.fa-adn:before{content:"\F170"}.fa-bitbucket:before{content:"\F171"}.fa-bitbucket-square:before{content:"\F172"}.fa-tumblr:before{content:"\F173"}.fa-tumblr-square:before{content:"\F174"}.fa-long-arrow-down:before{content:"\F175"}.fa-long-arrow-up:before{content:"\F176"}.fa-long-arrow-left:before{content:"\F177"}.fa-long-arrow-right:before{content:"\F178"}.fa-apple:before{content:"\F179"}.fa-windows:before{content:"\F17A"}.fa-android:before{content:"\F17B"}.fa-linux:before{content:"\F17C"}.fa-dribbble:before{content:"\F17D"}.fa-skype:before{content:"\F17E"}.fa-foursquare:before{content:"\F180"}.fa-trello:before{content:"\F181"}.fa-female:before{content:"\F182"}.fa-male:before{content:"\F183"}.fa-gittip:before,.fa-gratipay:before{content:"\F184"}.fa-sun-o:before{content:"\F185"}.fa-moon-o:before{content:"\F186"}.fa-archive:before{content:"\F187"}.fa-bug:before{content:"\F188"}.fa-vk:before{content:"\F189"}.fa-weibo:before{content:"\F18A"}.fa-renren:before{content:"\F18B"}.fa-pagelines:before{content:"\F18C"}.fa-stack-exchange:before{content:"\F18D"}.fa-arrow-circle-o-right:before{content:"\F18E"}.fa-arrow-circle-o-left:before{content:"\F190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\F191"}.fa-dot-circle-o:before{content:"\F192"}.fa-wheelchair:before{content:"\F193"}.fa-vimeo-square:before{content:"\F194"}.fa-turkish-lira:before,.fa-try:before{content:"\F195"}.fa-plus-square-o:before{content:"\F196"}.fa-space-shuttle:before{content:"\F197"}.fa-slack:before{content:"\F198"}.fa-envelope-square:before{content:"\F199"}.fa-wordpress:before{content:"\F19A"}.fa-openid:before{content:"\F19B"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\F19C"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\F19D"}.fa-yahoo:before{content:"\F19E"}.fa-google:before{content:"\F1A0"}.fa-reddit:before{content:"\F1A1"}.fa-reddit-square:before{content:"\F1A2"}.fa-stumbleupon-circle:before{content:"\F1A3"}.fa-stumbleupon:before{content:"\F1A4"}.fa-delicious:before{content:"\F1A5"}.fa-digg:before{content:"\F1A6"}.fa-pied-piper:before{content:"\F1A7"}.fa-pied-piper-alt:before{content:"\F1A8"}.fa-drupal:before{content:"\F1A9"}.fa-joomla:before{content:"\F1AA"}.fa-language:before{content:"\F1AB"}.fa-fax:before{content:"\F1AC"}.fa-building:before{content:"\F1AD"}.fa-child:before{content:"\F1AE"}.fa-paw:before{content:"\F1B0"}.fa-spoon:before{content:"\F1B1"}.fa-cube:before{content:"\F1B2"}.fa-cubes:before{content:"\F1B3"}.fa-behance:before{content:"\F1B4"}.fa-behance-square:before{content:"\F1B5"}.fa-steam:before{content:"\F1B6"}.fa-steam-square:before{content:"\F1B7"}.fa-recycle:before{content:"\F1B8"}.fa-automobile:before,.fa-car:before{content:"\F1B9"}.fa-cab:before,.fa-taxi:before{content:"\F1BA"}.fa-tree:before{content:"\F1BB"}.fa-spotify:before{content:"\F1BC"}.fa-deviantart:before{content:"\F1BD"}.fa-soundcloud:before{content:"\F1BE"}.fa-database:before{content:"\F1C0"}.fa-file-pdf-o:before{content:"\F1C1"}.fa-file-word-o:before{content:"\F1C2"}.fa-file-excel-o:before{content:"\F1C3"}.fa-file-powerpoint-o:before{content:"\F1C4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\F1C5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\F1C6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\F1C7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\F1C8"}.fa-file-code-o:before{content:"\F1C9"}.fa-vine:before{content:"\F1CA"}.fa-codepen:before{content:"\F1CB"}.fa-jsfiddle:before{content:"\F1CC"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\F1CD"}.fa-circle-o-notch:before{content:"\F1CE"}.fa-ra:before,.fa-rebel:before{content:"\F1D0"}.fa-ge:before,.fa-empire:before{content:"\F1D1"}.fa-git-square:before{content:"\F1D2"}.fa-git:before{content:"\F1D3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\F1D4"}.fa-tencent-weibo:before{content:"\F1D5"}.fa-qq:before{content:"\F1D6"}.fa-wechat:before,.fa-weixin:before{content:"\F1D7"}.fa-send:before,.fa-paper-plane:before{content:"\F1D8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\F1D9"}.fa-history:before{content:"\F1DA"}.fa-circle-thin:before{content:"\F1DB"}.fa-header:before{content:"\F1DC"}.fa-paragraph:before{content:"\F1DD"}.fa-sliders:before{content:"\F1DE"}.fa-share-alt:before{content:"\F1E0"}.fa-share-alt-square:before{content:"\F1E1"}.fa-bomb:before{content:"\F1E2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\F1E3"}.fa-tty:before{content:"\F1E4"}.fa-binoculars:before{content:"\F1E5"}.fa-plug:before{content:"\F1E6"}.fa-slideshare:before{content:"\F1E7"}.fa-twitch:before{content:"\F1E8"}.fa-yelp:before{content:"\F1E9"}.fa-newspaper-o:before{content:"\F1EA"}.fa-wifi:before{content:"\F1EB"}.fa-calculator:before{content:"\F1EC"}.fa-paypal:before{content:"\F1ED"}.fa-google-wallet:before{content:"\F1EE"}.fa-cc-visa:before{content:"\F1F0"}.fa-cc-mastercard:before{content:"\F1F1"}.fa-cc-discover:before{content:"\F1F2"}.fa-cc-amex:before{content:"\F1F3"}.fa-cc-paypal:before{content:"\F1F4"}.fa-cc-stripe:before{content:"\F1F5"}.fa-bell-slash:before{content:"\F1F6"}.fa-bell-slash-o:before{content:"\F1F7"}.fa-trash:before{content:"\F1F8"}.fa-copyright:before{content:"\F1F9"}.fa-at:before{content:"\F1FA"}.fa-eyedropper:before{content:"\F1FB"}.fa-paint-brush:before{content:"\F1FC"}.fa-birthday-cake:before{content:"\F1FD"}.fa-area-chart:before{content:"\F1FE"}.fa-pie-chart:before{content:"\F200"}.fa-line-chart:before{content:"\F201"}.fa-lastfm:before{content:"\F202"}.fa-lastfm-square:before{content:"\F203"}.fa-toggle-off:before{content:"\F204"}.fa-toggle-on:before{content:"\F205"}.fa-bicycle:before{content:"\F206"}.fa-bus:before{content:"\F207"}.fa-ioxhost:before{content:"\F208"}.fa-angellist:before{content:"\F209"}.fa-cc:before{content:"\F20A"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\F20B"}.fa-meanpath:before{content:"\F20C"}.fa-buysellads:before{content:"\F20D"}.fa-connectdevelop:before{content:"\F20E"}.fa-dashcube:before{content:"\F210"}.fa-forumbee:before{content:"\F211"}.fa-leanpub:before{content:"\F212"}.fa-sellsy:before{content:"\F213"}.fa-shirtsinbulk:before{content:"\F214"}.fa-simplybuilt:before{content:"\F215"}.fa-skyatlas:before{content:"\F216"}.fa-cart-plus:before{content:"\F217"}.fa-cart-arrow-down:before{content:"\F218"}.fa-diamond:before{content:"\F219"}.fa-ship:before{content:"\F21A"}.fa-user-secret:before{content:"\F21B"}.fa-motorcycle:before{content:"\F21C"}.fa-street-view:before{content:"\F21D"}.fa-heartbeat:before{content:"\F21E"}.fa-venus:before{content:"\F221"}.fa-mars:before{content:"\F222"}.fa-mercury:before{content:"\F223"}.fa-intersex:before,.fa-transgender:before{content:"\F224"}.fa-transgender-alt:before{content:"\F225"}.fa-venus-double:before{content:"\F226"}.fa-mars-double:before{content:"\F227"}.fa-venus-mars:before{content:"\F228"}.fa-mars-stroke:before{content:"\F229"}.fa-mars-stroke-v:before{content:"\F22A"}.fa-mars-stroke-h:before{content:"\F22B"}.fa-neuter:before{content:"\F22C"}.fa-genderless:before{content:"\F22D"}.fa-facebook-official:before{content:"\F230"}.fa-pinterest-p:before{content:"\F231"}.fa-whatsapp:before{content:"\F232"}.fa-server:before{content:"\F233"}.fa-user-plus:before{content:"\F234"}.fa-user-times:before{content:"\F235"}.fa-hotel:before,.fa-bed:before{content:"\F236"}.fa-viacoin:before{content:"\F237"}.fa-train:before{content:"\F238"}.fa-subway:before{content:"\F239"}.fa-medium:before{content:"\F23A"}.fa-yc:before,.fa-y-combinator:before{content:"\F23B"}.fa-optin-monster:before{content:"\F23C"}.fa-opencart:before{content:"\F23D"}.fa-expeditedssl:before{content:"\F23E"}.fa-battery-4:before,.fa-battery-full:before{content:"\F240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\F241"}.fa-battery-2:before,.fa-battery-half:before{content:"\F242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\F243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\F244"}.fa-mouse-pointer:before{content:"\F245"}.fa-i-cursor:before{content:"\F246"}.fa-object-group:before{content:"\F247"}.fa-object-ungroup:before{content:"\F248"}.fa-sticky-note:before{content:"\F249"}.fa-sticky-note-o:before{content:"\F24A"}.fa-cc-jcb:before{content:"\F24B"}.fa-cc-diners-club:before{content:"\F24C"}.fa-clone:before{content:"\F24D"}.fa-balance-scale:before{content:"\F24E"}.fa-hourglass-o:before{content:"\F250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\F251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\F252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\F253"}.fa-hourglass:before{content:"\F254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\F255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\F256"}.fa-hand-scissors-o:before{content:"\F257"}.fa-hand-lizard-o:before{content:"\F258"}.fa-hand-spock-o:before{content:"\F259"}.fa-hand-pointer-o:before{content:"\F25A"}.fa-hand-peace-o:before{content:"\F25B"}.fa-trademark:before{content:"\F25C"}.fa-registered:before{content:"\F25D"}.fa-creative-commons:before{content:"\F25E"}.fa-gg:before{content:"\F260"}.fa-gg-circle:before{content:"\F261"}.fa-tripadvisor:before{content:"\F262"}.fa-odnoklassniki:before{content:"\F263"}.fa-odnoklassniki-square:before{content:"\F264"}.fa-get-pocket:before{content:"\F265"}.fa-wikipedia-w:before{content:"\F266"}.fa-safari:before{content:"\F267"}.fa-chrome:before{content:"\F268"}.fa-firefox:before{content:"\F269"}.fa-opera:before{content:"\F26A"}.fa-internet-explorer:before{content:"\F26B"}.fa-tv:before,.fa-television:before{content:"\F26C"}.fa-contao:before{content:"\F26D"}.fa-500px:before{content:"\F26E"}.fa-amazon:before{content:"\F270"}.fa-calendar-plus-o:before{content:"\F271"}.fa-calendar-minus-o:before{content:"\F272"}.fa-calendar-times-o:before{content:"\F273"}.fa-calendar-check-o:before{content:"\F274"}.fa-industry:before{content:"\F275"}.fa-map-pin:before{content:"\F276"}.fa-map-signs:before{content:"\F277"}.fa-map-o:before{content:"\F278"}.fa-map:before{content:"\F279"}.fa-commenting:before{content:"\F27A"}.fa-commenting-o:before{content:"\F27B"}.fa-houzz:before{content:"\F27C"}.fa-vimeo:before{content:"\F27D"}.fa-black-tie:before{content:"\F27E"}.fa-fonticons:before{content:"\F280"}.fa-reddit-alien:before{content:"\F281"}.fa-edge:before{content:"\F282"}.fa-credit-card-alt:before{content:"\F283"}.fa-codiepie:before{content:"\F284"}.fa-modx:before{content:"\F285"}.fa-fort-awesome:before{content:"\F286"}.fa-usb:before{content:"\F287"}.fa-product-hunt:before{content:"\F288"}.fa-mixcloud:before{content:"\F289"}.fa-scribd:before{content:"\F28A"}.fa-pause-circle:before{content:"\F28B"}.fa-pause-circle-o:before{content:"\F28C"}.fa-stop-circle:before{content:"\F28D"}.fa-stop-circle-o:before{content:"\F28E"}.fa-shopping-bag:before{content:"\F290"}.fa-shopping-basket:before{content:"\F291"}.fa-hashtag:before{content:"\F292"}.fa-bluetooth:before{content:"\F293"}.fa-bluetooth-b:before{content:"\F294"}.fa-percent:before{content:"\F295"}.fa-gitlab:before{content:"\F296"}.fa-wpbeginner:before{content:"\F297"}.fa-wpforms:before{content:"\F298"}.fa-envira:before{content:"\F299"}.fa-universal-access:before{content:"\F29A"}.fa-wheelchair-alt:before{content:"\F29B"}.fa-question-circle-o:before{content:"\F29C"}.fa-blind:before{content:"\F29D"}.fa-audio-description:before{content:"\F29E"}.fa-volume-control-phone:before{content:"\F2A0"}.fa-braille:before{content:"\F2A1"}.fa-assistive-listening-systems:before{content:"\F2A2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\F2A3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\F2A4"}.fa-glide:before{content:"\F2A5"}.fa-glide-g:before{content:"\F2A6"}.fa-signing:before,.fa-sign-language:before{content:"\F2A7"}.fa-low-vision:before{content:"\F2A8"}.fa-viadeo:before{content:"\F2A9"}.fa-viadeo-square:before{content:"\F2AA"}.fa-snapchat:before{content:"\F2AB"}.fa-snapchat-ghost:before{content:"\F2AC"}.fa-snapchat-square:before{content:"\F2AD"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.idms_Button.k-button>.k-icon.k-i-excel{position:relative;left:-3px}.k-button .k-icon,span.k-icon,span.k-sprite{color:#888 !important}.idms_DockWidgetCommands>span.k-icon{color:white !important}.idms_DockWidgetCommands>span.k-icon:hover{color:#92c0e0 !important}.idms_MainMenuSubGroupButton:active{border-color:#b3b3b3}.k-nodata{min-height:15px}.k-splitbar .k-icon{background-color:transparent}.k-splitbar-horizontal .k-i-arrow-60-right{margin-left:0}.k-splitbar-horizontal .k-i-arrow-60-left{margin-left:0}.k-numeric-wrap{padding-right:0px}.k-button{line-height:1.72em}.k-i-loading{background-image:url(def1d1d5631eb593e768353834eb9754.gif) !important}
/*# sourceMappingURL=RWF.styles.css.map*/