﻿/**
* DevExtreme (dx.common.css)
* Version: 19.2.3
* Build date: Tue Oct 22 2019
*
* Copyright (c) 2012 - 2019 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-clearfix:before,
.dx-clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.dx-clearfix:after {
	clear: both;
}

.dx-translate-disabled {
	-webkit-transform: none !important;
	transform: none !important;
}

.dx-hidden-input {
	position: fixed;
	top: -10px;
	left: -10px;
	width: 0;
	height: 0;
}

.dx-user-select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.dx-state-invisible,
.dx-hidden {
	display: none !important;
}

.dx-gesture-cover {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2147483647;
}

.dx-animating {
	pointer-events: none;
}

.dx-fade-animation.dx-enter,
.dx-no-direction.dx-enter,
.dx-fade-animation.dx-leave.dx-leave-active,
.dx-no-direction.dx-leave.dx-leave-active {
	opacity: 0;
}

	.dx-fade-animation.dx-leave,
	.dx-no-direction.dx-leave,
	.dx-fade-animation.dx-enter.dx-enter-active,
	.dx-no-direction.dx-enter.dx-enter-active {
		opacity: 1;
	}

.dx-overflow-animation.dx-enter.dx-forward {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	z-index: 2;
}

.dx-overflow-animation.dx-enter.dx-enter-active.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.dx-overflow-animation.dx-enter.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}

.dx-overflow-animation.dx-enter.dx-enter-active.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}

.dx-overflow-animation.dx-leave.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}

.dx-overflow-animation.dx-leave.dx-leave-active.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}

.dx-overflow-animation.dx-leave.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
}

.dx-overflow-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	z-index: 2;
}

.dx-slide-animation.dx-enter.dx-forward {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.dx-slide-animation.dx-enter.dx-enter-active.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-enter.dx-backward {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.dx-slide-animation.dx-enter.dx-enter-active.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-leave.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-leave.dx-leave-active.dx-forward {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.dx-slide-animation.dx-leave.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dx-slide-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.dx-opendoor-animation.dx-enter.dx-forward {
	-webkit-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
	transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
	-webkit-transform-origin: center left 0;
	transform-origin: center left 0;
	opacity: 0;
}

.dx-opendoor-animation.dx-enter.dx-enter-active.dx-forward {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.dx-opendoor-animation.dx-enter.dx-enter-active.dx-backward {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.dx-opendoor-animation.dx-leave.dx-forward {
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: center left 0;
	transform-origin: center left 0;
	opacity: 1;
}

.dx-opendoor-animation.dx-leave.dx-backward {
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: center left 0;
	transform-origin: center left 0;
	opacity: 1;
}

.dx-opendoor-animation.dx-leave.dx-leave-active.dx-forward {
	-webkit-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
	transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
	-webkit-transform-origin: center left 0;
	transform-origin: center left 0;
	opacity: 0;
}

.dx-opendoor-animation.dx-enter.dx-backward {
	-webkit-transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
	transform: matrix3d(0.5, 0, 0.87, -0.001, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
	-webkit-transform-origin: center left 0;
	transform-origin: center left 0;
	opacity: 0;
}

.dx-opendoor-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
	transform: matrix3d(0.71, 0, 0.71, 0.001, 0, 1, 0, 0, -0.71, 0, 0.71, 0, 0, 0, 0, 1);
	opacity: 0;
}

.dx-win-pop-animation.dx-enter.dx-forward {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.dx-win-pop-animation.dx-enter.dx-enter-active.dx-forward {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.dx-win-pop-animation.dx-leave.dx-leave-active.dx-forward {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.dx-win-pop-animation.dx-enter.dx-backward {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.dx-win-pop-animation.dx-enter.dx-enter-active.dx-backward {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.dx-win-pop-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.dx-android-pop-animation.dx-enter.dx-forward,
.dx-android-pop-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0);
	opacity: 0;
}

.dx-android-pop-animation.dx-enter.dx-enter-active.dx-forward,
.dx-android-pop-animation.dx-leave.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dx-android-pop-animation.dx-enter.dx-forward,
.dx-android-pop-animation.dx-leave.dx-backward {
	z-index: 1;
}

.dx-ios7-slide-animation.dx-enter.dx-forward {
	z-index: 2;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-forward {
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dx-ios7-slide-animation.dx-enter.dx-backward {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	z-index: 1;
}

.dx-ios7-slide-animation.dx-enter.dx-enter-active.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 1;
}

.dx-ios7-slide-animation.dx-leave.dx-forward {
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-forward {
	-webkit-transform: translate3d(-20%, 0, 0);
	transform: translate3d(-20%, 0, 0);
	z-index: 1;
}

.dx-ios7-slide-animation.dx-leave.dx-backward {
	z-index: 2;
}

.dx-ios7-slide-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	z-index: 2;
}

.dx-ios7-toolbar-animation.dx-enter.dx-forward {
	-webkit-transform: translate3d(40%, 0, 0);
	transform: translate3d(40%, 0, 0);
	opacity: 0;
	z-index: 2;
}

.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 2;
}

.dx-ios7-toolbar-animation.dx-enter.dx-backward {
	-webkit-transform: translate3d(-40%, 0, 0);
	transform: translate3d(-40%, 0, 0);
	opacity: 0;
	z-index: 1;
}

.dx-ios7-toolbar-animation.dx-enter.dx-enter-active.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 1;
}

.dx-ios7-toolbar-animation.dx-leave.dx-forward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 1;
}

.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-forward {
	-webkit-transform: translate3d(-40%, 0, 0);
	transform: translate3d(-40%, 0, 0);
	opacity: 0;
	z-index: 1;
}

.dx-ios7-toolbar-animation.dx-leave.dx-backward {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	z-index: 2;
}

.dx-ios7-toolbar-animation.dx-leave.dx-leave-active.dx-backward {
	-webkit-transform: translate3d(40%, 0, 0);
	transform: translate3d(40%, 0, 0);
	opacity: 0;
	z-index: 2;
}

.dx-drop-animation.dx-enter,
.dx-drop-animation.dx-leave.dx-leave-active {
	-webkit-transform: translate3d(0, -120%, 0);
	transform: translate3d(0, -120%, 0);
}

	.dx-drop-animation.dx-leave,
	.dx-drop-animation.dx-enter.dx-enter-active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

.dx-3d-drop-animation.dx-enter,
.dx-3d-drop-animation.dx-leave.dx-leave-active {
	-webkit-transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
	transform: rotate3d(1, 0, 0, 10deg) translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
	opacity: 0;
}

	.dx-3d-drop-animation.dx-leave,
	.dx-3d-drop-animation.dx-enter.dx-enter-active {
		-webkit-transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: rotate3d(1, 0, 0, 0) translate3d(0, 0, 0) scale3d(1, 1, 1);
		opacity: 1;
	}

.dx-fade-drop-animation.dx-enter,
.dx-fade-drop-animation.dx-leave.dx-leave-active {
	-webkit-transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
	transform: translate3d(0, -10px, 0) scale3d(1.1, 1.1, 1.1);
	opacity: 0;
}

	.dx-fade-drop-animation.dx-leave,
	.dx-fade-drop-animation.dx-enter.dx-enter-active {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		opacity: 1;
	}

.dx-fade-rise-animation.dx-enter,
.dx-fade-rise-animation.dx-leave.dx-leave-active {
	-webkit-transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
	transform: translate3d(0, 10px, 0) scale3d(1.1, 1.1, 1.1);
	opacity: 0;
}

	.dx-fade-rise-animation.dx-leave,
	.dx-fade-rise-animation.dx-enter.dx-enter-active {
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		opacity: 1;
	}

.dx-fade-slide-animation.dx-enter,
.dx-fade-slide-animation.dx-leave.dx-leave-active {
	-webkit-transform: translate3d(40%, 0, 0);
	transform: translate3d(40%, 0, 0);
	opacity: 0;
}

	.dx-fade-slide-animation.dx-leave,
	.dx-fade-slide-animation.dx-enter.dx-enter-active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

.dx-fade-zoom-animation.dx-enter,
.dx-fade-zoom-animation.dx-leave.dx-leave-active {
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
	opacity: 0;
}

	.dx-fade-zoom-animation.dx-leave,
	.dx-fade-zoom-animation.dx-enter.dx-enter-active {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		opacity: 1;
	}

.dx-icon-plus,
.dx-icon-overflow,
.dx-icon-add,
.dx-icon-airplane,
.dx-icon-arrowleft,
.dx-icon-arrowdown,
.dx-icon-arrowright,
.dx-icon-arrowup,
.dx-icon-bookmark,
.dx-icon-box,
.dx-icon-car,
.dx-icon-card,
.dx-icon-cart,
.dx-icon-chart,
.dx-icon-clock,
.dx-icon-close,
.dx-icon-comment,
.dx-icon-doc,
.dx-icon-download,
.dx-icon-edit,
.dx-icon-email,
.dx-icon-event,
.dx-icon-favorites,
.dx-icon-find,
.dx-icon-folder,
.dx-icon-food,
.dx-icon-gift,
.dx-icon-globe,
.dx-icon-group,
.dx-icon-help,
.dx-icon-home,
.dx-icon-image,
.dx-icon-info,
.dx-icon-key,
.dx-icon-like,
.dx-icon-map,
.dx-icon-menu,
.dx-icon-money,
.dx-icon-music,
.dx-icon-percent,
.dx-icon-photo,
.dx-icon-preferences,
.dx-icon-product,
.dx-icon-refresh,
.dx-icon-remove,
.dx-icon-runner,
.dx-icon-tags,
.dx-icon-tel,
.dx-icon-tips,
.dx-icon-todo,
.dx-icon-toolbox,
.dx-icon-user,
.dx-icon-save,
.dx-icon-clear,
.dx-icon-search,
.dx-icon-bold,
.dx-icon-italic,
.dx-icon-underline,
.dx-icon-strike,
.dx-icon-indent,
.dx-icon-fontsize,
.dx-icon-growfont,
.dx-icon-shrinkfont,
.dx-icon-color,
.dx-icon-background,
.dx-icon-superscript,
.dx-icon-subscript,
.dx-icon-header,
.dx-icon-blockquote,
.dx-icon-formula,
.dx-icon-codeblock,
.dx-icon-orderedlist,
.dx-icon-bulletlist,
.dx-icon-increaseindent,
.dx-icon-decreaseindent,
.dx-icon-alignleft,
.dx-icon-alignright,
.dx-icon-aligncenter,
.dx-icon-alignjustify,
.dx-icon-link,
.dx-icon-video,
.dx-icon-mention,
.dx-icon-variable,
.dx-icon-clearformat,
.dx-icon-undo,
.dx-icon-redo {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.dx-icon {
	background-position: 50% 50%;
}

.dx-svg-icon {
	pointer-events: none;
}

.dx-color-scheme {
	font-family: "#";
}

.dx-widget {
	display: block;
	-ms-content-zooming: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	padding: 0;
	outline: 0;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

	.dx-widget,
	.dx-widget:before,
	.dx-widget:after,
	.dx-widget *,
	.dx-widget *:before,
	.dx-widget *:after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

.dx-item {
	outline: 0;
}

.dx-rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.dx-state-disabled {
	pointer-events: none;
}

.dx-draggable {
	left: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-draggable.dx-state-disabled,
	.dx-state-disabled .dx-draggable {
		cursor: default;
	}

.dx-draggable-clone {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

.dx-sortable {
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-sortable.dx-state-disabled,
	.dx-state-disabled .dx-sortable {
		cursor: default;
	}

.dx-sortable-dragging.dx-sortable-clone {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.9;
	z-index: 10000;
}

.dx-sortable-source {
	opacity: 0.5;
}

.dx-sortable-source-hidden {
	opacity: 0;
}

.dx-sortable-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10000;
}

.dx-sortable-placeholder-inside {
	border-width: 2px;
}

.dx-resizable {
	display: block;
	position: relative;
}

.dx-resizable-handle {
	position: absolute;
	z-index: 50;
}

.dx-state-disabled .dx-resizable-handle {
	cursor: default;
}

.dx-resizable-handle-left,
.dx-resizable-handle-right {
	top: 0;
	height: 100%;
	width: 3px;
}

.dx-resizable-handle-left {
	left: 0;
	cursor: e-resize;
}

.dx-resizable-handle-right {
	right: 0;
	cursor: e-resize;
}

.dx-resizable-handle-top,
.dx-resizable-handle-bottom {
	left: 0;
	width: 100%;
	height: 3px;
}

.dx-resizable-handle-top {
	top: 0;
	cursor: s-resize;
}

.dx-resizable-handle-bottom {
	bottom: 0;
	cursor: s-resize;
}

.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right,
.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
	width: 6px;
	height: 6px;
}

.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-bottom-right {
	cursor: se-resize;
}

.dx-resizable-handle-corner-top-right,
.dx-resizable-handle-corner-bottom-left {
	cursor: ne-resize;
}

.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-bottom-left {
	left: 0;
	border-bottom-right-radius: 100%;
}

.dx-resizable-handle-corner-top-right,
.dx-resizable-handle-corner-bottom-right {
	right: 0;
	border-bottom-left-radius: 100%;
}

.dx-resizable-handle-corner-top-left,
.dx-resizable-handle-corner-top-right {
	top: 0;
}

.dx-resizable-handle-corner-bottom-left,
.dx-resizable-handle-corner-bottom-right {
	bottom: 0;
}

.dx-fieldset {
	margin-bottom: 20px;
}

	.dx-fieldset .dx-field-value {
		margin: 0;
	}

	.dx-fieldset,
	.dx-fieldset * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

.dx-fieldset-header:empty {
	display: none;
}

.dx-field {
	position: relative;
	padding: 0.4em;
}

	.dx-field:before,
	.dx-field:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.dx-field:after {
		clear: both;
	}

.dx-field-label {
	float: left;
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-field-value,
.dx-field-value-static {
	float: right;
}

.dx-field-value-static {
	white-space: normal;
}

.dx-field-value.dx-datebox {
	min-width: 60%;
}

.dx-field-value:not(.dx-widget) > .dx-datebox {
	min-width: 100%;
}

.dx-field-value .dx-selectbox-tag-container {
	white-space: normal;
}

.dx-field-value:not(.dx-widget) > .dx-selectbox.dx-selectbox-multiselect.dx-widget {
	position: relative;
	width: auto;
	text-align: left;
}

.dx-rtl .dx-fieldset .dx-field-label,
.dx-fieldset.dx-rtl .dx-field-label {
	float: right;
}

.dx-rtl .dx-fieldset .dx-field-value,
.dx-fieldset.dx-rtl .dx-field-value {
	float: left;
}

.dx-card {
	overflow: hidden;
}

.dx-box-item-content {
	font-size: 14px;
}

.dx-box-fallback-item > .dx-box-item-content {
	width: 100%;
	height: 100%;
}

.dx-box-item-content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
}

.dx-button-disabled {
	cursor: default;
}

.dx-button {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}

	.dx-button .dx-icon {
		-webkit-user-drag: none;
		display: inline-block;
		vertical-align: middle;
	}

.dx-button-content {
	height: 100%;
	max-height: 100%;
}

.dx-button-has-text .dx-button-content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-button-content:after {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
	font-size: 0;
}

.dx-button-link {
	text-decoration: none;
}

.dx-button-text {
	display: inline;
	vertical-align: middle;
}

.dx-button-submit-input {
	padding: 0;
	margin: 0;
	border: 0;
	height: 0;
	width: 0;
	font-size: 0;
	opacity: 0;
}

.dx-state-disabled.dx-button,
.dx-state-disabled .dx-button {
	cursor: default;
}

.dx-buttongroup {
	display: inline-block;
}

.dx-buttongroup-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.dx-buttongroup-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

	.dx-buttongroup-item.dx-button-mode-outlined,
	.dx-buttongroup-item.dx-button-mode-contained {
		border-left-width: 0;
	}

		.dx-buttongroup-item.dx-button-mode-outlined.dx-button,
		.dx-buttongroup-item.dx-button-mode-contained.dx-button {
			border-radius: 0;
		}

	.dx-buttongroup-item.dx-button-mode-text {
		margin-left: 1px;
	}

.dx-buttongroup-item-has-width {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
}

.dx-scrollable-scrollbar-simulated {
	position: relative;
}

.dx-scrollable {
	display: block;
	height: 100%;
	min-height: 0;
}

.dx-scrollable-native {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-scroll-snap-type: proximity;
}

	.dx-scrollable-native .dx-scrollable-scrollbar {
		display: none;
	}

	.dx-scrollable-native.dx-scrollable-scrollbar-simulated .dx-scrollable-scrollbar {
		display: block;
	}

	.dx-scrollable-native .dx-scrollable-container {
		-webkit-overflow-scrolling: touch;
		position: relative;
		height: 100%;
	}

	.dx-scrollable-native.dx-scrollable-vertical,
	.dx-scrollable-native.dx-scrollable-vertical .dx-scrollable-container {
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.dx-scrollable-native.dx-scrollable-horizontal,
	.dx-scrollable-native.dx-scrollable-horizontal .dx-scrollable-container {
		-ms-touch-action: pan-x;
		touch-action: pan-x;
		float: none;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.dx-scrollable-native.dx-scrollable-both,
	.dx-scrollable-native.dx-scrollable-both .dx-scrollable-container {
		-ms-touch-action: pan-y pan-x;
		touch-action: pan-y pan-x;
		float: none;
		overflow-x: auto;
		overflow-y: auto;
	}

	.dx-scrollable-native.dx-scrollable-disabled,
	.dx-scrollable-native.dx-scrollable-disabled .dx-scrollable-container {
		-ms-touch-action: auto;
		touch-action: auto;
	}

	.dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
		opacity: 0;
	}

	.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollable-content {
		min-height: 101%;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.dx-scrollable-native.dx-scrollable-native-ios.dx-scrollable-horizontal .dx-scrollable-content {
		min-height: 0;
		padding: 0;
	}

	.dx-scrollable-native.dx-scrollable-native-generic {
		-ms-overflow-style: auto;
		overflow: hidden;
	}

		.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollable-content {
			height: auto;
		}

	.dx-scrollable-native.dx-scrollable-native-android .dx-scrollable-content {
		-webkit-transform: none;
		transform: none;
		z-index: 0;
	}

.dx-scrollable-scrollbar-simulated ::-webkit-scrollbar,
.dx-scrollable-scrollbar-simulated .dx-scrollable-container ::-webkit-scrollbar {
	display: none;
}

.dx-scrollable-container {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	width: 100%;
	height: 100%;
}

	.dx-scrollable-container:focus {
		outline: none;
	}

.dx-scrollable-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.dx-scrollable-content {
	position: relative;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.dx-scrollable-content:before,
	.dx-scrollable-content:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.dx-scrollable-content:after {
		clear: both;
	}

.dx-scrollable-horizontal .dx-scrollable-content,
.dx-scrollable-both .dx-scrollable-content {
	display: block;
	float: left;
	min-width: 100%;
}

.dx-scrollable-scrollbar {
	position: absolute;
	pointer-events: auto;
}

.dx-scrollbar-vertical {
	top: 0;
	right: 0;
	height: 100%;
}

	.dx-scrollbar-vertical .dx-scrollable-scroll {
		width: 5px;
	}

.dx-scrollbar-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
}

	.dx-scrollbar-horizontal .dx-scrollable-scroll {
		height: 5px;
	}

.dx-scrollable-scroll {
	position: relative;
	background-color: #888;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transform: translate(0, 0);
	-webkit-transition: background-color 0s linear;
	transition: background-color 0s linear;
}

	.dx-scrollable-scroll.dx-state-invisible {
		display: block !important;
		background-color: transparent;
		background-color: rgba(0, 0, 0, 0);
		-webkit-transition: background-color 0.5s linear 1s;
		transition: background-color 0.5s linear 1s;
	}

.dx-rtl .dx-scrollable,
.dx-rtl.dx-scrollable {
	direction: ltr;
}

	.dx-rtl .dx-scrollable .dx-scrollable-content,
	.dx-rtl.dx-scrollable .dx-scrollable-content,
	.dx-rtl .dx-scrollable .dx-scrollable-container,
	.dx-rtl.dx-scrollable .dx-scrollable-container {
		direction: ltr;
	}

		.dx-rtl .dx-scrollable .dx-scrollable-content > *,
		.dx-rtl.dx-scrollable .dx-scrollable-content > * {
			direction: rtl;
		}

	.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical,
	.dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-vertical {
		right: auto;
		left: 0;
	}

	.dx-rtl .dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal,
	.dx-rtl.dx-scrollable .dx-scrollable-scrollbar.dx-scrollbar-horizontal {
		direction: ltr;
	}

.dx-device-ios-6 .dx-scrollable-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dx-device-android .dx-scrollable-native.dx-scrollable-scrollbars-hidden ::-webkit-scrollbar {
	display: none;
}

.dx-scrollable-simulated .dx-scrollable-content {
	overflow-anchor: none;
}

.dx-scrollable-simulated.dx-scrollable-disabled .dx-scrollable-scrollbar {
	pointer-events: none;
}

.dx-scrollable-native.dx-scrollable-native-generic .dx-scrollview-top-pocket {
	position: absolute;
	display: none;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-top-pocket {
	width: 40px;
	height: 40px;
	left: 50%;
	position: absolute;
	z-index: 1;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down {
	background-image: none;
	position: static;
	height: 100%;
	width: 100%;
	left: -50%;
	margin-left: -20px;
	padding: 0;
	border-radius: 50%;
}

	.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down.dx-scrollview-pull-down-loading {
		-webkit-transition: -webkit-transform 100ms linear;
		transition: -webkit-transform 100ms linear;
		transition: transform 100ms linear;
		transition: transform 100ms linear, -webkit-transform 100ms linear;
	}

	.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator {
		position: relative;
		top: 0;
		padding: 4px;
		margin: 0;
		height: 100%;
		width: 100%;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

		.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down .dx-scrollview-pull-down-indicator .dx-loadindicator {
			float: left;
		}

.dx-scrollable-native.dx-scrollable-native-android .dx-icon-pulldown {
	width: 100%;
	height: 100%;
	padding: 8px;
	font-size: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading.dx-scrollview-pull-down {
	-webkit-transition: top 0.2s ease-out 0s;
	transition: top 0.2s ease-out 0s;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-image {
	position: absolute;
	margin: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain;
	-webkit-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}

.dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
	display: none;
}

.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket {
	position: absolute;
	left: 0;
	width: 100%;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-content {
	-webkit-transition: -webkit-transform 400ms ease;
	transition: -webkit-transform 400ms ease;
	transition: transform 400ms ease;
	transition: transform 400ms ease, -webkit-transform 400ms ease;
	-webkit-transform: none;
	transform: none;
}

.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled {
	overflow-y: auto;
}

	.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-container {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollable-content {
		overflow-y: hidden;
	}

	.dx-scrollable-native.dx-scrollable-native-win8.dx-scrollable-disabled .dx-scrollview-content {
		overflow-y: hidden;
	}

.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollable-container {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.dx-scrollable-native.dx-scrollable-native-win8 .dx-scrollview-bottom-pocket {
	width: 100%;
	text-align: center;
}

.dx-device-android-4 .dx-scrollable-native.dx-scrollable-native-android .dx-scrollview-pull-down-loading .dx-icon-pulldown {
	display: block;
}

.dx-scrollview-content {
	position: static;
}

	.dx-scrollview-content:before,
	.dx-scrollview-content:after {
		display: table;
		content: "";
		line-height: 0;
	}

	.dx-scrollview-content:after {
		clear: both;
	}

.dx-scrollview-pull-down {
	width: 100%;
	height: 50px;
	padding: 15px 0;
	top: -80px;
	overflow: hidden;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-user-drag: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dx-scrollview-pull-down-container {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.dx-scrollview-pull-down-indicator {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-block;
	margin: -15px 20px 0 15px;
	width: 20px;
	-webkit-user-drag: none;
}

.dx-scrollview-pull-down-image {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	width: 20px;
	height: 50px;
	background-size: contain;
	-webkit-user-drag: none;
	-webkit-transform: translate(0, 0) rotate(0deg);
	transform: translate(0, 0) rotate(0deg);
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.dx-scrollview-pull-down-text {
	display: inline;
	vertical-align: middle;
	position: relative;
	overflow: visible;
	-webkit-user-drag: none;
}

	.dx-scrollview-pull-down-text div {
		position: absolute;
		left: 0;
		top: 0;
		white-space: nowrap;
		overflow: visible;
		opacity: 0;
	}

		.dx-scrollview-pull-down-text div.dx-scrollview-pull-down-text-visible {
			opacity: 1;
		}

.dx-scrollview-pull-down-ready .dx-scrollview-pull-down-image {
	-webkit-transform: translate(0, 0) rotate(-180deg);
	transform: translate(0, 0) rotate(-180deg);
}

.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-image {
	opacity: 0;
}

.dx-scrollview-pull-down-loading .dx-scrollview-pull-down-indicator {
	opacity: 1;
}

.dx-scrollview-scrollbottom {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	text-align: center;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

	.dx-scrollview-scrollbottom:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

.dx-scrollview-scrollbottom-indicator {
	display: inline-block;
	margin: 0 10px 0 0;
	-webkit-user-drag: none;
}

.dx-scrollview-scrollbottom-text {
	display: inline-block;
	margin-top: -20px;
	vertical-align: middle;
	-webkit-user-drag: none;
}

.dx-scrollview-scrollbottom-end {
	opacity: 0;
}

.dx-rtl .dx-scrollable-native.dx-scrollable-native-ios .dx-scrollview-top-pocket,
.dx-scrollable-native.dx-rtl.dx-scrollable-native-ios .dx-scrollview-top-pocket {
	left: auto;
	right: 0;
}

.dx-rtl .dx-scrollview-pull-down-container {
	text-align: left;
}

.dx-rtl .dx-scrollview-pull-down-indicator {
	left: auto;
	right: 0;
}

.dx-rtl .dx-scrollview-pull-down-text div {
	left: auto;
	right: 0;
}

.dx-rtl .dx-scrollview-scrollbottom-indicator {
	margin: 0 0 0 10px;
}

.dx-checkbox {
	display: inline-block;
	cursor: pointer;
	line-height: 0;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-checkbox.dx-state-readonly {
		cursor: default;
	}

.dx-checkbox-icon {
	display: inline-block;
	position: relative;
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.dx-checkbox-container {
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-checkbox-has-text .dx-checkbox-icon,
.dx-checkbox-has-text .dx-checkbox-text {
	vertical-align: middle;
}

.dx-checkbox-text {
	display: inline-block;
	vertical-align: middle;
	white-space: pre-wrap;
	word-wrap: break-word;
	line-height: normal;
	height: 100%;
	width: 100%;
}

.dx-rtl .dx-checkbox-text,
.dx-rtl.dx-checkbox-text {
	margin: 0;
	padding: 0;
}

.dx-state-disabled.dx-checkbox,
.dx-state-disabled .dx-checkbox {
	cursor: default;
}

.dx-switch {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}

.dx-switch-wrapper {
	display: inline-block;
	text-align: left;
	height: 100%;
	width: 100%;
}

	.dx-switch-wrapper:before {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}

.dx-switch-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dx-switch-container {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.dx-state-disabled.dx-switch,
.dx-state-disabled .dx-switch {
	cursor: default;
}

.dx-switch-inner {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dx-switch-handle {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.dx-switch-on-value .dx-switch-inner {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.dx-switch-on-value .dx-switch-handle {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.dx-rtl.dx-switch-wrapper,
.dx-rtl .dx-switch-wrapper {
	text-align: right;
}

.dx-rtl .dx-switch-inner {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.dx-rtl .dx-switch-handle {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.dx-rtl.dx-switch-on-value .dx-switch-handle {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.dx-badge {
	padding: 0 5px;
	border-radius: 14px;
	color: white;
	font-size: 13px;
	line-height: 1;
}

.dx-tabs-ie-hack a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: white;
	text-decoration: none;
	opacity: 0.001;
}

.dx-tabs {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	table-layout: fixed;
	position: relative;
}

	.dx-tabs.dx-tabs-stretched {
		table-layout: auto;
	}

	.dx-tabs.dx-overflow-hidden {
		overflow: hidden;
	}

.dx-tabs-wrapper {
	display: table-row;
}

.dx-tabs-scrollable .dx-tabs-wrapper {
	display: block;
	white-space: nowrap;
	height: 100%;
}

.dx-tabs-scrollable .dx-tab {
	height: 100%;
	display: inline-block;
}

	.dx-tabs-scrollable .dx-tab:before {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

.dx-tabs-scrollable .dx-scrollable-content {
	height: 100%;
}

.dx-tabs-nav-buttons .dx-tabs-scrollable {
	margin-right: 25px;
	margin-left: 25px;
}

.dx-tabs-nav-button {
	width: 25px;
	padding: 0;
	height: 100%;
	position: absolute;
	top: 0;
}

.dx-tabs-nav-button-left {
	left: 0;
}

.dx-tabs-nav-button-right {
	right: 0;
}

.dx-tabs-expanded {
	display: table;
}

.dx-tab {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
}

	.dx-tab a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		color: white;
		text-decoration: none;
		opacity: 0.001;
	}

	.dx-tab .dx-icon {
		width: 16px;
		height: 16px;
		display: block;
		margin: 0 auto;
		-webkit-user-drag: none;
	}

.dx-tab-content {
	display: inline-block;
	max-width: 100%;
}

.dx-tab-text {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
	-webkit-user-drag: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-tabs-item-badge {
	display: inline-block;
	vertical-align: top;
}

.dx-state-disabled .dx-tab {
	cursor: default;
}

.dx-map-container,
.dx-map-shield {
	position: relative;
	width: 100%;
	height: 100%;
	color: #000;
}

.dx-map-shield {
	top: -100%;
	left: 0;
	background: rgba(0, 0, 0, 0.01);
	opacity: 0.01;
}

.dx-tabs.dx-navbar {
	margin: 0;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-tabs.dx-navbar .dx-icon {
		display: block;
		margin: 0 auto;
		width: 31px;
		height: 31px;
	}

.dx-rtl.dx-tabs.dx-navbar .dx-icon,
.dx-rtl .dx-tabs.dx-navbar .dx-icon {
	margin: 0 auto;
}

.dx-tabs.dx-navbar .dx-tab-text {
	display: block;
	vertical-align: 50%;
}

.dx-nav-item {
	position: relative;
	vertical-align: bottom;
}

	.dx-nav-item.dx-state-disabled {
		cursor: default;
	}

.dx-nav-item-content {
	display: block;
}

.dx-nav-item a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.dx-navbar-item-badge {
	position: absolute;
	top: 11%;
	right: 50%;
	margin-right: -24px;
}

.dx-rtl .dx-nav-item .dx-navbar-item-badge {
	right: auto;
	left: 50%;
	margin-right: auto;
	margin-left: -24px;
}

.dx-texteditor {
	display: block;
}

	.dx-texteditor input::-ms-clear {
		display: none;
	}

.dx-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: auto;
	height: 100%;
	text-align: left;
	cursor: text;
	pointer-events: none;
}

	.dx-placeholder:before {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		content: attr(DATA-DX_PLACEHOLDER);
		pointer-events: none;
		white-space: nowrap;
	}

	.dx-placeholder:after {
		content: ' ';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

.dx-texteditor-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.dx-texteditor-buttons-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-basis: content;
	-ms-flex-preferred-size: content;
	flex-basis: content;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.dx-texteditor-input-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.dx-texteditor-input {
	-webkit-appearance: none;
	width: 100%;
	height: 100%;
	outline: 0;
	border: 0;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

	.dx-texteditor-input:-webkit-autofill + .dx-placeholder {
		display: none;
	}

.dx-show-clear-button {
	position: relative;
}

.dx-clear-button-area {
	height: 100%;
	width: 34px;
	position: relative;
	cursor: pointer;
	text-align: justify;
}

	.dx-clear-button-area .dx-icon-clear {
		position: absolute;
		display: inline-block;
		background-size: contain;
	}

.dx-texteditor-empty .dx-clear-button-area {
	display: none;
}

.dx-state-disabled .dx-placeholder {
	cursor: auto;
}

.dx-state-disabled .dx-clear-button-area {
	display: none;
}

.dx-state-disabled .dx-texteditor-input {
	opacity: 1;
}

.dx-rtl .dx-texteditor .dx-placeholder,
.dx-rtl.dx-texteditor .dx-placeholder {
	text-align: right;
	left: auto;
	right: 0;
}

.dx-device-android .dx-texteditor-input {
	-webkit-user-modify: read-write-plaintext-only;
}

.dx-searchbox .dx-icon-search {
	display: block;
	position: relative;
	pointer-events: none;
}

	.dx-searchbox .dx-icon-search:before {
		content: "";
		position: absolute;
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

.dx-dropdowneditor {
	position: relative;
}

	.dx-dropdowneditor.dx-dropdowneditor-field-clickable {
		cursor: pointer;
	}

.dx-dropdowneditor-input-wrapper {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

	.dx-dropdowneditor-input-wrapper .dx-texteditor {
		border: none;
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.dx-dropdowneditor-input-wrapper .dx-texteditor-input {
		text-overflow: ellipsis;
		border: 1px solid #ddd;
		border-radius:4px !important;
	}

		.dx-dropdowneditor-input-wrapper .dx-texteditor-input::-ms-clear {
			width: 0;
			height: 0;
		}

.dx-dropdowneditor-field-template-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.dx-dropdowneditor-active .dx-dropdowneditor-icon {
	opacity: 0.35;
}

.dx-dropdowneditor-button {
	position: relative;
	float: right;
	height: 100%;
	cursor: pointer;
}

	.dx-dropdowneditor-button .dx-button-content {
		text-align: center;
		white-space: nowrap;
	}

.dx-rtl .dx-dropdowneditor-button,
.dx-rtl.dx-dropdowneditor-button {
	float: left;
}

.dx-dropdowneditor-button.dx-dropdowneditor-readonly {
	cursor: default;
}

.dx-dropdowneditor-icon {
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.dx-state-disabled .dx-dropdowneditor,
.dx-state-disabled.dx-dropdowneditor {
	cursor: default;
}

.dx-state-disabled .dx-dropdowneditor-button {
	cursor: inherit;
}

.dx-state-disabled .dx-dropdowneditor-icon {
	opacity: 0.2;
}

.dx-list {
	margin: 0;
	min-height: 3em;
}

	.dx-list .dx-scrollview-content:focus {
		outline: 0;
	}

.dx-wrap-item-text > .dx-list-item > .dx-list-item-content {
	white-space: normal;
}

.dx-empty-collection .dx-list-select-all {
	display: none;
}

.dx-list-group-header:before {
	width: 0;
	height: 0;
	display: block;
	float: right;
	margin-top: 6px;
	border-style: solid;
	border-color: transparent;
	border-width: 5px 5px 0 5px;
}

.dx-list-collapsible-groups .dx-list-group-header {
	cursor: pointer;
}

	.dx-list-collapsible-groups .dx-list-group-header:before {
		content: ' ';
	}

.dx-list-group-collapsed .dx-list-group-header:before {
	border-width: 0 5px 5px 5px;
}

.dx-list-group-body {
	overflow: hidden;
}

.dx-list-item {
	position: static;
	cursor: pointer;
	display: table;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-list-item-content {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: table-cell;
	width: 100%;
}

	.dx-list-item-content:before {
		content: "_";
		color: transparent;
		display: inline-block;
		width: 0;
		float: left;
	}

.dx-list .dx-empty-message {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height: 3em;
}

.dx-list-item-badge-container {
	display: table-cell;
	width: 20px;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

.dx-list-item-badge {
	float: right;
	position: relative;
}

.dx-list-item-chevron-container {
	display: table-cell;
	width: 15px;
	vertical-align: middle;
}

.dx-list-item-icon-container {
	display: inline-block;
}

.dx-list-item-chevron {
	height: 8px;
	width: 8px;
	margin-left: -6px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-width: 2px 0 0 2px;
	border-style: solid;
	opacity: 0.3;
}

.dx-rtl .dx-list-item-chevron {
	margin-left: auto;
	margin-right: -6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.dx-list-item-response-wait {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.dx-list-slide-menu-content {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.dx-list-item-before-bag,
.dx-list-item-after-bag {
	display: table-cell;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

	.dx-list-item-before-bag .dx-list-toggle-delete-switch {
		display: block;
		float: left;
		padding: 3px 0;
	}

	.dx-list-item-before-bag .dx-icon-toggle-delete {
		-webkit-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}

	.dx-list-item-before-bag .dx-list-select-checkbox {
		float: left;
		-webkit-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}

.dx-list-select-all {
	white-space: nowrap;
}

.dx-list-select-all-label {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-list-item-after-bag .dx-list-reorder-handle {
	cursor: move;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	background-position: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.dx-state-disabled .dx-list-item-after-bag .dx-list-reorder-handle {
	cursor: default;
}

.dx-list-switchable-menu-shield-positioning {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.dx-device-android-4 .dx-list-switchable-menu-shield-positioning {
	-webkit-transform: none;
	transform: none;
}

.dx-list-switchable-delete-top-shield,
.dx-list-switchable-delete-bottom-shield {
	position: absolute;
	right: 0;
	left: 0;
	cursor: pointer;
}

.dx-list-switchable-delete-top-shield {
	top: 0;
}

.dx-list-switchable-delete-bottom-shield {
	bottom: 0;
}

.dx-list-switchable-delete-item-content-shield {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dx-list-switchable-delete-button-container {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.dx-list-switchable-delete-button-wrapper {
	display: table;
	height: 100%;
}

.dx-list-switchable-delete-button-inner-wrapper {
	display: table-cell;
	padding-left: 1px;
	height: 100%;
	vertical-align: middle;
}

.dx-list-switchable-menu-item-shield-positioning {
	position: relative;
}

	.dx-list-switchable-menu-item-shield-positioning .dx-list-slide-menu-content {
		position: relative;
	}

	.dx-list-switchable-menu-item-shield-positioning .dx-list-item-content {
		position: relative;
	}

.dx-list-switchable-delete-ready .dx-icon-toggle-delete {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.dx-list-slide-menu-buttons-container {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.dx-device-ios .dx-list-slide-menu-buttons-container {
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.dx-list-slide-menu-buttons {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	display: table;
	height: 100%;
}

.dx-list-slide-menu-button {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

.dx-list-static-delete-button {
	padding: 0 5px;
}

	.dx-list-static-delete-button .dx-button-content {
		overflow: visible;
	}

.dx-list-next-button {
	padding: 5px;
	text-align: center;
}

	.dx-list-next-button .dx-button {
		padding: 0 3em;
	}

.dx-state-disabled.dx-list-item,
.dx-state-disabled .dx-list-item {
	cursor: default;
}

.dx-state-disabled .dx-list-toggle-delete-switch,
.dx-state-disabled .dx-list-switchable-delete-button {
	cursor: default;
}

.dx-list-context-menuitem {
	cursor: pointer;
}

.dx-list-search {
	margin-bottom: 5px;
}

.dx-rtl .dx-list .dx-list-item-badge-container,
.dx-rtl.dx-list .dx-list-item-badge-container {
	padding-left: 10px;
	padding-right: 0;
}

.dx-rtl .dx-list .dx-list-item-badge,
.dx-rtl.dx-list .dx-list-item-badge {
	float: left;
}

.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-toggle-delete-switch {
	float: right;
}

.dx-rtl .dx-list .dx-list-item-before-bag .dx-list-select-checkbox,
.dx-rtl.dx-list .dx-list-item-before-bag .dx-list-select-checkbox {
	float: right;
}

.dx-rtl .dx-list .dx-list-switchable-delete-button-inner-wrapper,
.dx-rtl.dx-list .dx-list-switchable-delete-button-inner-wrapper {
	padding-right: 1px;
	padding-left: 0;
}

.dx-rtl .dx-list .dx-list-slide-item-delete-button-container,
.dx-rtl.dx-list .dx-list-slide-item-delete-button-container {
	right: 100%;
	left: 0;
}

.dx-rtl .dx-list .dx-list-slide-item-delete-button,
.dx-rtl.dx-list .dx-list-slide-item-delete-button {
	right: auto;
	left: 0;
}

.dx-rtl .dx-list .dx-list-group-header:before,
.dx-rtl.dx-list .dx-list-group-header:before {
	float: left;
}

.dx-textarea .dx-texteditor-input-container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.dx-textarea .dx-texteditor-input {
	resize: none;
	font-family: inherit;
	display: block;
	overflow: auto;
	white-space: pre-wrap;
	margin: 0;
}

.dx-textarea .dx-texteditor-input-auto-resize {
	overflow-y: hidden;
}

.dx-textarea .dx-placeholder {
	height: auto;
}

	.dx-textarea .dx-placeholder:before {
		white-space: normal;
	}

.dx-numberbox {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-numberbox input[type=number] {
		-moz-appearance: textfield;
	}

		.dx-numberbox input[type=number]::-webkit-outer-spin-button,
		.dx-numberbox input[type=number]::-webkit-inner-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}

.dx-numberbox-spin-container {
	width: 22px;
	height: 100%;
}

.dx-numberbox-spin-down,
.dx-numberbox-spin-up {
	position: relative;
	width: 100%;
	height: 50%;
	cursor: pointer;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-container {
	width: 64px;
}

.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-down,
.dx-numberbox-spin-touch-friendly .dx-numberbox-spin-up {
	width: 50%;
	height: 100%;
	display: inline-block;
}

.dx-numberbox-spin-up-icon,
.dx-numberbox-spin-down-icon {
	width: 100%;
	height: 100%;
}

.dx-state-disabled .dx-numberbox-spin-container {
	opacity: 0.2;
}

.dx-timeview {
	height: 250px;
	width: 270px;
}

	.dx-timeview.dx-state-disabled.dx-widget,
	.dx-timeview .dx-state-disabled.dx-widget,
	.dx-timeview.dx-state-disabled .dx-widget,
	.dx-timeview .dx-state-disabled .dx-widget {
		opacity: 1;
	}

.dx-timeview-clock {
	position: relative;
}

.dx-timeview-hourarrow,
.dx-timeview-minutearrow {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 50%;
	margin-left: -15px;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-backface-visibility: hidden;
}

.dx-timeview-field .dx-numberbox {
	width: 70px;
}

	.dx-timeview-field .dx-numberbox.dx-numberbox-spin-touch-friendly {
		width: 110px;
	}

.dx-dateview-item {
	margin: 0;
}

.dx-dateview-rollers {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.dx-dateviewroller {
	position: relative;
	vertical-align: top;
	cursor: pointer;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.dx-dateview-item-selected-frame:before,
.dx-dateview-item-selected-frame:after {
	pointer-events: none;
}

.dx-dateview-item-selected-border {
	display: none;
}

.dx-dateviewroller-month .dx-dateview-value-formatter,
.dx-dateviewroller-day .dx-dateview-name-formatter {
	display: none;
}

.dx-texteditor input[type=date]::-webkit-inner-spin-button {
	height: 20px;
}

.dx-datebox-native .dx-texteditor-buttons-container {
	pointer-events: none;
}

.dx-datebox-native.dx-state-focused.dx-texteditor-empty .dx-placeholder {
	display: none;
}

.dx-datebox {
	max-width: 100%;
}

	.dx-datebox .dx-texteditor-input::-webkit-datetime-edit {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dx-datebox.dx-texteditor-empty input::-webkit-datetime-edit {
		color: transparent;
	}

	.dx-datebox.dx-texteditor-empty.dx-state-focused input::-webkit-datetime-edit {
		color: inherit;
	}

.dx-datebox-wrapper .dx-popup-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.dx-rtl .dx-texteditor-input {
	text-align: right;
}

.dx-datebox-button-cell .dx-button {
	min-width: 90px;
}

	.dx-datebox-button-cell .dx-button.dx-datebox-apply-button {
		margin-right: 10px;
		margin-left: 0;
	}

	.dx-datebox-button-cell .dx-button.dx-datebox-cancel-button {
		margin-right: 0;
		margin-left: 0;
	}

.dx-datebox-buttons-container {
	text-align: right;
	width: 100%;
}

.dx-colorview-container-cell {
	float: left;
}

.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list {
	min-height: 40px;
	min-width: 100px;
}

	.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item {
		display: block;
	}

		.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item:last-of-type {
			border-bottom: none;
		}

	.dx-dropdownmenu-popup-wrapper .dx-dropdownmenu-list .dx-list-item-content {
		display: block;
	}

.dx-overlay-wrapper.dx-dropdownmenu-popup .dx-overlay-content .dx-popover-arrow {
	width: 0;
	height: 0;
}

.dx-dropdownmenu-popup-wrapper .dx-list-item {
	display: block;
}

.dx-toolbar {
	width: 100%;
}

	.dx-toolbar .dx-button-content:after {
		display: none;
	}

	.dx-toolbar .dx-button .dx-icon {
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

.dx-toolbar-items-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.dx-toolbar-item {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

	.dx-toolbar-item .dx-tabs {
		table-layout: auto;
	}

	.dx-toolbar-item img {
		display: block;
	}

.dx-toolbar-menu-container {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

	.dx-toolbar-menu-container .dx-tabs {
		table-layout: auto;
	}

	.dx-toolbar-menu-container img {
		display: block;
	}

.dx-toolbar-group {
	float: left;
	margin: 0 10px;
}

.dx-toolbar-before,
.dx-toolbar-after {
	position: absolute;
}

.dx-toolbar-center:empty {
	display: none;
}

.dx-toolbar-before {
	left: 0;
}

.dx-toolbar-after {
	right: 0;
}

.dx-toolbar-label {
	white-space: nowrap;
	-webkit-user-drag: none;
}

	.dx-toolbar-label .dx-toolbar-item-content > div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dx-toolbar-label > div {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0 -5px;
		padding: 0 5px;
	}

.dx-toolbar-center {
	margin: 0 auto;
	height: 100%;
	text-align: center;
}

.dx-toolbar-center,
.dx-toolbar-before,
.dx-toolbar-after {
	top: 0;
	display: table;
	height: 100%;
}

.dx-rtl .dx-toolbar-before {
	right: 0;
	left: auto;
}

.dx-rtl .dx-toolbar-after {
	right: auto;
	left: 0;
}

.dx-toolbar-menu-section:empty {
	display: none;
}

.dx-dropdownmenu-popup-wrapper .dx-toolbar-menu-custom > .dx-list-item-content,
.dx-toolbar-menu-section .dx-toolbar-hidden-button > .dx-list-item-content {
	padding: 0;
}

.dx-toolbar-menu-section.dx-toolbar-menu-last-section {
	border-bottom: none;
}

.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button {
	border: none;
	background: none;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 10px;
}

	.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-text {
		line-height: normal;
	}

	.dx-toolbar-menu-section .dx-toolbar-hidden-button .dx-button .dx-button-content {
		text-align: left;
	}

.dx-toolbar-text-auto-hide .dx-button .dx-button-text {
	display: none;
}

.dx-toolbar .dx-texteditor {
	width: 150px;
}

.dx-toolbar-item-invisible {
	display: none;
}

.dx-tileview div.dx-scrollable-container {
	overflow-y: hidden;
}

.dx-tile {
	position: absolute;
	text-align: center;
}

	.dx-tile.dx-state-active {
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
		-webkit-transition: -webkit-transform 100ms linear;
		transition: -webkit-transform 100ms linear;
		transition: transform 100ms linear;
		transition: transform 100ms linear, -webkit-transform 100ms linear;
	}

.dx-tile-content {
	padding: 0;
	width: 100%;
	height: 100%;
}

.dx-tileview-wrapper {
	position: relative;
	height: 1px;
}

.dx-device-ios-6 .dx-tile {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dx-overlay-wrapper {
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1000;
}

	.dx-overlay-wrapper,
	.dx-overlay-wrapper *,
	.dx-overlay-wrapper:before,
	.dx-overlay-wrapper:after,
	.dx-overlay-wrapper *:before,
	.dx-overlay-wrapper *:after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

.dx-overlay-modal {
	width: 100%;
	height: 100%;
}

.dx-overlay-shader {
	background-color: rgba(128, 128, 128, 0.5);
	pointer-events: auto;
}

.dx-overlay-content {
	position: absolute;
	pointer-events: auto;
	z-index: 1000;
	outline: 0;
	overflow: hidden;
}

	.dx-overlay-content > .dx-template-wrapper {
		height: 100%;
		width: 100%;
	}

.dx-device-android .dx-overlay-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dx-device-android .dx-scrollable-native .dx-overlay-content {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.dx-toast-content {
	display: inline-block;
	padding: 10px;
	vertical-align: middle;
}

.dx-toast-icon {
	display: table-cell;
	background-size: contain;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	vertical-align: middle;
	background-position: left center;
	background-repeat: no-repeat;
}

.dx-toast-message {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.dx-toast-info {
	background-color: #80b9e4;
}

.dx-toast-warning {
	background-color: #ffb277;
}

.dx-toast-error {
	background-color: #f77;
}

.dx-toast-success {
	background-color: #6ec881;
}

.dx-rtl .dx-toast-message {
	padding-left: 0;
	padding-right: 10px;
}

.dx-popup-title {
	padding: 10px;
	min-height: 19px;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	white-space: normal;
}

.dx-popup-draggable .dx-popup-title {
	cursor: move;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.dx-overlay-content > .dx-template-wrapper.dx-popup-title {
	height: auto;
	width: auto;
}

.dx-overlay-content .dx-popup-content > .dx-template-wrapper {
	height: 100%;
	width: 100%;
}

.dx-overlay-content .dx-popup-content {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dx-popup-flex-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-title,
.dx-overlay-wrapper .dx-overlay-content.dx-popup-flex-height > .dx-popup-bottom {
	width: 100%;
}

.dx-popup-flex-height .dx-popup-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.dx-popup-content {
	padding: 10px;
	-webkit-user-drag: none;
}

	.dx-popup-content.dx-dialog-content {
		padding: 0;
	}

.dx-popup-inherit-height .dx-popup-content > .dx-treeview,
.dx-popup-inherit-height .dx-popup-content > .dx-scrollable,
.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable {
	max-height: inherit;
	min-height: inherit;
}

	.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable-wrapper,
	.dx-popup-inherit-height .dx-popup-content > .dx-scrollable > .dx-scrollable-wrapper,
	.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper,
	.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable-wrapper > .dx-scrollable-container,
	.dx-popup-inherit-height .dx-popup-content > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
	.dx-popup-inherit-height .dx-popup-content > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
		max-height: inherit;
		min-height: inherit;
	}

.dx-popup-inherit-height .dx-popup-content > .dx-widget {
	max-height: inherit;
}

.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper {
	max-height: inherit;
	min-height: inherit;
}

	.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview,
	.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-scrollable,
	.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable {
		max-height: inherit;
		min-height: inherit;
	}

		.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable-wrapper,
		.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-scrollable > .dx-scrollable-wrapper,
		.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper,
		.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable-wrapper > .dx-scrollable-container,
		.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container,
		.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-treeview > .dx-scrollable > .dx-scrollable-wrapper > .dx-scrollable-container {
			max-height: inherit;
			min-height: inherit;
		}

	.dx-popup-inherit-height .dx-popup-content > .dx-template-wrapper > .dx-widget {
		max-height: inherit;
	}

.dx-dialog-root .dx-overlay-shader {
	background-color: #444;
}

.dx-dialog-message {
	padding: 10px 10px 5px 10px;
}

.dx-prevent-safari-scrolling {
	position: fixed;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
}

.dx-popover-wrapper .dx-popover-arrow:after {
	width: 14.14227125px;
	height: 14.14227125px;
}

.dx-popover-wrapper.dx-position-top .dx-popover-arrow,
.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow {
	width: 20px;
	height: 10px;
}

.dx-popover-wrapper.dx-position-right .dx-popover-arrow,
.dx-popover-wrapper.dx-position-left .dx-popover-arrow {
	width: 10px;
	height: 20px;
}

.dx-popover-arrow {
	position: absolute;
	z-index: 2000;
	overflow: hidden;
}

	.dx-popover-arrow:after {
		position: absolute;
		display: block;
		overflow: hidden;
		content: " ";
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

.dx-popover-wrapper.dx-position-top .dx-popover-arrow:after {
	top: 0;
	left: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
}

.dx-popover-wrapper.dx-position-bottom .dx-popover-arrow:after {
	right: 0;
	bottom: 0;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

.dx-popover-wrapper.dx-position-left .dx-popover-arrow:after {
	bottom: 0;
	left: 0;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.dx-popover-wrapper.dx-position-right .dx-popover-arrow:after {
	top: 0;
	right: 0;
	-webkit-transform-origin: top right;
	transform-origin: top right;
}

.dx-popover-wrapper .dx-overlay-content {
	overflow: visible;
}

.dx-popover-wrapper .dx-popup-content {
	overflow: hidden;
}

.dx-device-ios .dx-popover-arrow:after {
	-webkit-transform: rotate(-45deg) translateZ(0);
}

.dx-progressbar .dx-position-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-left .dx-progressbar-status,
.dx-progressbar .dx-position-right .dx-progressbar-status {
	display: table-cell;
	vertical-align: middle;
}

.dx-progressbar .dx-position-top-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-left .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-left .dx-progressbar-status,
.dx-progressbar .dx-position-bottom-left .dx-progressbar-status {
	float: left;
}

.dx-progressbar .dx-position-top-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-bottom-right .dx-progressbar-range-container,
.dx-progressbar .dx-position-top-right .dx-progressbar-status,
.dx-progressbar .dx-position-bottom-right .dx-progressbar-status {
	float: right;
}

.dx-progressbar .dx-position-top-center .dx-progressbar-status,
.dx-progressbar .dx-position-bottom-center .dx-progressbar-status {
	text-align: center;
}

.dx-progressbar .dx-position-left .dx-progressbar-status {
	padding-right: 8px;
}

.dx-progressbar .dx-position-right .dx-progressbar-status {
	padding-left: 8px;
}

.dx-progressbar:before {
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}

.dx-progressbar-range-container {
	width: 100%;
}

.dx-progressbar-container {
	position: relative;
	width: 100%;
}

.dx-progressbar-wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	direction: ltr;
}

.dx-progressbar-range {
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}

.dx-progressbar-status {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: 20px;
	font-size: 12px;
}

.dx-progressbar-animating-segment {
	display: none;
}

.dx-progressbar-animating-container {
	width: 100%;
}

.dx-rtl.dx-progressbar .dx-progressbar-wrapper,
.dx-rtl .dx-progressbar .dx-progressbar-wrapper {
	direction: rtl;
}

.dx-tooltip-wrapper .dx-overlay-content {
	min-width: 34px;
	min-height: 26px;
	text-align: center;
	line-height: 0;
}

	.dx-tooltip-wrapper .dx-overlay-content:before {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}

	.dx-tooltip-wrapper .dx-overlay-content .dx-popup-content {
		display: inline-block;
		padding: 12px 17px;
		font-size: 0.85em;
		line-height: normal;
		white-space: nowrap;
	}

.dx-slider-label {
	position: absolute;
	font-size: 0.85em;
}

	.dx-slider-label:last-child {
		right: 0;
		left: auto;
	}

.dx-rtl .dx-slider-label:last-child {
	left: 0;
	right: auto;
}

.dx-slider-label-position-bottom {
	padding-bottom: 14px;
}

	.dx-slider-label-position-bottom .dx-slider-label {
		bottom: -8px;
	}

.dx-slider-label-position-top {
	padding-top: 14px;
}

	.dx-slider-label-position-top .dx-slider-label {
		top: -8px;
	}

.dx-slider {
	line-height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-slider:before {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}

	.dx-slider .dx-overlay-content {
		height: 28px;
	}

		.dx-slider .dx-overlay-content:before {
			display: none;
		}

	.dx-slider .dx-popover-wrapper .dx-popover-arrow:after {
		width: 9.89958987px;
		height: 9.89958987px;
	}

	.dx-slider .dx-popover-wrapper.dx-position-top .dx-popover-arrow,
	.dx-slider .dx-popover-wrapper.dx-position-bottom .dx-popover-arrow {
		width: 14px;
		height: 7px;
	}

	.dx-slider .dx-popover-wrapper.dx-position-right .dx-popover-arrow,
	.dx-slider .dx-popover-wrapper.dx-position-left .dx-popover-arrow {
		width: 7px;
		height: 14px;
	}

.dx-slider-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	cursor: pointer;
}

.dx-slider-bar {
	position: relative;
}

.dx-slider-range {
	position: absolute;
	top: 0;
	height: 100%;
	pointer-events: none;
	-webkit-user-drag: none;
}

.dx-slider-handle {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: auto;
	-webkit-user-drag: none;
}

	.dx-slider-handle .dx-tooltip-wrapper .dx-popup-content {
		line-height: 0;
	}

.dx-state-disabled .dx-slider-wrapper {
	cursor: default;
}

.dx-rtl .dx-slider-handle {
	right: auto;
	left: 0;
}

.dx-slider-tooltip-on-hover .dx-tooltip {
	visibility: hidden;
}

.dx-slider-tooltip-on-hover.dx-state-active .dx-tooltip,
.dx-slider-tooltip-on-hover.dx-state-hover .dx-tooltip {
	visibility: visible;
}

.dx-rangeslider-start-handle {
	top: 0;
	right: auto;
	left: 0;
}

.dx-rtl .dx-rangeslider-start-handle {
	right: 0;
	left: auto;
}

.dx-gallery {
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-ms-touch-action: pinch-zoom pan-y;
	touch-action: pinch-zoom pan-y;
}

.dx-gallery-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

	.dx-gallery-wrapper > .dx-empty-message {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

.dx-gallery-container {
	position: relative;
	height: 100%;
}

.dx-gallery-item {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.dx-gallery-item-image {
	max-width: 100%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: auto;
	margin: auto;
}

.dx-gallery-item-content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dx-gallery .dx-gallery-item-loop {
	display: none;
}

.dx-gallery-loop .dx-gallery-item-loop {
	display: inline-block;
	position: absolute;
}

.dx-gallery-item-invisible {
	visibility: hidden;
}

.dx-gallery-nav-button-prev,
.dx-gallery-nav-button-next {
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	background-size: 100% 100%;
}

.dx-gallery-nav-button-prev {
	left: 0;
}

.dx-gallery-nav-button-next {
	right: 0;
}

.dx-gallery-indicator {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 10px;
	font-size: 0;
}

.dx-gallery-indicator-item {
	display: inline-block;
	margin: 0 2px;
	height: 10px;
	cursor: pointer;
}

.dx-state-disabled .dx-gallery-nav-button-prev,
.dx-state-disabled .dx-gallery-nav-button-next,
.dx-state-disabled .dx-gallery-indicator-item {
	cursor: default;
}

.dx-rtl .dx-gallery-nav-button-prev {
	right: 0;
	left: auto;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.dx-rtl .dx-gallery-nav-button-next {
	right: auto;
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.dx-device-android .dx-scrollable-native .dx-gallery-item,
.dx-device-android .dx-scrollable-native .dx-gallery-indicator,
.dx-device-android .dx-scrollable-native .dx-gallery-nav-button-prev,
.dx-device-android .dx-scrollable-native .dx-gallery-nav-button-next {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-item,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-indicator,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-prev,
.dx-device-android .dx-scrollable-native .dx-gallery-active .dx-gallery-nav-button-next {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dx-device-android .dx-gallery-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dx-device-ios-6 {
}

	.dx-device-ios-6 .dx-gallery,
	.dx-device-ios-6 .dx-gallery-item,
	.dx-device-ios-6 .dx-gallery-indicator,
	.dx-device-ios-6 .dx-gallery-nav-button-prev,
	.dx-device-ios-6 .dx-gallery-nav-button-next {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

.dx-dropdownlist-popup-wrapper .dx-list {
	min-height: 35px;
}

	.dx-dropdownlist-popup-wrapper .dx-list .dx-scrollable-content {
		margin: 0;
	}

.dx-lookup {
	margin: 0;
	height: 19px;
}

	.dx-lookup .dx-popup-content .dx-scrollable {
		height: calc(100% - 45px);
	}

	.dx-lookup .dx-lookup-field-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.dx-lookup:not(.dx-rtl) .dx-lookup-field-wrapper:before {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}

	.dx-lookup .dx-rtl .dx-lookup-field-wrapper:after {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}

.dx-lookup-field {
	outline: none;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.dx-lookup-field:before {
		content: ".";
		color: transparent;
		display: inline-block;
		width: 0;
		float: left;
	}

.dx-lookup-arrow {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	height: 100%;
}

.dx-rtl .dx-lookup-arrow {
	right: auto;
	left: 0;
}

.dx-state-disabled .dx-lookup-field,
.dx-state-disabled .dx-lookup-field {
	cursor: default;
}

.dx-lookup-popup-wrapper .dx-list-item {
	cursor: pointer;
}

.dx-lookup-popup-search .dx-list {
	height: 90%;
}

.dx-lookup-search-wrapper {
	width: 100%;
}

.dx-actionsheet-popup-wrapper .dx-overlay-content {
	padding-top: 0;
	padding-bottom: 0;
	-webkit-user-drag: none;
}

.dx-actionsheet-popup-wrapper .dx-popup-content .dx-button,
.dx-actionsheet-popover-wrapper .dx-popup-content .dx-button {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.dx-actionsheet-item,
.dx-actionsheet-cancel {
	width: 100%;
}

.dx-state-disabled .dx-actionsheet-container .dx-button,
.dx-state-disabled .dx-actionsheet-container .dx-button {
	cursor: default;
}

.dx-actionsheet-popup-wrapper .dx-popup-title,
.dx-actionsheet-popover-wrapper .dx-popup-title {
	word-wrap: break-word;
}

.dx-loadindicator {
	width: 32px;
	height: 32px;
	display: inline-block;
	overflow: hidden;
	border: none;
	background-color: transparent;
}

.dx-loadindicator-wrapper {
	width: 100%;
	height: 100%;
	font-size: 32px;
	margin: auto;
}

.dx-loadindicator-image {
	background-size: contain;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-position: 50%;
	background-repeat: no-repeat;
}

.dx-loadindicator-icon {
	direction: ltr;
}

.dx-loadindicator-icon-custom {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
	animation: dx-loadindicator-icon-custom-rotate 1.5s infinite linear;
}

@-webkit-keyframes dx-loadindicator-icon-custom-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes dx-loadindicator-icon-custom-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.dx-loadindicator-container > .dx-loadindicator {
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -16px;
	margin-left: -16px;
}

	.dx-loadindicator-container > .dx-loadindicator.dx-loadindicator {
		margin-top: -16px;
		margin-left: -16px;
	}

.dx-loadindicator-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.dx-loadpanel-content {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fefefe;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	border-radius: 5px;
}

	.dx-loadpanel-content:before {
		display: inline-block;
		height: 100%;
		content: '';
		vertical-align: middle;
	}

.dx-loadpanel-content-wrapper {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.dx-loadpanel-message {
	text-align: center;
}

.dx-loadpanel-content.dx-loadpanel-pane-hidden {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: none;
}

@-webkit-keyframes dx-loadpanel-opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes dx-loadpanel-opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.dx-dropdownbutton {
	display: inline-block;
}

.dx-dropdownbutton-content.dx-popup-content {
	padding: 0;
}

.dx-dropdownbutton-content .dx-list .dx-empty-message,
.dx-dropdownbutton-content .dx-list .dx-list-item {
	border: none;
}

.dx-dropdownbutton-toggle.dx-button .dx-button-content {
	padding-left: 0;
	padding-right: 0;
}

.dx-rtl .dx-dropdownbutton-toggle {
	border-right-width: 0;
}

.dx-dropdownbutton-action.dx-button .dx-button-content {
	padding-right: 10px;
	padding-left: 10px;
}

.dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button .dx-button-content {
	padding-left: 10px;
	padding-right: 4px;
}

.dx-rtl .dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button .dx-button-content {
	padding-left: 4px;
	padding-right: 10px;
}

.dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button {
	border-right-width: 0;
	border-left-width: 1px;
}

.dx-rtl .dx-dropdownbutton-action:not(.dx-buttongroup-last-item).dx-button {
	border-right-width: 1px;
	border-left-width: 0;
}

.dx-selectbox {
	cursor: pointer;
}

	.dx-selectbox .dx-texteditor-input {
		max-width: 100%;
	}

		.dx-selectbox .dx-texteditor-input:-moz-read-only {
			cursor: pointer;
		}

		.dx-selectbox .dx-texteditor-input:read-only {
			cursor: pointer;
		}

.dx-selectbox-container {
	position: relative;
}

.dx-state-disabled .dx-selectbox .dx-texteditor-input,
.dx-state-disabled.dx-selectbox .dx-texteditor-input {
	cursor: default;
}

.dx-tagbox .dx-texteditor-input {
	width: auto;
}

.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input {
	border: none;
	color: transparent;
	text-shadow: 0 0 0 gray;
	min-width: 0;
	width: 0.1px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

	.dx-tagbox.dx-tagbox-default-template.dx-tagbox-only-select .dx-texteditor-input:focus {
		outline: none;
	}

.dx-tagbox.dx-state-disabled .dx-texteditor-input {
	background: none;
}

.dx-tagbox.dx-state-disabled .dx-tag-content {
	cursor: default;
}

.dx-tagbox:not(.dx-tagbox-single-line) .dx-texteditor-input-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.dx-tag {
	max-width: calc(100% - 1px);
	display: inline-block;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.dx-tag-container.dx-texteditor-input-container {
	padding: 0;
	padding-right: 4px;
	outline: none;
}

.dx-tagbox-single-line .dx-tag-container.dx-texteditor-input-container {
	overflow: hidden;
	white-space: nowrap;
}

.dx-texteditor-container.dx-tag-container {
	white-space: normal;
}

.dx-tag-content {
	position: relative;
	display: inline-block;
	margin: 4px 0 0 4px;
	min-width: 30px;
	text-align: center;
	cursor: pointer;
}

	.dx-tag-content:before {
		content: ".";
		color: transparent;
		display: inline-block;
		width: 0;
	}

.dx-tag-remove-button {
	position: absolute;
	top: 0;
	right: 0;
}

	.dx-tag-remove-button:before,
	.dx-tag-remove-button:after {
		position: absolute;
		top: 50%;
		content: "";
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.dx-rtl .dx-tagbox .dx-tag-content,
.dx-tagbox.dx-rtl .dx-tag-content {
	margin-left: 0;
	margin-right: 4px;
}

.dx-rtl .dx-tagbox .dx-tag-remove-button,
.dx-tagbox.dx-rtl .dx-tag-remove-button {
	right: auto;
	left: 0;
}

.dx-rtl .dx-tagbox .dx-tag-container,
.dx-tagbox.dx-rtl .dx-tag-container {
	padding-left: 4px;
	padding-right: 0;
}

.dx-radiobutton {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.dx-state-disabled.dx-radiobutton {
	cursor: default;
}

.dx-radiobutton {
	display: table;
	cursor: pointer;
}

.dx-radio-value-container {
	display: table-cell;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: middle;
}

.dx-rtl .dx-radio-value-container,
.dx-rtl.dx-radio-value-container {
	padding-right: 5px;
	padding-left: 10px;
}

.dx-radiogroup-horizontal:before,
.dx-radiogroup-horizontal:after {
	display: table;
	content: "";
	line-height: 0;
}

.dx-radiogroup-horizontal:after {
	clear: both;
}

.dx-radiogroup-horizontal .dx-radiobutton {
	float: left;
}

.dx-rtl .dx-radiogroup-horizontal .dx-radiobutton,
.dx-rtl.dx-radiogroup-horizontal .dx-radiobutton {
	float: right;
}

.dx-radiogroup-horizontal .dx-radiobutton:last-of-type {
	margin-right: 0;
}

.dx-state-disabled .dx-radiobutton {
	cursor: default;
}

.dx-accordion-item-title {
	font-size: 18px;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-accordion-item-title .dx-icon {
		width: 16px;
		height: 16px;
		background-size: contain;
		display: inline-block;
		margin-right: 5px;
	}

	.dx-accordion-item-title:before {
		content: '';
		background-position: center;
		float: right;
	}

.dx-accordion-item-body {
	overflow: hidden;
	font-size: 14px;
}

.dx-accordion-item-closed .dx-accordion-item-body {
	visibility: hidden;
}

.dx-accordion-item {
	overflow: hidden;
}

.dx-accordion-item-opened .dx-accordion-item-body {
	visibility: visible;
}

.dx-state-disabled .dx-accordion-item-title {
	cursor: default;
}

.dx-rtl .dx-accordion-item-title:before {
	float: left;
}

.dx-slideoutview {
	height: 100%;
	width: 100%;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.dx-slideoutview-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.dx-slideoutview-menu-content {
	position: absolute;
	top: 0;
	bottom: 0;
}

	.dx-slideoutview-menu-content.dx-slideoutview-right {
		right: 0;
	}

	.dx-slideoutview-menu-content.dx-slideoutview-left {
		left: 0;
	}

.dx-slideoutview-content {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 100;
}

.dx-slideoutview-shield {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.dx-device-android .dx-slideoutview-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dx-slideout {
	height: 100%;
	width: 100%;
}

.dx-slideout-menu {
	min-width: 280px;
	max-width: 350px;
}

	.dx-slideout-menu .dx-list-item .dx-icon {
		float: left;
		margin-right: 15px;
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}

.dx-slideout-item,
.dx-slideout-item-content {
	height: 100%;
	width: 100%;
}

.dx-rtl .dx-slideout-menu .dx-list-item .dx-icon {
	float: right;
	margin-right: 0;
	margin-left: 15px;
}

.dx-colorview-container {
	width: 450px;
	overflow: hidden;
}

	.dx-colorview-container label {
		display: block;
		overflow: hidden;
		line-height: 36px;
		font-weight: normal;
		margin: 0;
		white-space: normal;
	}

		.dx-colorview-container label.dx-colorview-label-hex {
			margin: 10px 0 0 0;
		}

		.dx-colorview-container label.dx-colorview-alpha-channel-label {
			margin-left: 43px;
			width: 115px;
		}

		.dx-colorview-container label .dx-texteditor {
			width: 69px;
			float: right;
			margin: 1px 1px 10px 0;
		}

	.dx-colorview-container .dx-button {
		margin-top: 0;
		margin-bottom: 0;
	}

		.dx-colorview-container .dx-button.dx-colorview-apply-button {
			margin-right: 10px;
			margin-left: 0;
		}

		.dx-colorview-container .dx-button.dx-colorview-cancel-button {
			margin-right: 0;
			margin-left: 0;
		}

.dx-colorview-container-row {
	overflow: hidden;
	padding-top: 1px;
}

	.dx-colorview-container-row:first-child {
		margin-top: 0;
	}

	.dx-colorview-container-row.dx-colorview-alpha-channel-row {
		margin-top: 10px;
	}

.dx-colorview-container-cell {
	float: left;
}

.dx-colorview-palette-handle {
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	cursor: crosshair;
	border-radius: 100%;
	z-index: 5;
}

.dx-colorview-hue-scale-handle,
.dx-colorview-alpha-channel-handle {
	position: absolute;
	cursor: pointer;
}

.dx-colorview-hue-scale-handle {
	width: 36px;
	height: 17px;
	top: 0;
	left: -7px;
}

.dx-colorview-alpha-channel-handle {
	width: 17px;
	height: 36px;
	top: -6px;
	left: 0;
}

.dx-colorview-hue-scale {
	position: relative;
	width: 18px;
	height: 299px;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
	background-image: linear-gradient(0deg, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

.dx-colorview-color-preview-container-inner,
.dx-colorview-alpha-channel-wrapper,
.dx-colorbox-input-container::after {
	background-image: linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc), linear-gradient(45deg, #cccccc 25%, transparent 25%, transparent 74%, #cccccc 75%, #cccccc);
	background-size: 16px 16px;
	background-position: 0 0, 8px 8px;
}

.dx-colorview-alpha-channel-wrapper {
	background-position: 0 6px, 8px 14px;
}

.dx-colorbox-input-container {
	height: 100%;
}

.dx-colorview-palette-gradient-white {
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.dx-colorview-palette-gradient-black {
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.dx-colorview-palette {
	position: relative;
	overflow: hidden;
	width: 288px;
	height: 299px;
	cursor: crosshair;
}

.dx-colorview-palette-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dx-colorview-alpha-channel-scale {
	width: 288px;
	height: 20px;
	position: relative;
}

.dx-colorview-hue-scale-cell {
	margin-left: 19px;
	position: relative;
}

.dx-colorview-hue-scale-wrapper {
	height: 301px;
}

.dx-colorview-controls-container {
	position: relative;
	width: 90px;
	margin-left: 27px;
}

.dx-colorview-color-preview {
	width: 86px;
	height: 40px;
}

.dx-colorview-alpha-channel-cell {
	margin: 6px 0;
	position: relative;
	width: 292px;
}

	.dx-colorview-alpha-channel-cell .dx-button {
		width: 90px;
	}

.dx-rtl .dx-colorview-container-row .dx-colorview-container-cell {
	float: right;
}

.dx-rtl .dx-colorview-hue-scale-cell {
	margin-right: 19px;
	margin-left: 0;
}

.dx-rtl .dx-colorview-container label.dx-colorview-alpha-channel-label {
	margin-right: 41px;
	margin-left: 0;
}

.dx-rtl .dx-colorview-container label .dx-texteditor {
	float: left;
}

.dx-rtl .dx-colorview-controls-container {
	margin-right: 25px;
	margin-left: 0;
}

.dx-rtl .dx-colorview-alpha-channel-scale {
	direction: ltr;
}

.dx-colorbox-input-container.dx-colorbox-color-is-not-defined .dx-colorbox-color-result-preview {
	border: none;
}

.dx-colorbox-input-container .dx-placeholder:before {
	max-width: calc(100% - 25px);
}

.dx-colorbox .dx-texteditor-input-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	left: 14px;
}

.dx-colorbox .dx-colorbox-color-is-not-defined .dx-texteditor-input-container:before {
	background: none;
}

.dx-colorbox-color-result-preview {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	left: 13px;
	border: 1px solid;
}

.dx-colorbox-input-container .dx-colorbox-input.dx-texteditor-input {
	-webkit-appearance: none;
	padding-left: 40px;
}

.dx-colorbox-overlay {
	padding: 20px;
}

	.dx-colorbox-overlay .dx-popup-content {
		overflow: hidden;
		padding: 0;
	}

	.dx-colorbox-overlay .dx-popup-bottom .dx-toolbar-item:first-child {
		padding-right: 10px;
	}

	.dx-colorbox-overlay .dx-colorview-buttons-container .dx-button {
		margin: 0;
	}

.dx-rtl .dx-colorbox .dx-placeholder,
.dx-rtl.dx-colorbox .dx-placeholder {
	right: 32px;
}

.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input.dx-texteditor-input {
	direction: ltr;
	text-align: end;
	padding-right: 40px;
}

.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-color-result-preview {
	left: auto;
	right: 13px;
}

.dx-rtl .dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container:before,
.dx-rtl.dx-colorbox.dx-dropdowneditor .dx-colorbox-input-container:before {
	left: auto;
	right: 14px;
}

.dx-pager {
	overflow: hidden;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

	.dx-pager .dx-pages {
		float: right;
	}

		.dx-pager .dx-pages .dx-page {
			display: inline-block;
			cursor: pointer;
			padding: 7px 8px 8px;
			margin-left: 5px;
			margin-right: 1px;
		}

			.dx-pager .dx-pages .dx-page:first-child {
				margin-left: 1px;
			}

		.dx-pager .dx-pages .dx-separator {
			display: inline-block;
			padding-left: 8px;
			padding-right: 8px;
		}

		.dx-pager .dx-pages .dx-info {
			font-style: normal;
			font-family:Roboto !important;
			display: inline-block;
			margin-right: 9px;
			opacity: 0.6;
		}

		.dx-pager .dx-pages .dx-navigate-button {
			width: 10px;
			height: 20px;
			cursor: pointer;
			display: inline-block;
			vertical-align: top;
			padding: 7px 13px;
			-webkit-box-sizing: content-box;
			box-sizing: content-box;
		}

			.dx-pager .dx-pages .dx-navigate-button.dx-button-disable {
				opacity: 0.3;
				cursor: inherit;
			}

		.dx-pager .dx-pages .dx-prev-button,
		.dx-pager .dx-pages .dx-next-button {
			position: relative;
		}

	.dx-pager .dx-page-sizes {
		float: left;
	}

		.dx-pager .dx-page-sizes .dx-page-size {
			display: inline-block;
			cursor: pointer;
			padding-left: 10px;
			padding-right: 9px;
			padding-top: 7px;
			padding-bottom: 8px;
			margin-left: 4px;
			margin-right: 1px;
		}

			.dx-pager .dx-page-sizes .dx-page-size:first-child {
				margin-left: 1px;
			}

		.dx-pager .dx-pages .dx-selection,
		.dx-pager .dx-page-sizes .dx-selection {
			cursor: inherit;
			text-shadow: none;
		}

	.dx-pager .dx-light-pages {
		display: inline-block;
	}

		.dx-pager .dx-light-pages .dx-page-index {
			width: 40px;
		}

		.dx-pager .dx-light-pages .dx-pages-count {
			cursor: pointer;
		}

		.dx-pager .dx-light-pages .dx-info-text,
		.dx-pager .dx-light-pages .dx-pages-count {
			padding-left: 6px;
		}

		.dx-pager .dx-light-pages .dx-page-index,
		.dx-pager .dx-light-pages .dx-info-text,
		.dx-pager .dx-light-pages .dx-pages-count {
			display: table-cell;
		}

	.dx-rtl .dx-pager .dx-pages,
	.dx-pager.dx-rtl .dx-pages {
		float: left;
		direction: ltr;
	}

		.dx-rtl .dx-pager .dx-pages .dx-page,
		.dx-pager.dx-rtl .dx-pages .dx-page {
			direction: ltr;
		}

		.dx-rtl .dx-pager .dx-pages .dx-info,
		.dx-pager.dx-rtl .dx-pages .dx-info {
			direction: rtl;
			margin-left: 9px;
			margin-right: 0;
		}

	.dx-rtl .dx-pager .dx-page-sizes,
	.dx-pager.dx-rtl .dx-page-sizes {
		float: right;
	}

.dx-gridbase-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	min-height: inherit;
	max-height: inherit;
}

	.dx-gridbase-container > * {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

.dx-datagrid-checkbox-size {
	vertical-align: middle;
}

.dx-datagrid-important-margin {
	margin-right: 5px !important;
}

.dx-datagrid-table {
	background-color: transparent;
}

.dx-datagrid .dx-datagrid-content-fixed {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}

	.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table {
		position: relative;
	}

		.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table td {
			pointer-events: auto;
		}

		.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-row td.dx-pointer-events-none {
			visibility: hidden;
			background-color: transparent;
			pointer-events: none;
		}

		.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table .dx-header-row td.dx-pointer-events-none {
			border-bottom-color: transparent;
		}

		.dx-datagrid .dx-datagrid-content-fixed .dx-datagrid-table.dx-datagrid-table-fixed .dx-row td.dx-pointer-events-none {
			width: auto;
		}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-total-footer {
	border-top: 0;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-pager {
	margin-top: 1px;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-header-panel {
	border-bottom: 0;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
	border-bottom-width: 0;
}

.dx-datagrid .dx-menu-subitem ul li {
	padding-top: 0;
}

	.dx-datagrid .dx-menu-subitem ul li:first-child {
		padding-top: 1px;
	}

.dx-datagrid .dx-menu-subitem .dx-menu-item {
	padding: 7px 30px 7px 5px;
}

	.dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image {
		background-position-x: left;
	}

.dx-datagrid .dx-link {
	text-decoration: underline;
	cursor: pointer;
}

.dx-datagrid .dx-column-indicators {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

	.dx-datagrid .dx-column-indicators.dx-visibility-hidden {
		visibility: hidden;
	}

	.dx-datagrid .dx-column-indicators .dx-sort-index-icon {
		padding-right: 3px;
		margin-left: -3px;
		width: 15px;
	}

	.dx-datagrid .dx-column-indicators .dx-sort.dx-sort,
	.dx-datagrid .dx-column-indicators .dx-header-filter.dx-sort,
	.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter,
	.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter {
		display: inline-block;
	}

		.dx-datagrid .dx-column-indicators .dx-sort.dx-header-filter:after,
		.dx-datagrid .dx-column-indicators .dx-header-filter.dx-header-filter:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: -7px;
		}

.dx-datagrid .dx-row > td,
.dx-datagrid .dx-row > tr > td {
	padding: 7px;
}

.dx-datagrid .dx-error-row {
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

	.dx-datagrid .dx-error-row .dx-error-message {
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		user-select: text;
	}

		.dx-datagrid .dx-error-row .dx-error-message a {
			color: inherit;
		}

.dx-datagrid .dx-datagrid-rowsview .dx-row .dx-command-drag {
	cursor: move;
	vertical-align: middle;
	padding: 0;
}

.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title {
	border-bottom: none;
	font-size: 16px;
}

	.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
		font-size: 16px;
	}

.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content {
	padding: 0 20px 20px 20px;
}

	.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
		opacity: 0.5;
		margin-bottom: 10px;
		-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2);
	}

		.dx-datagrid-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-datagrid-drag-action {
			opacity: 1;
			cursor: pointer;
			-ms-touch-action: pinch-zoom;
			touch-action: pinch-zoom;
		}

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
	padding: 0;
}

.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node {
	padding-left: 0;
}

	.dx-datagrid-column-chooser.dx-datagrid-column-chooser-mode-select .dx-datagrid-column-chooser-plain .dx-treeview-node .dx-checkbox {
		left: 4px;
	}

.dx-datagrid-nowrap {
	white-space: nowrap;
}

	.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
		white-space: nowrap;
	}

.dx-datagrid-drag-header {
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	z-index: 10000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

	.dx-datagrid-drag-header.dx-drag-command-cell {
		padding: 0;
	}

.dx-datagrid-columns-separator {
	position: absolute;
	z-index: 3;
	width: 3px;
}

.dx-datagrid-columns-separator-transparent {
	border-left: 0;
	border-right: 0;
}

.dx-datagrid-tracker {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	cursor: col-resize;
}

.dx-datagrid-table-content {
	position: absolute;
	top: 0;
}

.dx-datagrid-focus-overlay {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	visibility: hidden;
}

.dx-datagrid-action,
.dx-datagrid-drag-action {
	cursor: pointer;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) .dx-link {
	color: inherit;
}

.dx-datagrid-content {
	position: relative;
}

.dx-datagrid-text-content {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dx-datagrid-table-fixed {
	table-layout: fixed;
	width: 100%;
}

input.dx-hidden {
	display: inline-block !important;
	width: 0 !important;
}

.dx-hidden-cell {
	visibility: hidden;
}

.dx-row > td,
.dx-row > tr > td {
	border: none;
}

.dx-datagrid-content .dx-datagrid-table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	max-width: 10px;
}

	.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
		max-width: none;
	}

		.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
			display: none;
		}

		.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
			width: 26px;
		}

	.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators {
		float: none !important;
	}

		.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators > span {
			width: 14px;
		}

		.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
			display: inline-block;
		}

	.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-header-row .dx-datagrid-text-content {
		max-width: none;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-left {
		margin-right: 3px;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-datagrid-best-fit .dx-text-content-alignment-right {
		margin-left: 3px;
	}

	.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators {
		float: none !important;
	}

		.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-column-indicators > span {
			width: 14px;
		}

	.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-left {
		margin-right: 3px;
	}

	.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-text-content-alignment-right {
		margin-left: 3px;
	}

	.dx-datagrid-content .dx-datagrid-table:not(.dx-datagrid-table-fixed) .dx-master-detail-cell {
		max-width: 0;
	}

	.dx-datagrid-content .dx-datagrid-table [class*="column"] + [class*="column"]:last-child {
		float: none;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row > td,
	.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
		vertical-align: top;
	}

		.dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child,
		.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
			border-left: 0;
		}

		.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space,
		.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space {
			border-right: none;
			vertical-align: top;
		}

			.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td,
			.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space + td {
				border-left: none;
			}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container {
		overflow: hidden;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-cell-modified:not(.dx-field-item-content),
	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid:not(.dx-field-item-content) {
		padding: 0;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay {
		position: static;
	}

		.dx-datagrid-content .dx-datagrid-table .dx-row .dx-datagrid-invalid .dx-invalid-message.dx-overlay .dx-overlay-content {
			overflow: hidden;
			text-overflow: ellipsis;
		}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell {
		max-width: 0;
		padding: 0;
		vertical-align: middle;
	}

		.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor,
		.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-texteditor-container {
			border: 0;
			margin: 0;
		}

		.dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-cell .dx-dropdowneditor {
			margin-left: -1px;
			padding-left: 1px;
		}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
		padding: 0;
		width: 70px;
		min-width: 70px;
		max-width: 70px;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit {
		width: 100px;
		min-width: 100px;
	}

		.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
			width: 80px;
			min-width: 80px;
			line-height: 1;
		}

			.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
				text-decoration: none;
			}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
		padding: 0;
		width: 30px;
		min-width: 30px;
		max-width: 30px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-adaptive {
		padding: 0;
		vertical-align: middle;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-filter-range-content {
		padding: 7px 7px 7px 32px;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: pointer;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-last-data-cell {
		border-right: none;
	}

	.dx-datagrid-content .dx-datagrid-table .dx-row > .dx-command-adaptive-hidden {
		border-left: none;
	}

.dx-highlight-outline {
	position: relative;
	padding: 7px;
}

	.dx-highlight-outline::after {
		content: '';
		position: absolute;
		border: 2px solid transparent;
		top: 0;
		left: 1px;
		bottom: 0;
		right: 0;
		pointer-events: none;
	}

	.dx-highlight-outline.dx-hidden {
		display: block !important;
	}

		.dx-highlight-outline.dx-hidden::after {
			display: none;
		}

.dx-editor-cell .dx-texteditor-input {
	margin: 0;
}

.dx-editor-cell .dx-highlight-outline {
	padding: 0;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
	display: inline-block;
	content: '\200B';
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}

.dx-column-lines .dx-highlight-outline::after {
	left: 0;
}

.dx-datagrid-headers {
	position: relative;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.dx-header-row .dx-editor-cell .dx-select-checkbox {
	display: inline-block;
}

.dx-header-row > td {
	white-space: nowrap;
	overflow: hidden;
}

	.dx-header-row > td > .dx-datagrid-text-content {
		white-space: normal;
		vertical-align: top;
	}

.dx-header-row .dx-text-content-alignment-left,
.dx-header-row .dx-text-content-alignment-right {
	display: inline-block;
	max-width: 100%;
}

.dx-header-row .dx-sort-indicator,
.dx-header-row .dx-header-filter-indicator {
	max-width: calc(100% - 17px);
}

	.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left,
	.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left {
		margin-right: 3px;
	}

	.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right,
	.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right {
		margin-left: 3px;
	}

	.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right,
	.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
		max-width: calc(100% - 34px);
	}

	.dx-header-row .dx-sort-indicator.dx-header-filter-indicator {
		max-width: calc(100% - 31px);
	}

		.dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
			max-width: calc(100% - 62px);
		}

	.dx-header-row .dx-sort-indicator.dx-sort-index-indicator {
		max-width: calc(100% - 29px);
	}

		.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator {
			max-width: calc(100% - 43px);
		}

		.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
			max-width: calc(100% - 46px);
		}

		.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
			max-width: calc(100% - 74px);
		}

.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor {
	border-width: 0;
}

	.dx-datagrid-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused:after {
		content: " ";
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: -1px;
		right: -1px;
		z-index: 1;
		pointer-events: none;
	}

.dx-datagrid-filter-range-overlay .dx-datagrid-filter-range-end {
	border-top: 1px solid transparent;
}

.dx-datagrid-filter-range-overlay .dx-editor-container.dx-highlight-outline {
	padding: 0;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-menu {
	display: none;
}

.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu {
	position: relative;
}

	.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
		display: block;
	}

	.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input,
	.dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before {
		padding-left: 32px;
	}

.dx-datagrid-filter-row .dx-highlight-outline::after {
	pointer-events: none;
}

.dx-datagrid-filter-row .dx-focused .dx-highlight-outline::after {
	border-color: transparent;
}

.dx-datagrid-filter-row .dx-menu {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	margin-left: -2px;
	margin-top: -2px;
	height: 100%;
	overflow: visible;
}

	.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal {
		height: 100%;
	}

		.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text,
		.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout {
			display: none;
		}

.dx-datagrid-filter-row .dx-menu-item.dx-state-focused:after {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 100%;
	height: 102%;
	content: '';
}

.dx-datagrid-filter-row > td:first-child .dx-menu,
.dx-datagrid-filter-row > .dx-first-cell .dx-menu {
	margin-left: 0;
}

.dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
	padding: 5px;
	padding-right: 30px;
}

.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
	padding: 8px 5px 7px 5px;
}

	.dx-datagrid-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
		padding: 9px 6px 8px 6px;
	}

.dx-datagrid-filter-row .dx-menu-caption {
	padding-left: 6px;
}

.dx-datagrid-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
	display: none;
}

.dx-datagrid-filter-row .dx-menu-item-highlight {
	font-weight: normal;
}

.dx-datagrid-scroll-container {
	overflow: hidden;
	width: 100%;
}

.dx-datagrid-header-panel {
	text-align: left;
}

	.dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
		margin-left: 10px;
	}

.dx-state-disabled {
	cursor: pointer;
}

	.dx-state-disabled .dx-menu-item {
		cursor: default;
	}

.dx-datagrid-search-panel {
	margin: 0;
	margin-left: 15px;
}

.dx-gridbase-container > .dx-datagrid-rowsview {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	height: auto;
}

	.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

		.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable > .dx-scrollable-wrapper {
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			height: auto;
			min-width: 0;
			min-height: 0;
		}

.dx-datagrid-rowsview {
	position: relative;
	overflow: hidden;
}

	.dx-datagrid-rowsview.dx-empty {
		height: 100px;
	}

		.dx-datagrid-rowsview.dx-empty .dx-scrollable-content {
			height: 100%;
		}

	.dx-datagrid-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
		z-index: 2;
	}

	.dx-datagrid-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
		z-index: 3;
	}

	.dx-datagrid-rowsview .dx-datagrid-content {
		overflow-anchor: none;
	}

		.dx-datagrid-rowsview .dx-datagrid-content:not(.dx-datagrid-content-fixed) {
			min-height: 100%;
		}

	.dx-datagrid-rowsview:focus {
		outline: 0;
	}

	.dx-datagrid-rowsview .dx-row > td,
	.dx-datagrid-rowsview .dx-row > tr > td {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child {
		border-top: none;
	}

		.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child > td,
		.dx-datagrid-rowsview .dx-row.dx-row-lines:first-child > tr > td {
			border-top: none;
		}

	.dx-datagrid-rowsview .dx-data-row > td:focus {
		outline: 0;
	}

	.dx-datagrid-rowsview .dx-selection > td .dx-link,
	.dx-datagrid-rowsview .dx-selection.dx-row:hover > td .dx-link,
	.dx-datagrid-rowsview .dx-selection > tr > td .dx-link,
	.dx-datagrid-rowsview .dx-selection.dx-row:hover > tr > td .dx-link {
		color: inherit;
	}

	.dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row,
	.dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row {
		height:auto !important;
		border-top: 0;
		border-bottom: 0;
	}

		.dx-datagrid-rowsview .dx-datagrid-table .dx-freespace-row > td,
		.dx-datagrid-rowsview .dx-datagrid-table .dx-virtual-row > td {
			padding-top: 0;
			padding-bottom: 0;
		}

	.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
		display: none;
	}

	.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td:hover > .dx-select-checkbox {
		display: inline-block;
	}

	.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr.dx-selection > td > .dx-select-checkbox {
		display: inline-block;
	}

	.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
		padding: 30px;
	}

		.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell:focus {
			outline: 0;
		}

	.dx-datagrid-rowsview .dx-data-row.dx-edit-row .dx-cell-modified .dx-highlight-outline:after {
		border-color: transparent;
	}

.dx-datagrid-nodata {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dx-datagrid-bottom-load-panel {
	text-align: center;
	padding: 10px;
}

.dx-datagrid-hidden-column {
	white-space: nowrap;
}

	.dx-datagrid-hidden-column > * {
		display: none !important;
	}

.dx-datagrid-total-footer {
	position: relative;
}

	.dx-datagrid-total-footer > .dx-datagrid-content {
		padding-top: 7px;
		padding-bottom: 7px;
	}

.dx-datagrid-summary-item {
	font-weight: bold;
}

.dx-datagrid-export-menu .dx-menu-item .dx-checkbox {
	margin-left: 0;
}

	.dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
		width: 16px;
		height: 16px;
	}

	.dx-datagrid-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
		white-space: nowrap;
		word-break: normal;
	}

.dx-command-adaptive {
	width: 36px;
	min-width: 36px;
}

.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
		padding: 0;
	}

.dx-datagrid-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
	width: 0;
	height: 0;
}

.dx-datagrid-revert-tooltip .dx-revert-button {
	margin: 0;
}

.dx-datagrid-notouch-action {
	-ms-touch-action: none;
	touch-action: none;
	-ms-content-zooming: none;
	-ms-overflow-style: none;
}

.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-datagrid-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
	border: none;
}

.dx-device-mobile .dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message,
.dx-datagrid-column-chooser-list.dx-treeview .dx-empty-message {
	text-align: center;
	left: 0;
	right: 0;
	bottom: 50%;
	position: absolute;
}

.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item,
.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item {
	padding: 7px 5px 7px 30px;
}

	.dx-rtl .dx-datagrid .dx-menu-subitem .dx-menu-item .dx-menu-image,
	.dx-datagrid.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image {
		background-position-x: right;
	}

.dx-rtl .dx-datagrid .dx-texteditor-buttons-container,
.dx-datagrid.dx-rtl .dx-texteditor-buttons-container {
	text-align: start;
}

.dx-rtl .dx-datagrid-content .dx-datagrid-table {
	direction: rtl;
}

	.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space {
		border-left: none;
	}

		.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
			border-right: none;
		}

	.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-row .dx-filter-range-content {
		padding: 7px 32px 7px 7px;
	}

.dx-rtl .dx-datagrid-headers,
.dx-rtl .dx-datagrid-total-footer {
	direction: ltr;
}

	.dx-rtl .dx-datagrid-headers .dx-datagrid-table,
	.dx-rtl .dx-datagrid-total-footer .dx-datagrid-table {
		direction: rtl;
	}

.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input,
.dx-rtl .dx-datagrid-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder:before {
	padding-right: 32px;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: -2px;
}

.dx-rtl .dx-datagrid-filter-row > td:first-child .dx-menu {
	margin-left: 0;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
	padding: 5px;
	padding-left: 30px;
}

.dx-rtl .dx-datagrid-filter-row .dx-menu-caption {
	padding-right: 6px;
}

.dx-rtl .dx-datagrid-header-panel {
	text-align: right;
}

	.dx-rtl .dx-datagrid-header-panel .dx-datagrid-column-chooser-button {
		margin-left: 0;
	}

	.dx-rtl .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button {
		margin-left: 0;
		margin-right: 10px;
	}

.dx-rtl .dx-datagrid-search-panel {
	margin: 0;
	margin-right: 15px;
}

.dx-datagrid-filter-panel,
.dx-datagrid-filter-panel-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	min-width: 0;
}

.dx-datagrid-filter-panel {
	padding: 10px;
}

	.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.dx-datagrid-filter-panel .dx-datagrid-filter-panel-text:hover,
		.dx-datagrid-filter-panel .dx-datagrid-filter-panel-clear-filter:hover {
			text-decoration: underline;
			cursor: pointer;
		}

	.dx-datagrid-filter-panel .dx-datagrid-filter-panel-checkbox {
		padding-right: 10px;
	}

	.dx-datagrid-filter-panel .dx-icon-filter {
		margin: auto;
		margin-right: 7px;
		cursor: pointer;
	}

.dx-datagrid {
	position: relative;
	cursor: default;
	white-space: normal;
	line-height: normal;
}

.dx-hidden.dx-group-cell {
	display: table-cell !important;
	font-size: 0 !important;
}

.dx-datagrid-group-panel {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

	.dx-datagrid-group-panel .dx-group-panel-message {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dx-datagrid-group-panel .dx-group-panel-item {
		display: inline-block;
		min-width: 30px;
		margin-right: 10px;
		white-space: nowrap;
	}

		.dx-datagrid-group-panel .dx-group-panel-item .dx-sort {
			margin-left: 6px;
		}

	.dx-datagrid-group-panel .dx-block-separator {
		display: inline-block;
		min-width: 30px;
		margin-right: 10px;
		white-space: nowrap;
		color: transparent;
		position: relative;
		min-width: 0;
	}

		.dx-datagrid-group-panel .dx-block-separator .dx-sort {
			margin-left: 6px;
		}

.dx-datagrid-rowsview .dx-row.dx-group-row td {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:first-child td {
	border-top: none;
}

.dx-datagrid-rowsview .dx-group-row:focus {
	outline: 0;
}

.dx-datagrid-rowsview .dx-group-row.dx-row > td {
	border-left-color: transparent;
	border-right-color: transparent;
}

.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content:focus {
	outline: none;
}

.dx-datagrid-group-opened,
.dx-datagrid-group-closed {
	cursor: pointer;
	position: relative;
}

	.dx-datagrid-group-opened:before,
	.dx-datagrid-group-closed:before {
		position: absolute;
		display: block;
		right: 0;
		left: 0;
	}

.dx-rtl .dx-datagrid-group-closed {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.dx-rtl .dx-datagrid-content .dx-datagrid-table .dx-group-row.dx-row.dx-column-lines > td {
	border-left: none;
	border-right: none;
}

.dx-rtl .dx-datagrid-group-panel .dx-group-panel-item,
.dx-rtl .dx-datagrid-group-panel .dx-block-separator {
	margin-right: 0;
	margin-left: 10px;
}

.dx-rtl .dx-datagrid-group-panel .dx-sort {
	margin-left: 0;
	margin-right: 6px;
}

.dx-pivotgrid-fields-container .dx-sort,
.dx-pivotgrid-fields-container .dx-header-filter {
	display: inline-block;
}

.dx-pivotgrid-fields-container .dx-area-field-content {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dx-pivotgrid-fields-container.dx-drag .dx-area-field-content {
	display: inline-block;
}

.dx-pivotgrid-fields-container.dx-drag .dx-column-indicators {
	float: none;
	display: inline-block;
}

.dx-pivotgrid-nodata {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dx-pivotgrid {
	cursor: default;
	width: 100%;
	position: relative;
}

	.dx-pivotgrid.dx-overflow-hidden {
		overflow: hidden;
	}

	.dx-pivotgrid .dx-area-data-cell,
	.dx-pivotgrid .dx-area-column-cell {
		width: 100%;
	}

	.dx-pivotgrid .dx-area-data-cell {
		position: relative;
	}

	.dx-pivotgrid table,
	.dx-pivotgrid tbody,
	.dx-pivotgrid tfoot,
	.dx-pivotgrid thead,
	.dx-pivotgrid tr,
	.dx-pivotgrid th,
	.dx-pivotgrid td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}

	.dx-pivotgrid table {
		border-collapse: collapse;
		table-layout: auto;
		border-spacing: 0;
	}

	.dx-pivotgrid td {
		vertical-align: top;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.dx-pivotgrid .dx-area-description-cell {
		position: relative;
		background-clip: padding-box;
	}

		.dx-pivotgrid .dx-area-description-cell .dx-pivotgrid-fields-area {
			position: absolute;
			bottom: 0;
		}

	.dx-pivotgrid .dx-ie {
		height: 1px;
	}

		.dx-pivotgrid .dx-ie .dx-area-description-cell {
			position: static;
			height: inherit;
			vertical-align: bottom;
			font-size: 0;
		}

			.dx-pivotgrid .dx-ie .dx-area-description-cell .dx-pivotgrid-fields-area {
				position: relative;
				display: inline-block;
			}

	.dx-pivotgrid .dx-area-field-content {
		display: inline-block;
	}

	.dx-pivotgrid .dx-column-indicators {
		display: inline-block;
	}

	.dx-pivotgrid .dx-expand-icon-container {
		position: relative;
		display: inline-block;
	}

	.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area {
		position: static;
	}

		.dx-pivotgrid .dx-incompressible-fields .dx-pivotgrid-fields-area:not(.dx-hidden) {
			display: table-cell;
		}

	.dx-pivotgrid .dx-incompressible-fields .dx-column-indicators {
		vertical-align: top;
		float: none !important;
	}

	.dx-pivotgrid .dx-incompressible-fields .dx-area-field {
		display: inline-block;
		white-space: nowrap;
	}

	.dx-pivotgrid .dx-area-field {
		white-space: nowrap;
	}

	.dx-pivotgrid .dx-area-field-content {
		white-space: nowrap;
	}

	.dx-pivotgrid .dx-popup-content .dx-column-indicators {
		float: none !important;
		display: inline-block;
	}

	.dx-pivotgrid .dx-popup-content .dx-area-field-content {
		display: inline-block;
	}

	.dx-pivotgrid .dx-pivotgrid-area {
		white-space: nowrap;
	}

	.dx-pivotgrid .dx-pivotgrid-collapsed,
	.dx-pivotgrid .dx-pivotgrid-expanded {
		cursor: pointer;
	}

		.dx-pivotgrid .dx-pivotgrid-collapsed .dx-expand,
		.dx-pivotgrid .dx-pivotgrid-expanded .dx-expand {
			display: inline-block;
		}

	.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-area {
		white-space: normal;
	}

	.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed,
	.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded,
	.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted {
		white-space: nowrap;
	}

		.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-collapsed > span,
		.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-expanded > span,
		.dx-pivotgrid .dx-word-wrap .dx-pivotgrid-sorted > span {
			white-space: normal;
		}

.dx-pivotgridfieldchooser {
	position: relative;
}

	.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		height: 100%;
	}

		.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-0 {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

		.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(1) {
				-webkit-box-flex: 3;
				-webkit-flex-grow: 3;
				-ms-flex-positive: 3;
				flex-grow: 3;
			}

			.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container.dx-layout-2 .dx-row:nth-child(2) {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-flex: 4;
				-webkit-flex-grow: 4;
				-ms-flex-positive: 4;
				flex-grow: 4;
			}

	.dx-pivotgridfieldchooser .dx-col {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dx-pivotgridfieldchooser .dx-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 0;
	}

	.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(1) {
		-webkit-box-flex: 2;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}

	.dx-pivotgridfieldchooser .dx-pivotgridfieldchooser-container .dx-row:nth-child(2) {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.dx-pivotgridfieldchooser .dx-area-caption {
		vertical-align: middle;
	}

.dx-pivotgrid-action {
	cursor: pointer;
}

.dx-pivotgrid-drag-action {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.dx-treelist-checkbox-size {
	vertical-align: middle;
}

.dx-treelist-important-margin {
	margin-right: 5px !important;
}

.dx-treelist-table {
	background-color: transparent;
}

.dx-treelist .dx-treelist-content-fixed {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
	overflow: hidden;
}

	.dx-treelist .dx-treelist-content-fixed .dx-treelist-table {
		position: relative;
	}

		.dx-treelist .dx-treelist-content-fixed .dx-treelist-table td {
			pointer-events: auto;
		}

		.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-row td.dx-pointer-events-none {
			visibility: hidden;
			background-color: transparent;
			pointer-events: none;
		}

		.dx-treelist .dx-treelist-content-fixed .dx-treelist-table .dx-header-row td.dx-pointer-events-none {
			border-bottom-color: transparent;
		}

		.dx-treelist .dx-treelist-content-fixed .dx-treelist-table.dx-treelist-table-fixed .dx-row td.dx-pointer-events-none {
			width: auto;
		}

.dx-treelist.dx-treelist-borders > .dx-treelist-total-footer {
	border-top: 0;
}

.dx-treelist.dx-treelist-borders > .dx-treelist-pager {
	margin-top: 1px;
}

.dx-treelist.dx-treelist-borders > .dx-treelist-header-panel {
	border-bottom: 0;
}

.dx-treelist.dx-treelist-borders > .dx-treelist-rowsview.dx-last-row-border tbody:last-child > .dx-data-row:nth-last-child(2) > td {
	border-bottom-width: 0;
}

.dx-treelist .dx-menu-subitem ul li {
	padding-top: 0;
}

	.dx-treelist .dx-menu-subitem ul li:first-child {
		padding-top: 1px;
	}

.dx-treelist .dx-menu-subitem .dx-menu-item {
	padding: 7px 30px 7px 5px;
}

	.dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image {
		background-position-x: left;
	}

.dx-treelist .dx-link {
	text-decoration: underline;
	cursor: pointer;
}

.dx-treelist .dx-column-indicators {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

	.dx-treelist .dx-column-indicators.dx-visibility-hidden {
		visibility: hidden;
	}

	.dx-treelist .dx-column-indicators .dx-sort-index-icon {
		padding-right: 3px;
		margin-left: -3px;
		width: 15px;
	}

	.dx-treelist .dx-column-indicators .dx-sort.dx-sort,
	.dx-treelist .dx-column-indicators .dx-header-filter.dx-sort,
	.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter,
	.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter {
		display: inline-block;
	}

		.dx-treelist .dx-column-indicators .dx-sort.dx-header-filter:after,
		.dx-treelist .dx-column-indicators .dx-header-filter.dx-header-filter:after {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: -7px;
		}

.dx-treelist .dx-row > td,
.dx-treelist .dx-row > tr > td {
	padding: 7px;
}

.dx-treelist .dx-error-row {
	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

	.dx-treelist .dx-error-row .dx-error-message {
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		user-select: text;
	}

		.dx-treelist .dx-error-row .dx-error-message a {
			color: inherit;
		}

.dx-treelist .dx-treelist-rowsview .dx-row .dx-command-drag {
	cursor: move;
	vertical-align: middle;
	padding: 0;
}

.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title {
	border-bottom: none;
	font-size: 16px;
}

	.dx-treelist-column-chooser .dx-overlay-content .dx-popup-title .dx-toolbar-label {
		font-size: 16px;
	}

.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content {
	padding: 0 20px 20px 20px;
}

	.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item {
		opacity: 0.5;
		margin-bottom: 10px;
		-webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.2);
	}

		.dx-treelist-column-chooser .dx-overlay-content .dx-popup-content .dx-column-chooser-item.dx-treelist-drag-action {
			opacity: 1;
			cursor: pointer;
			-ms-touch-action: pinch-zoom;
			touch-action: pinch-zoom;
		}

.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-drag .dx-treeview-node-container:first-child > .dx-treeview-node-is-leaf {
	padding: 0;
}

.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node {
	padding-left: 0;
}

	.dx-treelist-column-chooser.dx-treelist-column-chooser-mode-select .dx-treelist-column-chooser-plain .dx-treeview-node .dx-checkbox {
		left: 4px;
	}

.dx-treelist-nowrap {
	white-space: nowrap;
}

	.dx-treelist-nowrap .dx-header-row > td > .dx-treelist-text-content {
		white-space: nowrap;
	}

.dx-treelist-drag-header {
	position: absolute;
	vertical-align: middle;
	cursor: pointer;
	z-index: 10000;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

	.dx-treelist-drag-header.dx-drag-command-cell {
		padding: 0;
	}

.dx-treelist-columns-separator {
	position: absolute;
	z-index: 3;
	width: 3px;
}

.dx-treelist-columns-separator-transparent {
	border-left: 0;
	border-right: 0;
}

.dx-treelist-tracker {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	cursor: col-resize;
}

.dx-treelist-table-content {
	position: absolute;
	top: 0;
}

.dx-treelist-focus-overlay {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	visibility: hidden;
}

.dx-treelist-action,
.dx-treelist-drag-action {
	cursor: pointer;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-modified):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) .dx-link {
	color: inherit;
}

.dx-treelist-content {
	position: relative;
}

.dx-treelist-text-content {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dx-treelist-table-fixed {
	table-layout: fixed;
	width: 100%;
}

input.dx-hidden {
	display: inline-block !important;
	width: 0 !important;
}

.dx-hidden-cell {
	visibility: hidden;
}

.dx-row > td,
.dx-row > tr > td {
	border: none;
}

.dx-treelist-content .dx-treelist-table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	max-width: 10px;
}

	.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed {
		max-width: none;
	}

		.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-none {
			display: none;
		}

		.dx-treelist-content .dx-treelist-table.dx-treelist-table-fixed .dx-column-indicators .dx-sort.dx-sort-index {
			width: 26px;
		}

	.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators {
		float: none !important;
	}

		.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators > span {
			width: 14px;
		}

		.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-column-indicators .dx-sort.dx-sort-none {
			display: inline-block;
		}

	.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-header-row .dx-treelist-text-content {
		max-width: none;
	}

	.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-left {
		margin-right: 3px;
	}

	.dx-treelist-content .dx-treelist-table .dx-treelist-best-fit .dx-text-content-alignment-right {
		margin-left: 3px;
	}

	.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators {
		float: none !important;
	}

		.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-column-indicators > span {
			width: 14px;
		}

	.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-left {
		margin-right: 3px;
	}

	.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-text-content-alignment-right {
		margin-left: 3px;
	}

	.dx-treelist-content .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-master-detail-cell {
		max-width: 0;
	}

	.dx-treelist-content .dx-treelist-table [class*="column"] + [class*="column"]:last-child {
		float: none;
	}

	.dx-treelist-content .dx-treelist-table .dx-row > td,
	.dx-treelist-content .dx-treelist-table .dx-row > tr > td {
		vertical-align: top;
	}

		.dx-treelist-content .dx-treelist-table .dx-row > td:first-child,
		.dx-treelist-content .dx-treelist-table .dx-row > tr > td:first-child {
			border-left: 0;
		}

		.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space,
		.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space {
			border-right: none;
			vertical-align: top;
		}

			.dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td,
			.dx-treelist-content .dx-treelist-table .dx-row > tr > td.dx-treelist-group-space + td {
				border-left: none;
			}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container {
		overflow: hidden;
	}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-cell-modified:not(.dx-field-item-content),
	.dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid:not(.dx-field-item-content) {
		padding: 0;
	}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid .dx-invalid-message.dx-overlay {
		position: static;
	}

		.dx-treelist-content .dx-treelist-table .dx-row .dx-treelist-invalid .dx-invalid-message.dx-overlay .dx-overlay-content {
			overflow: hidden;
			text-overflow: ellipsis;
		}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell {
		max-width: 0;
		padding: 0;
		vertical-align: middle;
	}

		.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor,
		.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-texteditor-container {
			border: 0;
			margin: 0;
		}

		.dx-treelist-content .dx-treelist-table .dx-row .dx-editor-cell .dx-dropdowneditor {
			margin-left: -1px;
			padding-left: 1px;
		}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-command-select {
		padding: 0;
		width: 70px;
		min-width: 70px;
		max-width: 70px;
	}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit {
		width: 100px;
		min-width: 100px;
	}

		.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons {
			width: 80px;
			min-width: 80px;
			line-height: 1;
		}

			.dx-treelist-content .dx-treelist-table .dx-row .dx-command-edit.dx-command-edit-with-icons .dx-link {
				text-decoration: none;
			}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-command-expand {
		padding: 0;
		width: 30px;
		min-width: 30px;
		max-width: 30px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
	}

	.dx-treelist-content .dx-treelist-table .dx-row .dx-command-adaptive {
		padding: 0;
		vertical-align: middle;
	}

	.dx-treelist-content .dx-treelist-table .dx-filter-range-content {
		padding: 7px 7px 7px 32px;
		overflow: hidden;
		text-overflow: ellipsis;
		cursor: pointer;
	}

	.dx-treelist-content .dx-treelist-table .dx-row > .dx-last-data-cell {
		border-right: none;
	}

	.dx-treelist-content .dx-treelist-table .dx-row > .dx-command-adaptive-hidden {
		border-left: none;
	}

.dx-highlight-outline {
	position: relative;
	padding: 7px;
}

	.dx-highlight-outline::after {
		content: '';
		position: absolute;
		border: 2px solid transparent;
		top: 0;
		left: 1px;
		bottom: 0;
		right: 0;
		pointer-events: none;
	}

	.dx-highlight-outline.dx-hidden {
		display: block !important;
	}

		.dx-highlight-outline.dx-hidden::after {
			display: none;
		}

.dx-editor-cell .dx-texteditor-input {
	margin: 0;
}

.dx-editor-cell .dx-highlight-outline {
	padding: 0;
}

.dx-editor-cell.dx-editor-inline-block .dx-highlight-outline::before {
	display: inline-block;
	content: '\200B';
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}

.dx-column-lines .dx-highlight-outline::after {
	left: 0;
}

.dx-treelist-headers {
	position: relative;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.dx-header-row .dx-editor-cell .dx-select-checkbox {
	display: inline-block;
}

.dx-header-row > td {
	white-space: nowrap;
	overflow: hidden;
}

	.dx-header-row > td > .dx-treelist-text-content {
		white-space: normal;
		vertical-align: top;
	}

.dx-header-row .dx-text-content-alignment-left,
.dx-header-row .dx-text-content-alignment-right {
	display: inline-block;
	max-width: 100%;
}

.dx-header-row .dx-sort-indicator,
.dx-header-row .dx-header-filter-indicator {
	max-width: calc(100% - 17px);
}

	.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left,
	.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left {
		margin-right: 3px;
	}

	.dx-header-row .dx-sort-indicator.dx-text-content-alignment-right,
	.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-right {
		margin-left: 3px;
	}

	.dx-header-row .dx-sort-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right,
	.dx-header-row .dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
		max-width: calc(100% - 34px);
	}

	.dx-header-row .dx-sort-indicator.dx-header-filter-indicator {
		max-width: calc(100% - 31px);
	}

		.dx-header-row .dx-sort-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
			max-width: calc(100% - 62px);
		}

	.dx-header-row .dx-sort-indicator.dx-sort-index-indicator {
		max-width: calc(100% - 29px);
	}

		.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator {
			max-width: calc(100% - 43px);
		}

		.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
			max-width: calc(100% - 46px);
		}

		.dx-header-row .dx-sort-indicator.dx-sort-index-indicator.dx-header-filter-indicator.dx-text-content-alignment-left.dx-text-content-alignment-right {
			max-width: calc(100% - 74px);
		}

.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor {
	border-width: 0;
}

	.dx-treelist-filter-range-overlay .dx-editor-container .dx-texteditor.dx-state-focused:after {
		content: " ";
		position: absolute;
		top: -1px;
		bottom: -1px;
		left: -1px;
		right: -1px;
		z-index: 1;
		pointer-events: none;
	}

.dx-treelist-filter-range-overlay .dx-treelist-filter-range-end {
	border-top: 1px solid transparent;
}

.dx-treelist-filter-range-overlay .dx-editor-container.dx-highlight-outline {
	padding: 0;
}

.dx-treelist-filter-row .dx-editor-cell .dx-menu {
	display: none;
}

.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu {
	position: relative;
}

	.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-menu {
		display: block;
	}

	.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor-input,
	.dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-placeholder:before {
		padding-left: 32px;
	}

.dx-treelist-filter-row .dx-highlight-outline::after {
	pointer-events: none;
}

.dx-treelist-filter-row .dx-focused .dx-highlight-outline::after {
	border-color: transparent;
}

.dx-treelist-filter-row .dx-menu {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	margin-left: -2px;
	margin-top: -2px;
	height: 100%;
	overflow: visible;
}

	.dx-treelist-filter-row .dx-menu .dx-menu-horizontal {
		height: 100%;
	}

		.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-text,
		.dx-treelist-filter-row .dx-menu .dx-menu-horizontal .dx-menu-item-popout {
			display: none;
		}

.dx-treelist-filter-row .dx-menu-item.dx-state-focused:after {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 100%;
	height: 102%;
	content: '';
}

.dx-treelist-filter-row > td:first-child .dx-menu,
.dx-treelist-filter-row > .dx-first-cell .dx-menu {
	margin-left: 0;
}

.dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
	padding: 5px;
	padding-right: 30px;
}

.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item {
	padding: 8px 5px 7px 5px;
}

	.dx-treelist-filter-row .dx-menu ul.dx-menu-horizontal > li > .dx-menu-item.dx-state-disabled:hover {
		padding: 9px 6px 8px 6px;
	}

.dx-treelist-filter-row .dx-menu-caption {
	padding-left: 6px;
}

.dx-treelist-filter-row .dx-menu ul .dx-menu-item .dx-menu-chouser-down {
	display: none;
}

.dx-treelist-filter-row .dx-menu-item-highlight {
	font-weight: normal;
}

.dx-treelist-scroll-container {
	overflow: hidden;
	width: 100%;
}

.dx-treelist-header-panel {
	text-align: left;
}

	.dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
		margin-left: 10px;
	}

.dx-state-disabled {
	cursor: pointer;
}

	.dx-state-disabled .dx-menu-item {
		cursor: default;
	}

.dx-treelist-search-panel {
	margin: 0;
	margin-left: 15px;
}

.dx-gridbase-container > .dx-treelist-rowsview {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	height: auto;
}

	.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

		.dx-gridbase-container > .dx-treelist-rowsview.dx-scrollable > .dx-scrollable-wrapper {
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			height: auto;
			min-width: 0;
			min-height: 0;
		}

.dx-treelist-rowsview {
	position: relative;
	overflow: hidden;
}

	.dx-treelist-rowsview.dx-empty {
		height: 100px;
	}

		.dx-treelist-rowsview.dx-empty .dx-scrollable-content {
			height: 100%;
		}

	.dx-treelist-rowsview.dx-fixed-columns.dx-scrollable .dx-scrollable-content {
		z-index: 2;
	}

	.dx-treelist-rowsview.dx-fixed-columns .dx-scrollable-scrollbar {
		z-index: 3;
	}

	.dx-treelist-rowsview .dx-treelist-content {
		overflow-anchor: none;
	}

		.dx-treelist-rowsview .dx-treelist-content:not(.dx-treelist-content-fixed) {
			min-height: 100%;
		}

	.dx-treelist-rowsview:focus {
		outline: 0;
	}

	.dx-treelist-rowsview .dx-row > td,
	.dx-treelist-rowsview .dx-row > tr > td {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.dx-treelist-rowsview .dx-row.dx-row-lines:first-child {
		border-top: none;
	}

		.dx-treelist-rowsview .dx-row.dx-row-lines:first-child > td,
		.dx-treelist-rowsview .dx-row.dx-row-lines:first-child > tr > td {
			border-top: none;
		}

	.dx-treelist-rowsview .dx-data-row > td:focus {
		outline: 0;
	}

	.dx-treelist-rowsview .dx-selection > td .dx-link,
	.dx-treelist-rowsview .dx-selection.dx-row:hover > td .dx-link,
	.dx-treelist-rowsview .dx-selection > tr > td .dx-link,
	.dx-treelist-rowsview .dx-selection.dx-row:hover > tr > td .dx-link {
		color: inherit;
	}

	.dx-treelist-rowsview .dx-treelist-table .dx-freespace-row,
	.dx-treelist-rowsview .dx-treelist-table .dx-virtual-row {
		border-top: 0;
		border-bottom: 0;
	}

		.dx-treelist-rowsview .dx-treelist-table .dx-freespace-row > td,
		.dx-treelist-rowsview .dx-treelist-table .dx-virtual-row > td {
			padding-top: 0;
			padding-bottom: 0;
		}

	.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
		display: none;
	}

	.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr > td:hover > .dx-select-checkbox {
		display: inline-block;
	}

	.dx-treelist-rowsview .dx-select-checkboxes-hidden > tbody > tr.dx-selection > td > .dx-select-checkbox {
		display: inline-block;
	}

	.dx-treelist-rowsview .dx-row > .dx-master-detail-cell {
		padding: 30px;
	}

		.dx-treelist-rowsview .dx-row > .dx-master-detail-cell:focus {
			outline: 0;
		}

	.dx-treelist-rowsview .dx-data-row.dx-edit-row .dx-cell-modified .dx-highlight-outline:after {
		border-color: transparent;
	}

.dx-treelist-nodata {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dx-treelist-bottom-load-panel {
	text-align: center;
	padding: 10px;
}

.dx-treelist-hidden-column {
	white-space: nowrap;
}

	.dx-treelist-hidden-column > * {
		display: none !important;
	}

.dx-treelist-total-footer {
	position: relative;
}

	.dx-treelist-total-footer > .dx-treelist-content {
		padding-top: 7px;
		padding-bottom: 7px;
	}

.dx-treelist-summary-item {
	font-weight: bold;
}

.dx-treelist-export-menu .dx-menu-item .dx-checkbox {
	margin-left: 0;
}

	.dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-icon {
		width: 16px;
		height: 16px;
	}

	.dx-treelist-export-menu .dx-menu-item .dx-checkbox .dx-checkbox-text {
		white-space: nowrap;
		word-break: normal;
	}

.dx-command-adaptive {
	width: 36px;
	min-width: 36px;
}

.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-overlay-content .dx-popup-content {
		padding: 0;
	}

.dx-treelist-revert-tooltip.dx-popover-wrapper .dx-popover-arrow {
	width: 0;
	height: 0;
}

.dx-treelist-revert-tooltip .dx-revert-button {
	margin: 0;
}

.dx-treelist-notouch-action {
	-ms-touch-action: none;
	touch-action: none;
	-ms-content-zooming: none;
	-ms-overflow-style: none;
}

.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-treelist-column-chooser-list.dx-treeview .dx-treeview-item,
.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message {
	border: none;
}

.dx-device-mobile .dx-treelist-column-chooser-list.dx-treeview .dx-empty-message,
.dx-treelist-column-chooser-list.dx-treeview .dx-empty-message {
	text-align: center;
	left: 0;
	right: 0;
	bottom: 50%;
	position: absolute;
}

.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item,
.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item {
	padding: 7px 5px 7px 30px;
}

	.dx-rtl .dx-treelist .dx-menu-subitem .dx-menu-item .dx-menu-image,
	.dx-treelist.dx-rtl .dx-menu-subitem .dx-menu-item .dx-menu-image {
		background-position-x: right;
	}

.dx-rtl .dx-treelist .dx-texteditor-buttons-container,
.dx-treelist.dx-rtl .dx-texteditor-buttons-container {
	text-align: start;
}

.dx-rtl .dx-treelist-content .dx-treelist-table {
	direction: rtl;
}

	.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space {
		border-left: none;
	}

		.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row > td.dx-treelist-group-space + td {
			border-right: none;
		}

	.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-editor-container .dx-editor-cell .dx-checkbox.dx-checkbox-checked .dx-checkbox-icon {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	.dx-rtl .dx-treelist-content .dx-treelist-table .dx-row .dx-filter-range-content {
		padding: 7px 32px 7px 7px;
	}

.dx-rtl .dx-treelist-headers,
.dx-rtl .dx-treelist-total-footer {
	direction: ltr;
}

	.dx-rtl .dx-treelist-headers .dx-treelist-table,
	.dx-rtl .dx-treelist-total-footer .dx-treelist-table {
		direction: rtl;
	}

.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-texteditor-input,
.dx-rtl .dx-treelist-filter-row .dx-editor-cell .dx-editor-with-menu .dx-texteditor .dx-placeholder:before {
	padding-right: 32px;
}

.dx-rtl .dx-treelist-filter-row .dx-menu {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: -2px;
}

.dx-rtl .dx-treelist-filter-row > td:first-child .dx-menu {
	margin-left: 0;
}

.dx-rtl .dx-treelist-filter-row .dx-menu-horizontal .dx-overlay-content ul .dx-menu-item {
	padding: 5px;
	padding-left: 30px;
}

.dx-rtl .dx-treelist-filter-row .dx-menu-caption {
	padding-right: 6px;
}

.dx-rtl .dx-treelist-header-panel {
	text-align: right;
}

	.dx-rtl .dx-treelist-header-panel .dx-treelist-column-chooser-button {
		margin-left: 0;
	}

	.dx-rtl .dx-treelist-header-panel .dx-toolbar-menu-container .dx-button {
		margin-left: 0;
		margin-right: 10px;
	}

.dx-rtl .dx-treelist-search-panel {
	margin: 0;
	margin-right: 15px;
}

.dx-treelist-filter-panel,
.dx-treelist-filter-panel-left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	min-width: 0;
}

.dx-treelist-filter-panel {
	padding: 10px;
}

	.dx-treelist-filter-panel .dx-treelist-filter-panel-text {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.dx-treelist-filter-panel .dx-treelist-filter-panel-text:hover,
		.dx-treelist-filter-panel .dx-treelist-filter-panel-clear-filter:hover {
			text-decoration: underline;
			cursor: pointer;
		}

	.dx-treelist-filter-panel .dx-treelist-filter-panel-checkbox {
		padding-right: 10px;
	}

	.dx-treelist-filter-panel .dx-icon-filter {
		margin: auto;
		margin-right: 7px;
		cursor: pointer;
	}

.dx-treelist-container {
	position: relative;
	cursor: default;
	white-space: normal;
	line-height: normal;
}

.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable,
.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable {
	white-space: nowrap;
}

	.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-text-content,
	.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-text-content {
		display: inline;
		white-space: normal;
	}

	.dx-treelist-rowsview .dx-treelist-table:not(.dx-treelist-table-fixed) .dx-treelist-cell-expandable .dx-treelist-icon-container,
	.dx-treelist-rowsview .dx-treelist-best-fit.dx-treelist-cell-expandable .dx-treelist-icon-container {
		float: none;
	}

.dx-treelist-rowsview .dx-treelist-icon-container {
	display: inline-block;
	white-space: nowrap;
	vertical-align: top;
	line-height: 1;
}

.dx-treelist-rowsview .dx-treelist-table-fixed .dx-treelist-icon-container {
	float: left;
}

.dx-menu-base {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-align: left;
}

	.dx-menu-base .dx-menu-items-container,
	.dx-menu-base .dx-menu-item-wrapper {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}

	.dx-menu-base .dx-menu-items-container {
		list-style-type: none;
		display: inline-block;
		white-space: nowrap;
		cursor: pointer;
	}

	.dx-menu-base .dx-state-disabled,
	.dx-menu-base.dx-state-disabled .dx-menu-items-container {
		cursor: default;
	}

	.dx-menu-base .dx-menu-item {
		display: inline-block;
		position: relative;
		height: 100%;
		width: 100%;
	}

		.dx-menu-base .dx-menu-item.dx-state-disabled {
			opacity: 0.5;
		}

		.dx-menu-base .dx-menu-item .dx-menu-item-content {
			white-space: nowrap;
			height: 100%;
			width: 100%;
		}

			.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
				display: inline-block;
				vertical-align: middle;
				border: 0;
			}

			.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
				display: inline;
				vertical-align: middle;
				overflow: ellipsis;
				text-overflow: ellipsis;
				white-space: nowrap;
			}

			.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				width: 2em;
			}

				.dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
					height: 100%;
				}

	.dx-menu-base.dx-rtl {
		text-align: right;
	}

		.dx-menu-base.dx-rtl .dx-menu-item-popout-container {
			left: 0;
			right: auto;
		}

.dx-menu {
	position: relative;
}

.dx-menu-horizontal {
	height: 100%;
}

	.dx-menu-horizontal:after {
		height: 100%;
		display: inline-block;
		content: '';
		vertical-align: middle;
	}

	.dx-menu-horizontal .dx-menu-item-wrapper {
		display: inline-block;
	}

	.dx-menu-horizontal .dx-menu-separator {
		display: inline-block;
		margin: 0 15px 0 0;
	}

.dx-menu-vertical {
	height: 100%;
}

	.dx-menu-vertical:after {
		height: 100%;
		display: inline-block;
		content: '';
		vertical-align: middle;
	}

	.dx-menu-vertical .dx-menu-item-wrapper {
		display: block;
	}

	.dx-menu-vertical .dx-menu-separator {
		margin: 0 0 15px 0;
	}

.dx-rtl.dx-menu {
	text-align: right;
}

.dx-context-menu-container-border {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.dx-context-menu-content-delimiter {
	position: absolute;
	display: none;
	z-index: 2000;
	cursor: pointer;
}

.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
	left: auto;
	right: 0;
}

.dx-rtl .dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility,
.dx-rtl.dx-menu-adaptive-mode .dx-treeview-toggle-item-visibility {
	left: 0;
	right: auto;
}

.dx-menu-adaptive-mode .dx-treeview-item {
	cursor: pointer;
}

.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node {
	padding: 1px;
}

	.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
		padding-left: 15px;
	}

.dx-rtl .dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content,
.dx-rtl.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node .dx-item-content {
	padding-right: 15px;
}

.dx-menu-adaptive-mode .dx-treeview-node-container:first-child > .dx-treeview-node:last-child {
	border-bottom: none;
}

.dx-menu-adaptive-mode-overlay-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

	.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

		.dx-menu-adaptive-mode-overlay-wrapper .dx-overlay-content .dx-treeview {
			height: auto;
			-webkit-box-flex: 1;
			-webkit-flex: 1 1 auto;
			-ms-flex: 1 1 auto;
			flex: 1 1 auto;
		}

.dx-context-menu.dx-overlay-content {
	overflow: inherit;
	position: absolute;
}

.dx-context-menu .dx-menu-items-container {
	padding: 1px;
}

.dx-context-menu .dx-menu-item .dx-submenu {
	position: absolute;
	z-index: 1003;
}

.dx-context-menu .dx-menu-separator {
	height: 1px;
	margin: 5px 0;
}

.dx-calendar {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	position: relative;
	display: block;
}

	.dx-calendar.dx-calendar-with-footer .dx-calendar-footer {
		position: absolute;
		bottom: 0;
	}

.dx-calendar-views-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.dx-calendar-navigator {
	position: relative;
	text-align: center;
	width: 100%;
}

	.dx-calendar-navigator .dx-button {
		position: absolute;
		display: inline-block;
	}

		.dx-calendar-navigator .dx-button.dx-calendar-disabled-navigator-link {
			visibility: hidden;
		}

	.dx-calendar-navigator .dx-calendar-caption-button {
		text-decoration: none;
	}

.dx-calendar-body {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

	.dx-calendar-body .dx-widget {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.dx-calendar-body table {
		width: 100%;
		height: 100%;
		position: absolute;
		direction: ltr;
		table-layout: fixed;
	}

	.dx-calendar-body td {
		cursor: pointer;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.dx-calendar-body thead th {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

.dx-calendar-cell {
	white-space: normal;
}

.dx-calendar-contoured-date {
	outline-offset: -1px;
}

.dx-rtl.dx-calendar .dx-calendar-body table {
	left: 0;
}

.dx-rtl.dx-calendar .dx-calendar-body .dx-widget {
	direction: ltr;
}

.dx-state-disabled .dx-calendar .dx-calendar-navigator-previous-month,
.dx-state-disabled.dx-calendar .dx-calendar-navigator-previous-month,
.dx-state-disabled .dx-calendar .dx-calendar-navigator-next-month,
.dx-state-disabled.dx-calendar .dx-calendar-navigator-next-month {
	cursor: default;
}

.dx-state-disabled .dx-calendar-body table th,
.dx-state-disabled .dx-calendar-body table td {
	cursor: default;
}

.dx-multiview-wrapper {
	overflow: hidden;
	width: 100%;
	height: 100%;
	-ms-touch-action: pinch-zoom pan-y;
	touch-action: pinch-zoom pan-y;
}

.dx-multiview-item-container {
	position: relative;
	overflow: visible;
	width: 100%;
	height: 100%;
}

	.dx-multiview-item-container .dx-empty-message {
		text-align: center;
	}

.dx-multiview-item {
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%;
}

	.dx-multiview-item.dx-item-selected {
		position: relative;
	}

.dx-multiview-item-content {
	width: 100%;
	height: 100%;
}

.dx-multiview-item-hidden {
	top: -9999px;
	visibility: hidden;
}

.dx-treeview-loadindicator-wrapper {
	text-align: center;
}

.dx-treeview-node-loadindicator {
	position: absolute;
}

.dx-treeview-search {
	margin-bottom: 5px;
}

.dx-treeview {
	height: 100%;
}

	.dx-treeview :focus {
		outline: none;
	}

	.dx-treeview .dx-scrollable:focus {
		outline: none;
	}

	.dx-treeview .dx-empty-message {
		line-height: normal;
	}

.dx-checkbox + .dx-treeview-node-container,
.dx-treeview-node-container:first-child {
	margin: 0;
	display: block;
}

.dx-treeview-select-all-item {
	width: 100%;
}

.dx-treeview-node-container {
	list-style-position: inside;
	padding: 0;
	margin: 0;
	display: none;
	overflow: hidden;
}

	.dx-treeview-node-container.dx-treeview-node-container-opened {
		display: block;
	}

.dx-treeview-node {
	list-style-type: none;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}

	.dx-treeview-node a {
		text-decoration: none;
	}

	.dx-treeview-node .dx-checkbox {
		position: absolute;
		margin: 0;
	}

.dx-treeview-item {
	display: block;
	cursor: pointer;
}

	.dx-treeview-item .dx-icon {
		display: inline-block;
		width: 24px;
		height: 24px;
		vertical-align: middle;
		margin-right: 5px;
		background-size: 24px 24px;
	}

	.dx-treeview-item .dx-treeview-item-content span {
		vertical-align: middle;
	}

	.dx-treeview-item.dx-state-disabled {
		opacity: 0.5;
	}

.dx-treeview-toggle-item-visibility {
	position: absolute;
	cursor: pointer;
}

	.dx-treeview-toggle-item-visibility.dx-state-disabled {
		cursor: default;
	}

.dx-rtl .dx-treeview-node-container:first-child > .dx-treeview-node {
	padding-left: 0;
}

.dx-rtl .dx-treeview-node-container .dx-treeview-node {
	padding-left: 0;
}

	.dx-rtl .dx-treeview-node-container .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item {
		padding-left: 0;
	}

	.dx-rtl .dx-treeview-node-container .dx-treeview-node .dx-treeview-item .dx-icon {
		margin-right: 0;
	}

.dx-rtl .dx-treeview-toggle-item-visibility {
	left: auto;
	right: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.dx-tabpanel-tabs {
	width: 100%;
}

	.dx-tabpanel-tabs .dx-tabs {
		height: 100%;
	}

.dx-tabpanel-container {
	width: 100%;
	height: 100%;
}

.dx-fileuploader.dx-state-disabled .dx-fileuploader-input {
	display: none;
}

.dx-fileuploader-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.dx-fileuploader-container {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.dx-fileuploader-input-wrapper:before,
.dx-fileuploader-input-wrapper:after {
	display: table;
	content: "";
	line-height: 0;
}

.dx-fileuploader-input-wrapper:after {
	clear: both;
}

.dx-fileuploader-input-wrapper:before,
.dx-fileuploader-input-wrapper:after {
	width: 100%;
}

.dx-fileuploader-input-wrapper:before {
	padding-top: 1em;
	margin-top: -1em;
}

.dx-fileuploader-input-wrapper:after {
	padding-bottom: 1em;
	margin-bottom: -1em;
}

.dx-fileuploader-input-wrapper .dx-button {
	float: left;
}

	.dx-fileuploader-input-wrapper .dx-button + .dx-button {
		margin-left: 12px;
	}

.dx-fileuploader-button {
	position: relative;
}

	.dx-fileuploader-button .dx-fileuploader-input {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		cursor: pointer;
	}

		.dx-fileuploader-button .dx-fileuploader-input::-webkit-file-upload-button,
		.dx-fileuploader-button .dx-fileuploader-input::-ms-browse {
			cursor: pointer;
		}

.dx-fileuploader-content {
	display: table-row-group;
	vertical-align: middle;
}

	.dx-fileuploader-content > .dx-fileuploader-upload-button {
		margin-top: 10px;
	}

.dx-fileuploader-empty .dx-fileuploader-content > .dx-fileuploader-upload-button {
	display: none;
}

.dx-fileuploader-input-content {
	width: 100%;
	display: table;
}

.dx-fileuploader-files-container {
	padding-top: 0;
	width: 100%;
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
	padding-top: 22px;
}

.dx-fileuploader-file-container {
	width: 100%;
	padding: 4px 0 4px;
}

	.dx-fileuploader-file-container .dx-button {
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

		.dx-fileuploader-file-container .dx-button.dx-state-invisible {
			margin-right: 0;
		}

.dx-fileuploader-button-container,
.dx-fileuploader-input-container {
	display: table-cell;
	vertical-align: middle;
}

.dx-fileuploader-input-container {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.dx-fileuploader-input {
	opacity: 0;
	width: 100%;
	margin: 0;
	cursor: default;
}

.dx-fileuploader-input-label {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: default;
}

	.dx-fileuploader-input-label:before {
		content: '';
		position: absolute;
		top: -50%;
		overflow: hidden;
		cursor: default;
	}

.dx-fileuploader-button-container {
	display: table-cell;
	vertical-align: middle;
}

.dx-fileuploader-file {
	display: table-cell;
	width: 100%;
	white-space: nowrap;
}

.dx-fileuploader-file-info {
	float: left;
	width: 100%;
}

.dx-fileuploader-file-status-message {
	float: left;
	font-size: 12px;
	height: 16px;
}

.dx-fileuploader .dx-progressbar {
	float: left;
	width: 100%;
	height: 22px;
	margin-top: -6px;
}

.dx-fileuploader-file-name {
	float: left;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dx-fileuploader-file-size {
	margin-left: 4px;
	float: left;
	vertical-align: super;
	font-size: 10px;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-button,
.dx-rtl.dx-fileuploader .dx-fileuploader-button {
	float: right;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-container .dx-fileuploader-button {
	margin-left: 10px;
	margin-right: 0;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-name,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl .dx-fileuploader .dx-fileuploader-file-status-message,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-status-message {
	float: right;
}

.dx-rtl .dx-fileuploader .dx-fileuploader-file-size,
.dx-rtl.dx-fileuploader .dx-fileuploader-file-size {
	margin-right: 4px;
}

.dx-fileuploader-invalid .dx-fileuploader-file-status-message {
	height: auto;
}

	.dx-fileuploader-invalid .dx-fileuploader-file-status-message span {
		display: block;
		margin-bottom: 2px;
	}

		.dx-fileuploader-invalid .dx-fileuploader-file-status-message span:last-child {
			margin-bottom: 0;
		}

.dx-fileuploader-invalid .dx-fileuploader-button-container {
	vertical-align: top;
}

.dx-fileuploader-invalid .dx-fileuploader-cancel-button {
	margin-top: 5px;
}

.dx-validationsummary-item {
	cursor: pointer;
}

.dx-invalid-message.dx-overlay {
	position: relative;
}

.dx-invalid-message.dx-overlay-wrapper {
	width: 100%;
	visibility: hidden;
	pointer-events: none;
}

.dx-invalid-message > .dx-overlay-content {
	display: inline-block;
	position: relative;
	border-width: 0;
	padding: 10px;
	font-size: 0.85em;
	line-height: normal;
	word-wrap: break-word;
}

.dx-state-focused.dx-invalid .dx-invalid-message-auto .dx-overlay-wrapper,
.dx-invalid-message-visible.dx-invalid .dx-invalid-message-auto .dx-overlay-wrapper,
.dx-lookup.dx-dropdowneditor-active .dx-invalid-message-auto .dx-overlay-wrapper,
.dx-invalid-message-always .dx-overlay-wrapper {
	visibility: visible;
}

.dx-recurrence-repeat-end-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.dx-scheduler-appointment-popup .dx-popup-content {
	padding-top: 0;
	padding-bottom: 0;
}

.dx-scheduler-appointment-popup .dx-scrollable-content {
	padding-top: 20px;
}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content,
.dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content {
	padding: 0;
}

	.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item,
	.dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content .dx-list-item {
		width: 360px;
	}

		.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-popup-content .dx-list-item .dx-list-item-content,
		.dx-scheduler .dx-scheduler-overlay-panel .dx-popup-content .dx-list-item .dx-list-item-content {
			padding: 5px;
		}

.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item,
.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

	.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body,
	.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-marker-body {
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin-top: 7px;
		margin-left: 5px;
	}

	.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content,
	.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin: 5px 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject,
		.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-subject {
			text-align: left;
			font-weight: bold;
			font-size: 16px;
			letter-spacing: 0.01em;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		.dx-popup-wrapper.dx-scheduler-appointment-tooltip-wrapper .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date,
		.dx-scheduler .dx-scheduler-overlay-panel .dx-tooltip-appointment-item .dx-tooltip-appointment-item-content .dx-tooltip-appointment-item-content-date {
			text-align: left;
			font-size: 12px;
			opacity: 0.8;
			margin-top: 10px;
		}

.dx-scheduler .dx-scheduler-appointment-content-details {
	margin-top: 2px;
}

	.dx-scheduler .dx-scheduler-appointment-content-details .dx-scheduler-appointment-content-date {
		line-height: 0.8;
	}

.dx-scheduler .dx-scheduler-overlay-panel .dx-overlay-content {
	position: relative;
	background: #fff;
}

.dx-scheduler .dx-empty-message {
	line-height: normal;
}

.dx-scheduler .dx-scheduler-work-space-month > .dx-scrollable-native .dx-scrollable-content {
	min-height: 100%;
}

.dx-scheduler-all-day-panel td {
	padding: 0;
}

.dx-scheduler-appointment-collector {
	position: absolute;
	display: block;
	height: 20px;
	text-align: center;
	cursor: pointer;
	margin: 3px 0 0 3px;
}

	.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin: 0 4px;
	}

		.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content.dx-button-content {
			padding: 0;
		}

		.dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
			display: inline-block;
			vertical-align: middle;
			line-height: 13.33333333px;
			height: 20px;
			padding-left: 2px;
		}

	.dx-scheduler-appointment-collector.dx-state-hover:before {
		border-radius: 20px;
	}

	.dx-scheduler-appointment-collector.dx-button.dx-button-default {
		padding: 0;
		max-width: none;
		border-radius: 20px;
	}

.dx-scheduler-work-space-mouse-selection .dx-scheduler-fixed-appointments,
.dx-scheduler-work-space-mouse-selection .dx-scheduler-scrollable-appointments {
	pointer-events: none;
}

.dx-rtl .dx-scheduler-appointment-collector {
	margin: 3px 3px 0 0;
}

.dx-scheduler-adaptive .dx-scheduler-work-space-week .dx-scheduler-header-panel-cell {
	white-space: pre-wrap;
	line-height: 1.3;
}

.dx-scheduler-adaptive .dx-scheduler-appointment-collector {
	margin: 0;
}

	.dx-scheduler-adaptive .dx-scheduler-appointment-collector .dx-scheduler-appointment-collector-content span:last-child {
		line-height: 20px;
	}

.dx-layout-manager .dx-field-item:not(.dx-first-row) {
	padding-top: 10px;
}

.dx-layout-manager .dx-field-item:not(.dx-first-col) {
	padding-left: 15px;
}

.dx-layout-manager .dx-field-item:not(.dx-last-col) {
	padding-right: 15px;
}

.dx-layout-manager .dx-field-empty-item {
	width: 100%;
}

.dx-layout-manager.dx-layout-manager-one-col .dx-single-column-item-content > .dx-field-item {
	padding-left: 0;
	padding-right: 0;
}

.dx-layout-manager.dx-layout-manager-one-col .dx-form-group .dx-single-column-item-content > .dx-first-row.dx-col-0.dx-field-item {
	padding-top: 0;
}

.dx-layout-manager.dx-layout-manager-one-col .dx-box-item:not(:first-child) .dx-single-column-item-content > .dx-field-item {
	padding-top: 10px;
}

.dx-layout-manager .dx-label-h-align.dx-flex-layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

	.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-label {
		display: block;
	}

	.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content,
	.dx-layout-manager .dx-label-h-align.dx-flex-layout .dx-field-item-content-wrapper {
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		display: block;
	}

	.dx-layout-manager .dx-label-h-align.dx-flex-layout:not(.dx-field-item-label-align) {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

.dx-layout-manager .dx-label-h-align.dx-field-item-label-align:not(.dx-flex-layout) .dx-field-item-label {
	vertical-align: baseline;
}

.dx-layout-manager .dx-label-h-align .dx-field-item-label,
.dx-layout-manager .dx-label-h-align .dx-field-item-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper {
	display: table-cell;
}

	.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper .dx-field-item-content {
		display: block;
	}

.dx-layout-manager .dx-label-h-align .dx-field-item-label {
	white-space: nowrap;
	vertical-align: middle;
}

	.dx-layout-manager .dx-label-h-align .dx-field-item-label .dx-field-item-label-content {
		display: block;
	}

.dx-layout-manager .dx-label-h-align .dx-field-item-content {
	vertical-align: top;
}

	.dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-checkbox,
	.dx-layout-manager .dx-label-h-align .dx-field-item-content .dx-switch {
		margin-top: 7px;
		margin-bottom: 4px;
	}

.dx-layout-manager .dx-label-h-align .dx-field-item-content,
.dx-layout-manager .dx-label-h-align .dx-field-item-content-wrapper {
	width: 100%;
}

.dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
	padding: 20px;
}

.dx-field-item-label-location-top {
	display: block;
}

.dx-form-group-content {
	border-width: 0;
	padding: 0;
	margin: 0;
}

.dx-form-group-caption {
	font-size: 20px;
}

.dx-form-group-with-caption > .dx-form-group-content {
	padding-top: 19px;
	padding-bottom: 20px;
	margin-top: 6px;
}

.dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
	padding-left: 20px;
}

.dx-layout-manager-hidden-label {
	position: absolute;
	display: block;
	visibility: hidden;
}

.dx-field-item-help-text {
	font-style: italic;
	white-space: normal;
}

.dx-field-item-label-location-left {
	padding-right: 10px;
}

.dx-field-item-label-location-right {
	padding-left: 10px;
}

.dx-rtl .dx-field-item-required-mark,
.dx-rtl .dx-field-item-optional-mark {
	unicode-bidi: embed;
}

.dx-rtl .dx-field-item:not(.dx-first-col) {
	padding-left: 0;
	padding-right: 15px;
}

.dx-rtl .dx-field-item:not(.dx-last-col) {
	padding-left: 15px;
	padding-right: 0;
}

.dx-rtl .dx-field-item-label-location-left {
	padding-right: 0;
	padding-left: 10px;
}

.dx-rtl .dx-field-item-label-location-right {
	padding-left: 0;
	padding-right: 10px;
}

.dx-rtl .dx-layout-manager-one-col .dx-single-column-item-content > .dx-field-item {
	padding-right: 0;
	padding-left: 0;
}

.dx-rtl .dx-form-group-with-caption .dx-form-group.dx-form-group-with-caption {
	padding-left: 0;
	padding-right: 20px;
}

.dx-filterbuilder.dx-rtl .dx-filterbuilder-text,
.dx-filterbuilder.dx-rtl .dx-filterbuilder-action-icon {
	margin-left: 5px;
	margin-right: 0;
}

.dx-filterbuilder.dx-rtl .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
	padding-left: 0;
	padding-right: 26px;
}

.dx-filterbuilder .dx-filterbuilder-text,
.dx-filterbuilder .dx-filterbuilder-action-icon {
	margin-left: 0;
	margin-right: 5px;
}

	.dx-filterbuilder .dx-filterbuilder-text:focus,
	.dx-filterbuilder .dx-filterbuilder-item-value-text:focus,
	.dx-filterbuilder .dx-filterbuilder-action-icon:focus {
		outline: none;
	}

.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item {
	display: inline-block;
	white-space: nowrap;
}

	.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text {
		display: inline-block;
		cursor: pointer;
		white-space: pre;
	}

		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range {
			white-space: nowrap;
		}

		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-text-separator,
		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-range-separator {
			margin: 0 7px;
			opacity: 0.3;
		}

		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-group-operation,
		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-field,
		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text.dx-filterbuilder-item-operation,
		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-filterbuilder-item-value-text {
			min-width: 20px;
			padding: 2px 7px 3px 7px;
		}

		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-text .dx-texteditor {
			vertical-align: middle;
			margin-top: -7px;
			margin-bottom: -4px;
			display: inline-block;
		}

	.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action {
		display: inline-block;
		cursor: pointer;
		position: relative;
	}

		.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-item .dx-filterbuilder-action.dx-filterbuilder-action-icon {
			padding: 5px 8px;
		}

.dx-filterbuilder .dx-filterbuilder-group .dx-filterbuilder-group-content .dx-filterbuilder-group-content {
	padding-left: 26px;
}

.dx-filterbuilder-operations .dx-treeview-item {
	padding-left: 5px;
}

.dx-filterbuilder-operations .dx-rtl .dx-treeview-item {
	padding-right: 5px;
}

.dx-filterbuilder-overlay {
	white-space: nowrap;
}

	.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node {
		padding-left: 0;
	}

		.dx-filterbuilder-overlay .dx-treeview .dx-treeview-node .dx-treeview-node-container-opened {
			margin-left: 15px;
		}

	.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node {
		padding-right: 0;
	}

		.dx-filterbuilder-overlay .dx-treeview.dx-rtl .dx-treeview-node .dx-treeview-node-container-opened {
			margin-right: 15px;
		}

	.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal {
		border-radius: 0;
	}

		.dx-filterbuilder-overlay .dx-overlay-content.dx-popup-normal > .dx-popup-content {
			padding: 0;
		}

	.dx-filterbuilder-overlay .dx-scrollable-container {
		max-height: 360px;
	}

	.dx-filterbuilder-overlay .dx-menu-items-container {
		padding: 0;
	}

.dx-drawer {
	height: 100%;
	width: 100%;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}

.dx-drawer-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.dx-drawer-panel-content {
	position: absolute;
	top: 0;
	bottom: 0;
}

.dx-drawer-right .dx-drawer-panel-content {
	right: 0;
}

.dx-drawer-left .dx-drawer-panel-content {
	left: 0;
}

.dx-drawer-content {
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
}

.dx-drawer-shader {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.dx-drawer-push.dx-drawer-bottom .dx-drawer-panel-content {
	top: auto;
}

.dx-drawer-shrink .dx-drawer-panel-content {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: 100%;
}

.dx-drawer-shrink .dx-drawer-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.dx-drawer-shrink .dx-drawer-content {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.dx-drawer-shrink.dx-drawer-top .dx-drawer-wrapper,
.dx-drawer-shrink.dx-drawer-bottom .dx-drawer-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dx-drawer-overlap .dx-drawer-panel-content {
	overflow: visible;
}

	.dx-drawer-overlap .dx-drawer-panel-content.dx-overlay-wrapper {
		right: auto;
		left: auto;
	}

.dx-drawer-overlap.dx-drawer-left .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-right .dx-drawer-wrapper {
	overflow-y: visible;
}

.dx-drawer-overlap.dx-drawer-top .dx-drawer-wrapper,
.dx-drawer-overlap.dx-drawer-bottom .dx-drawer-wrapper {
	overflow-x: visible;
}

.dx-drawer-overlap.dx-drawer-right.dx-drawer-expand .dx-overlay-content {
	right: 0;
}

.dx-htmleditor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid transparent;
}

.dx-quill-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	min-height: 1px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%;
}

	.ql-clipboard p {
		margin: 0;
		padding: 0;
	}

.dx-htmleditor-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.42;
	width: 100%;
	outline: none;
	overflow-y: auto;
	padding: 12px 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

	.dx-htmleditor-content .dx-variable > span {
		padding: 3px 6px;
		border-radius: 8px;
	}

	.dx-htmleditor-content > * {
		cursor: text;
	}

	.dx-htmleditor-content p,
	.dx-htmleditor-content ol,
	.dx-htmleditor-content ul,
	.dx-htmleditor-content pre,
	.dx-htmleditor-content blockquote,
	.dx-htmleditor-content h1,
	.dx-htmleditor-content h2,
	.dx-htmleditor-content h3,
	.dx-htmleditor-content h4,
	.dx-htmleditor-content h5,
	.dx-htmleditor-content h6 {
		margin: 0;
		padding: 0;
	}

	.dx-htmleditor-content p,
	.dx-htmleditor-content h1,
	.dx-htmleditor-content h2,
	.dx-htmleditor-content h3,
	.dx-htmleditor-content h4,
	.dx-htmleditor-content h5,
	.dx-htmleditor-content h6,
	.dx-htmleditor-content ol,
	.dx-htmleditor-content ul {
		counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	}

	.dx-htmleditor-content table {
		border-collapse: collapse;
	}

	.dx-htmleditor-content td {
		border: 1px solid #000;
		padding: 2px 5px;
	}

	.dx-htmleditor-content ol,
	.dx-htmleditor-content ul {
		padding-left: 1.5em;
	}

.dx-rtl .dx-htmleditor-content ol,
.dx-rtl .dx-htmleditor-content ul {
	padding-left: 0;
	padding-right: 1.5em;
}

.dx-htmleditor-content li {
	list-style-type: none;
	padding-left: 1.5em;
	position: relative;
}

	.dx-htmleditor-content li::before {
		display: inline-block;
		margin-left: -1.5em;
		margin-right: 0.3em;
		text-align: right;
		white-space: nowrap;
		width: 1.2em;
	}

.dx-rtl .dx-htmleditor-content li {
	padding-left: 0;
	padding-right: 1.5em;
}

	.dx-rtl .dx-htmleditor-content li::before {
		margin-left: 0.3em;
		margin-right: -1.5em;
		text-align: left;
	}

.dx-htmleditor-content ul > li::before {
	content: '\2022';
}

.dx-htmleditor-content li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-0;
}

	.dx-htmleditor-content li::before {
		content: counter(list-0, decimal) '. ';
	}

.dx-htmleditor-content ol li.ql-indent-1 {
	counter-increment: list-1;
}

	.dx-htmleditor-content ol li.ql-indent-1::before {
		content: counter(list-1, lower-alpha) '. ';
	}

.dx-htmleditor-content li.ql-indent-1 {
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-2 {
	counter-increment: list-2;
}

	.dx-htmleditor-content ol li.ql-indent-2::before {
		content: counter(list-2, lower-roman) '. ';
	}

.dx-htmleditor-content li.ql-indent-2 {
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-3 {
	counter-increment: list-3;
}

	.dx-htmleditor-content ol li.ql-indent-3::before {
		content: counter(list-3, decimal) '. ';
	}

.dx-htmleditor-content li.ql-indent-3 {
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-4 {
	counter-increment: list-4;
}

	.dx-htmleditor-content ol li.ql-indent-4::before {
		content: counter(list-4, lower-alpha) '. ';
	}

.dx-htmleditor-content li.ql-indent-4 {
	counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-5 {
	counter-increment: list-5;
}

	.dx-htmleditor-content ol li.ql-indent-5::before {
		content: counter(list-5, lower-roman) '. ';
	}

.dx-htmleditor-content li.ql-indent-5 {
	counter-reset: list-6 list-7 list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-6 {
	counter-increment: list-6;
}

	.dx-htmleditor-content ol li.ql-indent-6::before {
		content: counter(list-6, decimal) '. ';
	}

.dx-htmleditor-content li.ql-indent-6 {
	counter-reset: list-7 list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-7 {
	counter-increment: list-7;
}

	.dx-htmleditor-content ol li.ql-indent-7::before {
		content: counter(list-7, lower-alpha) '. ';
	}

.dx-htmleditor-content li.ql-indent-7 {
	counter-reset: list-8 list-9;
}

.dx-htmleditor-content ol li.ql-indent-8 {
	counter-increment: list-8;
}

	.dx-htmleditor-content ol li.ql-indent-8::before {
		content: counter(list-8, lower-roman) '. ';
	}

.dx-htmleditor-content li.ql-indent-8 {
	counter-reset: list-9;
}

.dx-htmleditor-content ol li.ql-indent-9 {
	counter-increment: list-9;
}

	.dx-htmleditor-content ol li.ql-indent-9::before {
		content: counter(list-9, decimal) '. ';
	}

.dx-htmleditor-content .ql-indent-1 {
	padding-left: 3em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-1 {
	padding-left: 0;
	padding-right: 3em;
}

.dx-htmleditor-content li.ql-indent-1 {
	padding-left: 4.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-1 {
	padding-left: 0;
	padding-right: 4.5em;
}

.dx-htmleditor-content .ql-indent-2 {
	padding-left: 6em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-2 {
	padding-left: 0;
	padding-right: 6em;
}

.dx-htmleditor-content li.ql-indent-2 {
	padding-left: 7.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-2 {
	padding-left: 0;
	padding-right: 7.5em;
}

.dx-htmleditor-content .ql-indent-3 {
	padding-left: 9em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-3 {
	padding-left: 0;
	padding-right: 9em;
}

.dx-htmleditor-content li.ql-indent-3 {
	padding-left: 10.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-3 {
	padding-left: 0;
	padding-right: 10.5em;
}

.dx-htmleditor-content .ql-indent-4 {
	padding-left: 12em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-4 {
	padding-left: 0;
	padding-right: 12em;
}

.dx-htmleditor-content li.ql-indent-4 {
	padding-left: 13.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-4 {
	padding-left: 0;
	padding-right: 13.5em;
}

.dx-htmleditor-content .ql-indent-5 {
	padding-left: 15em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-5 {
	padding-left: 0;
	padding-right: 15em;
}

.dx-htmleditor-content li.ql-indent-5 {
	padding-left: 16.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-5 {
	padding-left: 0;
	padding-right: 16.5em;
}

.dx-htmleditor-content .ql-indent-6 {
	padding-left: 18em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-6 {
	padding-left: 0;
	padding-right: 18em;
}

.dx-htmleditor-content li.ql-indent-6 {
	padding-left: 19.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-6 {
	padding-left: 0;
	padding-right: 19.5em;
}

.dx-htmleditor-content .ql-indent-7 {
	padding-left: 21em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-7 {
	padding-left: 0;
	padding-right: 21em;
}

.dx-htmleditor-content li.ql-indent-7 {
	padding-left: 22.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-7 {
	padding-left: 0;
	padding-right: 22.5em;
}

.dx-htmleditor-content .ql-indent-8 {
	padding-left: 24em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-8 {
	padding-left: 0;
	padding-right: 24em;
}

.dx-htmleditor-content li.ql-indent-8 {
	padding-left: 25.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-8 {
	padding-left: 0;
	padding-right: 25.5em;
}

.dx-htmleditor-content .ql-indent-9 {
	padding-left: 27em;
}

.dx-rtl .dx-htmleditor-content .ql-indent-9 {
	padding-left: 0;
	padding-right: 27em;
}

.dx-htmleditor-content li.ql-indent-9 {
	padding-left: 28.5em;
}

.dx-rtl .dx-htmleditor-content li.ql-indent-9 {
	padding-left: 0;
	padding-right: 28.5em;
}

.dx-rtl .dx-htmleditor-content li {
	padding-right: 1.5em;
}

	.dx-rtl .dx-htmleditor-content li::before {
		margin-left: 0.3em;
		margin-right: -1.5em;
		text-align: left;
	}

.dx-htmleditor-content table {
	table-layout: fixed;
	width: 100%;
}

	.dx-htmleditor-content table td {
		outline: none;
	}

.dx-htmleditor-content .ql-code-block-container {
	font-family: monospace;
}

.dx-htmleditor-content .ql-video {
	display: block;
	max-width: 100%;
}

	.dx-htmleditor-content .ql-video.ql-align-center {
		margin: 0 auto;
	}

	.dx-htmleditor-content .ql-video.ql-align-right {
		margin: 0 0 0 auto;
	}

.dx-htmleditor-content .ql-font-serif {
	font-family: Georgia, Times New Roman, serif;
}

.dx-htmleditor-content .ql-font-monospace {
	font-family: Monaco, Courier New, monospace;
}

.dx-htmleditor-content .ql-direction-rtl {
	direction: rtl;
	text-align: inherit;
}

.dx-htmleditor-content.ql-blank::before {
	color: rgba(0, 0, 0, 0.6);
	content: attr(data-placeholder);
	font-style: italic;
	left: 15px;
	pointer-events: none;
	position: absolute;
	right: 15px;
}

.dx-htmleditor-content pre {
	white-space: pre-wrap;
	background-color: rgba(191, 191, 191, 0.15);
}

.dx-htmleditor-content blockquote {
	padding-left: 12px;
	border-left: 4px solid;
}

.dx-rtl .dx-htmleditor-content blockquote {
	padding-left: 0;
	padding-right: 12px;
	border-left: none;
	border-right: 4px solid;
}

.dx-suggestion-list-wrapper .dx-list {
	min-height: 35px;
}

	.dx-suggestion-list-wrapper .dx-list .dx-scrollable-content {
		margin: 0;
	}

.dx-suggestion-list {
	min-width: 50px;
}

	.dx-suggestion-list .dx-list-item {
		display: block;
	}

	.dx-suggestion-list .dx-list-item-icon {
		border-radius: 50%;
		vertical-align: text-bottom;
	}

.dx-formdialog-form {
	min-width: 360px;
}

.dx-formdialog-field-target .dx-field-item-content {
	text-align: right;
}

.dx-rtl .dx-formdialog-field-target .dx-field-item-content {
	text-align: left;
}

.dx-htmleditor-toolbar-wrapper {
	padding: 5px;
}

.dx-color-format .dx-icon-color,
.dx-background-format .dx-icon-color,
.dx-color-format .dx-icon-background,
.dx-background-format .dx-icon-background {
	border-bottom: 3px solid transparent;
}

.dx-htmleditor-toolbar-separator {
	height: 100%;
	border-left: 1px solid transparent;
}

.dx-htmleditor-toolbar-menu-separator {
	width: 100%;
	border-top: 1px solid transparent;
}

	.dx-htmleditor-toolbar-menu-separator::before {
		content: none;
	}

.dx-resize-frame {
	position: absolute;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px dashed lightslategrey;
}

	.dx-resize-frame .dx-resizable-handle-corner-top-right,
	.dx-resize-frame .dx-resizable-handle-corner-top-left,
	.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
	.dx-resize-frame .dx-resizable-handle-corner-bottom-left {
		border: 1px solid white;
		width: 11px;
		height: 11px;
		border-radius: 0;
	}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left {
	width: 15px;
	height: 15px;
}

.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
	right: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right {
	right: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-resize-frame .dx-resizable-handle-corner-bottom-left {
	left: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left {
	left: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-resize-frame .dx-resizable-handle-corner-top-left {
	top: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-top-left {
	top: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-resize-frame .dx-resizable-handle-corner-bottom-left {
	bottom: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-right,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-corner-bottom-left {
	bottom: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-left::after,
.dx-resize-frame .dx-resizable-handle-top::after,
.dx-resize-frame .dx-resizable-handle-bottom::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border: 1px solid white;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after {
	width: 15px;
	height: 15px;
}

.dx-resize-frame .dx-resizable-handle-right::after,
.dx-resize-frame .dx-resizable-handle-left::after {
	top: calc(50% - 11px / 2);
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after {
	top: calc(50% - 15px / 2);
}

.dx-resize-frame .dx-resizable-handle-top::after,
.dx-resize-frame .dx-resizable-handle-bottom::after {
	left: calc(50% - 11px / 2);
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after,
.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after {
	left: calc(50% - 15px / 2);
}

.dx-resize-frame .dx-resizable-handle-right::after {
	right: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-right::after {
	right: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-left::after {
	left: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-left::after {
	left: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-top::after {
	top: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-top::after {
	top: -7.5px;
}

.dx-resize-frame .dx-resizable-handle-bottom::after {
	bottom: -5.5px;
}

.dx-touch-device.dx-resize-frame .dx-resizable-handle-bottom::after {
	bottom: -7.5px;
}

.dx-mention {
	padding: 1px 0;
	border-radius: 2px;
}

	.dx-mention .dx-template-wrapper {
		white-space: nowrap;
		display: inline-block;
	}

	.dx-mention > span {
		margin: 0 2px;
	}

.dx-fa-button .dx-overlay-content {
	border-radius: 50%;
	cursor: pointer;
}

.dx-filemanager {
	height: 500px;
	border: 1px solid;
}

	.dx-filemanager .dx-filemanager-wrapper {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dx-filemanager .dx-filemanager-notification-drawer {
		height: 100%;
	}

	.dx-filemanager .dx-filemanager-notification-popup > .dx-overlay-content {
		min-width: 400px;
		max-width: 400px;
	}

	.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content {
		padding: 15px;
	}

		.dx-filemanager .dx-filemanager-notification-popup .dx-popup-content .dx-filemanager-progress-box {
			padding: 5px 0 0;
		}

	.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common {
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

	.dx-filemanager .dx-filemanager-notification-popup .dx-filemanager-notification-common-no-item {
		border-style: none;
	}

	.dx-filemanager .dx-filemanager-progress-panel {
		width: 340px;
		height: 100%;
	}

		.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-container {
			padding: 10px 10px 20px 10px;
		}

		.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			padding: 0 0 5px 10px;
		}

			.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-title .dx-filemanager-progress-panel-title-text {
				-webkit-box-flex: 1;
				-webkit-flex: 1 1 auto;
				-ms-flex: 1 1 auto;
				flex: 1 1 auto;
				-webkit-align-self: center;
				-ms-flex-item-align: center;
				align-self: center;
				font-size: 18px;
				font-weight: 600;
			}

		.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-common .dx-filemanager-progress-box-common {
			font-weight: 600;
		}

		.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-separator {
			height: 20px;
		}

		.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-i.dx-filemanager-i-cancel {
			width: 16px;
			height: 16px;
		}

		.dx-filemanager .dx-filemanager-progress-panel .dx-filemanager-progress-panel-details > .dx-filemanager-progress-box {
			margin-bottom: 8px;
			border-radius: 2px;
		}

	.dx-filemanager .dx-filemanager-progress-box {
		padding: 10px 0 10px 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

		.dx-filemanager .dx-filemanager-progress-box.dx-filemanager-progress-box-without-close-button {
			padding-right: 41px;
		}

		.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-image {
			font-size: 30px;
			margin-right: 10px;
		}

		.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-wrapper {
			-webkit-box-flex: 1;
			-webkit-flex: 1 auto;
			-ms-flex: 1 auto;
			flex: 1 auto;
		}

		.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-common {
			padding: 5px 0;
		}

		.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-progress-bar {
			padding: 5px 0;
		}

		.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-status {
			padding: 5px 0;
		}

		.dx-filemanager .dx-filemanager-progress-box .dx-filemanager-progress-box-close-button {
			margin-left: 5px;
		}

	.dx-filemanager .dx-filemanager-progress-box-error {
		border-radius: 2px;
		display: inline-block;
		border-width: 0;
		padding: 2px 8px 3px;
		font-size: 0.85em;
		line-height: normal;
		word-wrap: break-word;
	}

	.dx-filemanager .dx-filemanager-toolbar {
		padding: 6px 10px;
	}

		.dx-filemanager .dx-filemanager-toolbar .dx-filemanager-toolbar-separator-item {
			width: 1px;
			margin-right: 5px;
		}

	.dx-filemanager .dx-filemanager-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		border-top: 1px solid;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}

		.dx-filemanager .dx-filemanager-container .dx-filemanager-dirs-panel {
			padding: 5px 10px;
			height: 100%;
			width: 100%;
			display: block;
		}

		.dx-filemanager .dx-filemanager-container .dx-drawer-opened .dx-splitter.dx-state-disabled {
			width: 1px;
		}

		.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content {
			display: block;
			width: 30%;
		}

			.dx-filemanager .dx-filemanager-container .dx-drawer-panel-content.dx-drawer-panel-content-initial {
				min-width: 250px;
				max-width: 300px;
			}

	.dx-filemanager .dx-filemanager-dirs-panel {
		height: 100%;
	}

	.dx-filemanager .dx-filemanager-breadcrumbs {
		padding: 6px 11px;
		border-bottom: 1px solid;
	}

		.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-horizontal .dx-menu-item-wrapper {
			vertical-align: middle;
		}

		.dx-filemanager .dx-filemanager-breadcrumbs .dx-menu-item-content {
			padding: 5px 0 10px;
		}

		.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-parent-folder-item .dx-menu-item-content {
			padding: 5px 9px 10px;
		}

		.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item .dx-menu-item-content {
			width: 1px;
			height: 36px;
			padding: 0;
			margin: 0 10px;
		}

		.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item .dx-menu-item-content {
			padding: 5px 1px 10px;
		}

		.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-separator-item.dx-state-hover,
		.dx-filemanager .dx-filemanager-breadcrumbs .dx-filemanager-breadcrumbs-path-separator-item.dx-state-hover {
			cursor: default;
		}

	.dx-filemanager .dx-filemanager-notification-container {
		position: absolute;
		top: -5000px;
		left: -5000px;
	}

	.dx-filemanager .dx-filemanager-editing-container {
		position: absolute;
		top: -5000px;
		left: -5000px;
	}

	.dx-filemanager .dx-row .dx-filemanager-file-actions-button {
		float: right;
	}

		.dx-filemanager .dx-row .dx-filemanager-file-actions-button .dx-button-content {
			padding: 10px 14px;
		}

	.dx-filemanager .dx-row.dx-selection .dx-filemanager-file-actions-button,
	.dx-filemanager .dx-row.dx-state-hover .dx-filemanager-file-actions-button {
		visibility: visible;
	}

	.dx-filemanager .dx-filemanager-items-panel {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dx-filemanager .dx-filemanager-thumbnails {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

		.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port {
			width: 100%;
			height: 100%;
			overflow-x: hidden;
			overflow-y: auto;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			padding: 5px;
		}

			.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-container {
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

			.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item {
				float: left;
				text-align: center;
				cursor: pointer;
				white-space: nowrap;
				width: 100px;
				height: 100px;
				border: 1px dashed transparent;
				margin: 5px;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}

				.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content {
					overflow: hidden;
					padding: 13px 0 10px;
				}

					.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-thumbnail {
						border: 0;
						width: 48px;
						height: 48px;
						font-size: 48px;
					}

					.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-spacer {
						border: 0;
						padding: 0;
						margin: 0;
						height: 10px;
						visibility: hidden;
					}

					.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-name {
						overflow: hidden;
						width: 100%;
						white-space: nowrap;
						text-overflow: ellipsis;
					}

	.dx-filemanager .dx-filemanager-details {
		height: 100%;
		overflow: hidden;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

		.dx-filemanager .dx-filemanager-details > div {
			height: 100%;
		}

		.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: start;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}

			.dx-filemanager .dx-filemanager-details .dx-filemanager-details-item-name-wrapper .dx-filemanager-details-item-name {
				-webkit-box-flex: 1;
				-webkit-flex: 1 auto;
				-ms-flex: 1 auto;
				flex: 1 auto;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
			}

	.dx-filemanager .dx-filemanager-i.dx-filemanager-i-progress,
	.dx-filemanager .dx-filemanager-i.dx-icon.dx-filemanager-i-progress {
		-webkit-animation: dx-filemanager-icon-rotate 1.5s infinite linear;
		animation: dx-filemanager-icon-rotate 1.5s infinite linear;
	}

@-webkit-keyframes dx-filemanager-icon-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes dx-filemanager-icon-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.dx-filemanager-file-actions-button {
	visibility: hidden;
	text-align: center;
}

	.dx-filemanager-file-actions-button.dx-widget {
		line-height: 100%;
	}

	.dx-filemanager-file-actions-button .dx-button {
		border: none;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.dx-filemanager-file-actions-button .dx-button .dx-button-content {
			padding: 10px 11px;
		}

		.dx-filemanager-file-actions-button .dx-button i {
			font-style: normal;
		}

	.dx-filemanager-file-actions-button.dx-filemanager-file-actions-button-activated,
	.dx-filemanager-file-actions-button:hover {
		visibility: visible;
	}

.dx-filemanager-dirs-tree {
	width: 100%;
}

	.dx-filemanager-dirs-tree .dx-treeview-item-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

		.dx-filemanager-dirs-tree .dx-treeview-item-content .dx-filemanager-dirs-tree-item-text {
			-webkit-box-flex: 1;
			-webkit-flex: 1 auto;
			-ms-flex: 1 auto;
			flex: 1 auto;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}

	.dx-filemanager-dirs-tree .dx-filemanager-file-actions-button {
		margin-top: 1px;
		margin-bottom: -1px;
	}

	.dx-filemanager-dirs-tree .dx-filemanager-focused-item .dx-filemanager-file-actions-button,
	.dx-filemanager-dirs-tree .dx-treeview-item.dx-state-hover .dx-filemanager-file-actions-button {
		visibility: visible;
	}

.dx-filemanager-dialog.dx-filemanager-dialog-folder-chooser,
.dx-filemanager-progresspanel {
	height: 100%;
	overflow: auto;
}

.dx-filemanager-dialog-folder-chooser > div {
	height: 100%;
}

.dx-filemanager-dialog-popup > .dx-overlay-content {
	min-width: 300px;
	max-width: 400px;
	min-height: 300px;
	max-height: 400px;
}

.dx-filemanager-dialog-name-editor-popup > .dx-overlay-content {
	max-width: 340px;
	min-height: 180px;
	max-height: 180px;
}

.dx-filemanager-progresspanel {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
}

	.dx-filemanager-progresspanel .dx-filemanager-progressbox {
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}

	.dx-filemanager-progresspanel .dx-filemanager-progressbox-cancel-button {
		margin-top: 5px;
		float: right;
	}

.dx-diagram {
	border: 1px solid transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 400px;
}

	.dx-diagram .dx-diagram-toolbar-wrapper {
		padding: 5px;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.dx-diagram .dx-diagram-content-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		overflow: hidden;
	}

	.dx-diagram .dx-diagram-left-panel {
		-webkit-box-flex: 240px;
		-webkit-flex: 240px 0 0;
		-ms-flex: 240px 0 0px;
		flex: 240px 0 0;
		overflow-y: auto;
		position: relative;
		border-right: 1px solid transparent;
	}

		.dx-diagram .dx-diagram-left-panel > * {
			position: absolute;
		}

		.dx-diagram .dx-diagram-left-panel > .dx-scrollview {
			width: 100%;
		}

	.dx-diagram .dx-diagram-drawer-wrapper {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0;
		-ms-flex: 1 0;
		flex: 1 0;
		overflow: hidden;
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}

	.dx-diagram .dx-diagram-content {
		height: 100%;
	}

	.dx-diagram .dx-diagram-right-panel {
		border-left: 1px solid transparent;
	}

		.dx-diagram .dx-diagram-right-panel .dx-scrollview {
			width: 280px;
		}

		.dx-diagram .dx-diagram-right-panel .dx-accordion {
			width: 100%;
		}

	.dx-diagram .dx-diagram-toolbar-separator {
		height: 100%;
		border-left: 1px solid transparent;
	}

	.dx-diagram .dx-diagram-toolbar-menu-separator {
		width: 100%;
		border-top: 1px solid transparent;
	}

		.dx-diagram .dx-diagram-toolbar-menu-separator::before {
			content: none;
		}

	.dx-diagram.dx-diagram-fullscreen {
		left: 0;
		top: 0;
		width: 100% !important;
		height: 100% !important;
		position: fixed;
		z-index: 2;
	}

	.dx-diagram .dxdi-canvas {
		overflow: hidden;
	}

.dx-diagram-toolbar .dx-diagram-select-b .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-texteditor,
.dx-diagram-toolbar .dx-diagram-color-b .dx-texteditor,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-texteditor {
	width: auto;
}

.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper,
.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper,
.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

	.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
	.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
	.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i,
	.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-diagram-i {
		display: block;
	}

	.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox,
	.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox,
	.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox,
	.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox {
		width: 0;
	}

		.dx-diagram-toolbar .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
		.dx-dropdownmenu-popup .dx-diagram-select-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
		.dx-diagram-toolbar .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input,
		.dx-dropdownmenu-popup .dx-diagram-color-b .dx-dropdowneditor-field-template-wrapper .dx-textbox .dx-texteditor-input {
			width: 0;
			padding-left: 0;
		}

.dx-diagram-i {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
}

.dx-diagram-loading-indicator {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
}

.dx-gantt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

	.dx-gantt .dx-gantt-si {
		text-align: center;
		vertical-align: middle;
	}

	.dx-gantt .dx-gantt-treelist-wrapper {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

		.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-scrollbar-vertical {
			display: none;
		}

		.dx-gantt .dx-gantt-treelist-wrapper .dx-treelist .dx-treelist-headers + .dx-treelist-rowsview {
			border-top: none;
		}

	.dx-gantt .dx-splitter-wrapper .dx-splitter-border .dx-splitter {
		width: 2px;
	}

	.dx-gantt .dx-gantt-view {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 100%;
	}

		.dx-gantt .dx-gantt-view .dx-gantt-tac-hb {
			margin-top: -1px;
		}

		.dx-gantt .dx-gantt-view .dx-scrollable-scrollbar {
			z-index: 100;
		}

.dx-splitter-wrapper {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 998;
	top: 0;
}

	.dx-splitter-wrapper.dx-splitter-initial {
		right: 0;
	}

	.dx-splitter-wrapper .dx-splitter-border {
		z-index: 997;
		height: 100%;
		display: table;
	}

		.dx-splitter-wrapper .dx-splitter-border .dx-splitter {
			height: 100%;
			width: 3px;
			display: block;
			cursor: col-resize;
			z-index: 999;
		}

			.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-splitter-transparent {
				z-index: 998;
			}

			.dx-splitter-wrapper .dx-splitter-border .dx-splitter.dx-state-disabled {
				width: 0;
				cursor: default;
			}

.dx-deferrendering .dx-deferrendering-loadindicator-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.dx-deferrendering.dx-pending-rendering .dx-invisible-while-pending-rendering {
	display: none !important;
}

.dx-deferrendering:not(.dx-pending-rendering) .dx-visible-while-pending-rendering {
	display: none !important;
}
